oist-ncbc / spykesim

Extended edit similarity measurement for high dimensional discrete-time series signal (e.g., multi-unit spike-train).
https://pypi.org/project/spykesim
MIT License
20 stars 3 forks source link

Missing dependency? (hdbscan) #16

Closed milenamc closed 5 years ago

milenamc commented 5 years ago

I tried to import editsim using the following expression:

from spykesim import editsim

and hdbscan was requested, even though previous dependency checks were successful. Maybe it should be added to the dependency list?

System info:

Python 3.7.4 (default, Jul 16 2019, 07:12:58)
[GCC 9.1.0] on linux
Linux 5.2.9-arch1-1-ARCH #1 SMP PREEMPT x86_64 GNU/Linux
KeitaW commented 5 years ago

That's true. Thanks! This has been addressed in https://github.com/KeitaW/spykesim/pull/21.