TRIQS / triqs

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

[fix] np.int etc. removed in numpy 1.24 #867

Closed the-hampel closed 1 year ago

the-hampel commented 1 year ago

np.int / np.float / np. complex are deprecated (np v1.20) / removed (np v1.24) but used in various tests. Fixes issue #866 (https://github.com/TRIQS/triqs/issues/866)

Also fix some triqs internal deprecation warning regarding GfImFreq and GfImTime

Wentzell commented 1 year ago

Looks good, thank you @the-hampel