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

changed np.asscalar to object.item fixes #252 #256

Open wingenium-nagesh opened 1 week ago

wingenium-nagesh commented 1 week ago

fixed the issue with np.asscalar that seems to be deprecated in numpy future versions. "AttributeError: module 'numpy' has no attribute 'asscalar'"