sissa-data-science / DADApy

Distance-based Analysis of DAta-manifolds in python
https://dadapy.readthedocs.io/
Apache License 2.0
103 stars 18 forks source link

Fix DII unittests for newer Python versions #137

Closed FelixWodaczek closed 2 months ago

FelixWodaczek commented 2 months ago

Proposed changes

numpy and pytest deprecations have made some unittests crash in newer python versions. Small changes in unittests to account for this

Types of changes

Checklist