summaryrefslogtreecommitdiff
path: root/networkx/utils/tests
Commit message (Expand)AuthorAgeFilesLines
* Add a test for UnionFind fix.chebee7i2015-01-191-0/+13
* Handle nondeterministic output in Cuthill-McKee ordering testsysitu2014-08-041-4/+5
* Fix PEP8 issues in Cuthill-McKee ordering testsysitu2014-08-041-7/+10
* Merge pull request #1156 from chebee7i/reversed_cmchebee7i2014-05-131-0/+21
|\
| * Cleanup code a bit more.chebee7i2014-05-131-2/+2
| * Make `reversed` always do a noncopy.chebee7i2014-05-122-22/+21
| * Add context manager for reversing a graph.chebee7i2014-05-121-0/+22
* | Add smoke test when there is no mapping.chebee7i2014-05-131-1/+16
* | Missed one more.chebee7i2014-05-131-1/+2
* | Fix hash randomization issue in unittest.chebee7i2014-05-131-25/+19
|/
* Merge pull request #1113 from hagberg/rcm-order-bugJordi Torrents2014-04-261-3/+26
|\
| * Change interface to RCMAric Hagberg2014-04-201-3/+26
* | Fix python2.6 compatibilityysitu2014-04-201-2/+9
* | Fix bug that capacity_scaling does not saturate negative selfloopsysitu2014-04-201-200/+103
* | Add Stoer-Wagner minimum cut algorithmysitu2014-04-031-0/+220
|/
* Remove @require decoratorAric Hagberg2013-11-091-13/+1
* Force ordering in dict_to_numpy_array functionsAric Hagberg2013-11-091-5/+15
* Make make_str() always return unicode, no matter the Python version.chebee7i2013-10-221-0/+29
* Fix missing SkipTest import in utils testsAric Hagberg2013-01-051-0/+1
* Add converter from dictionary of values to 1d numpy array.Aric Hagberg2012-12-291-0/+34
* Close file in decorator tests.Aric Hagberg2012-08-051-2/+1
* Add dectorator for NetworkXNotImplemnted exception.Aric Hagberg2011-12-261-1/+22
* Test random number/choice generators.Aric Hagberg2011-11-181-1/+24
* Refactor large degree_seq.py into pieces and put non-generator pieces in algo...Aric Hagberg2011-11-031-0/+10
* Update cuthill-mckee ordering with docs and example.Aric Hagberg2011-09-241-0/+13
* Re-enabling tests for open_fileChris Ellison2011-08-291-116/+115
* Merge commitAric Hagberg2011-07-311-0/+37
|\
| * Refactor utils.Aric Hagberg2011-07-311-0/+37
* | Comment out decorator tests - fails with Python3Aric Hagberg2011-07-311-116/+116
|/
* Some additional comments, tests.Chris Ellison2011-07-211-43/+63
* Extending open_file to work with kwargs.Chris Ellison2011-07-211-45/+100
* Missing import in tests for open_file decorator.Chris Ellison2011-07-181-0/+2
* Makes the open_file decorator work with testsBen Edwards2011-07-152-0/+65