moldyn / MoSAIC

Correlation-based feature selection of Molecular Dynamics simulations
https://moldyn.github.io/MoSAIC/
MIT License
25 stars 2 forks source link

[bug] load_clusters is broken on numpy v1.23.x+ #13

Closed braniii closed 2 years ago

braniii commented 2 years ago

For numpy v1.23.0 the function np.loadtxt was rewritten in C. Even though not documented, this introduced many braking changes to the delimiter parameter. Hence, the current implementation of load_cluster is broken now, see numpy/numpy#22320