summaryrefslogtreecommitdiff
path: root/networkx/algorithms/bipartite/tests/test_basic.py
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-311-1/+1
* Fixes #5403: Errors on non-distinct bipartite node sets (#5442)Aaron Z2022-05-081-0/+4
* Standard imports (#4401)Jarrod Millman2020-12-071-3/+3
* Format w/ blackJarrod Millman2020-07-101-10/+9
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-4/+4
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* Remove nose.tools.SkipTestJarrod Millman2019-10-121-13/+4
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-11/+7
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-32/+32
* Pep8 fixesJarrod Millman2018-01-201-57/+55
* Raise an Exception for disconnected Graphs in bipartite.setsJordi Torrents2017-03-021-3/+23
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-1/+1
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-271-6/+6
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-1/+1
* Skip biadjacency matrix tests if no scipyAric Hagberg2015-03-081-6/+6
* Merge bipartite reader/writer, adj matrixAric Hagberg2015-03-081-0/+1
* fix tests by adapting new functionsSanketDG2015-03-051-2/+2
* Skip tests if numpy not installed.Aric Hagberg2012-05-141-0/+13
* Mark tests that require numpy so they can be skipped with pypy.Aric Hagberg2012-04-151-0/+5
* Add biadjacnecy matrix.Aric Hagberg2012-02-241-0/+28
* Update bipartite tests.Aric Hagberg2011-12-101-4/+13
* Handle directed graphs in bipartite functions.Aric Hagberg2011-07-301-1/+4
* Update bipartite algorithms to use weight keywordDan Schult2011-06-181-0/+12
* Put all bipartite functions in biparite/ package and don't import that into t...Aric Hagberg2011-05-181-14/+14
* Handle out-degree zero nodes.Aric Hagberg2011-05-091-0/+3
* Fix Python2ism and remove spurious print. Addresses #514Aric Hagberg2011-03-061-1/+0
* Move bipartite functions to package and split files. Add new functions for p...Aric Hagberg2011-03-061-0/+45