Closed nawtrey closed 1 year ago
It looks like my local Python 3.8 environment was not sufficiently updated to trip the CycleError
. I'll see if I can nail down the NetworkX
version that breaks this test.
Updating from NetworkX v3.0 to 3.1 broke the test locally. I'm guessing it has to do with some algorithmic change in this PR. I'll try updating the test to check the networkx
version instead.
Alright, simple change and tests are now passing. Merging.
Description
Fixes #71
Updates
test_get_ordered_cycle_all_node_cycles
to switch test cycles based on python version due to changes in upstream NetworkX code