scikit-tda / kepler-mapper

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

Test cubes overlap cleaned up #232

Closed erooke closed 2 years ago

erooke commented 2 years ago

test_cubes_overlap may mistakenly call set union instead of set intersection. Added a short docstring explaining what the test does and made a small stylistic change.

deargle commented 2 years ago

Thanks!