TRIQS / triqs

a Toolbox for Research on Interacting Quantum Systems
https://triqs.github.io
GNU General Public License v3.0
141 stars 72 forks source link

np.int is depracted (np v1.20) / removed (np v1.24) but used in various tests #866

Closed the-hampel closed 1 year ago

the-hampel commented 1 year ago

In numpy version 1.24 np.int and np.complex have been removed as data type. They are deprecated since version 1.20. With numpy 1.24 and newer the following tests are failing:

 41 - Py_interface (Failed)
225 - py_gf_base_op (Failed)

will make a small bug fix soon.

Wentzell commented 1 year ago

@the-hampel This can be closed now?

the-hampel commented 1 year ago

yes! Has been solved with 200a4e17fdf9869c7c8551051ad6f738e3492927 and https://github.com/TRIQS/h5/commit/4a565c0fc59220a6603a90f4b1dc8ba8f7de9392 .