summaryrefslogtreecommitdiff
path: root/networkx/linalg/tests/test_modularity.py
Commit message (Expand)AuthorAgeFilesLines
* Standard imports (#4401)Jarrod Millman2020-12-071-8/+9
* Format w/ blackJarrod Millman2020-07-101-1/+1
* Tell psf/black to ignore specific np.arraysJarrod Millman2020-07-101-0/+6
* Fix scipy deprecation warningsJarrod Millman2020-01-031-9/+23
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-1/+1
* Add testsJarrod Millman2019-10-241-21/+22
* PEP8 fixes to testsJarrod Millman2019-10-181-3/+3
* Remove nose.tools.SkipTestJarrod Millman2019-10-121-19/+10
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-6/+5
* Comply with pep8Jarrod Millman2017-08-171-16/+15
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-261-1/+1
* Fix test ordering issues for python3.6Aric Hagberg2017-04-021-2/+4
* Weighted modularity matrix testingEnrico2016-04-171-1/+17
* Directed modularity and testsJGab2015-04-151-4/+19
* Test fixesJGab2015-04-081-1/+1
* Test suiteJGab2015-04-081-0/+43