scikit-tda / kepler-mapper

Kepler Mapper: A flexible Python implementation of the Mapper algorithm.
https://kepler-mapper.scikit-tda.org
MIT License
629 stars 182 forks source link

Shadowed test fails to run #243

Open erooke opened 2 years ago

erooke commented 2 years ago

The following test is never run: https://github.com/scikit-tda/kepler-mapper/blob/ece5d47f7d65654c588431dd2275197502740066/test/test_visuals.py#L269-L285

It isn't run as it is shadowed by this test later in the file: https://github.com/scikit-tda/kepler-mapper/blob/ece5d47f7d65654c588431dd2275197502740066/test/test_visuals.py#L299-L304

Additionally if one changes the first tests name it fails to pass.