issues
search
giotto-ai
/
giotto-tda
A high-performance topological machine learning toolbox in Python
https://giotto-ai.github.io/gtda-docs
Other
858
stars
175
forks
source link
Raise test coverage and make ParallelClustering clusterer parameter required
#508
Closed
ulupo
closed
4 years ago
ulupo
commented
4 years ago
Raises test coverage to 98%.
Strengthens input checks in
ParallelClustering
and makes
clusterer
a required parameter.
Adds
pandas
to
EXTRAS_REQUIRE['tests']
in setup.py.
ParallelClustering
and makesclusterer
a required parameter.pandas
toEXTRAS_REQUIRE['tests']
in setup.py.