networkx / nx-parallel

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

MAINT : added lint workflow test #28

Closed Schefflera-Arboricola closed 7 months ago

Schefflera-Arboricola commented 8 months ago

added lint.yml

Schefflera-Arboricola commented 8 months ago

Did the linting tell us to change type to isinstance and to shorten the line in the doc_string?

yes

Also, should I add some more tests to this pr?

Thanks!

dschult commented 8 months ago

If the additional tests are linting related add them here -- otherwise it also makes sense to add them separately. That way it is easier to review the PRs.

Schefflera-Arboricola commented 8 months ago

I think we can add more tests in future.