MDAnalysis / MDAKits

The MDAnalysis Toolkits Registry
https://mdakits.mdanalysis.org
Other
15 stars 24 forks source link

[lipyds-develop] Failed CI run #109

Open github-actions[bot] opened 8 months ago

github-actions[bot] commented 8 months ago

At least two repeated CI runs for lipyds have failed. Here is the last recorded status of the tests:

IAlibay commented 8 months ago

There's two tests with what appears to be an optional networkx import that isn't protected.

FAILED lipyds/tests/test_leafletfinder.py::TestSinglePlanar::test_leafletfinder[graph-kwargs0] - ImportError: networkx is required to use this method but is not installed. Install it with `conda install networkx` or `pip install networkx`.
FAILED lipyds/tests/test_leafletfinder.py::TestVesicleFull::test_full[graph-kwargs0] - ImportError: networkx is required to use this method but is not installed. Install it with `conda install networkx` or `pip install networkx`.
orbeckst commented 6 months ago

@lilyminium is there a related issue in the lipyds repository that should be linked to here?