networkx / nx-parallel

A networkx backend that uses joblib to run graph algorithms in parallel.
BSD 3-Clause "New" or "Revised" License
24 stars 19 forks source link

Clean up tests, add some minimal docs to readme #10

Closed MridulS closed 11 months ago

MridulS commented 11 months ago

We shouldn't really have a copy of networkx tests in this package.

We can run the tests with:

PYTHONPATH=. \
NETWORKX_GRAPH_CONVERT=parallel \
NETWORKX_TEST_BACKEND=parallel \
NETWORKX_FALLBACK_TO_NX=True \
    pytest --pyargs networkx "$@"