Closed braniii closed 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
np.loadtxt
delimiter
load_cluster
For numpy v1.23.0 the function
np.loadtxt
was rewritten in C. Even though not documented, this introduced many braking changes to thedelimiter
parameter. Hence, the current implementation ofload_cluster
is broken now, see numpy/numpy#22320