pyMBE-dev / pyMBE

pyMBE provides tools to facilitate building up molecules with complex architectures in the Molecular Dynamics software ESPResSo. For an up-to-date API documention please check our website:
https://pymbe-dev.github.io/pyMBE/pyMBE.html
GNU General Public License v3.0
6 stars 8 forks source link

np.NaN deprecated for np.nan #78

Closed Zitzeronion closed 1 month ago

Zitzeronion commented 1 month ago

Running the tutorial with numpy v2.0 yields an error due to np.NaN. Both np.NaN and np.nan have been used, changed the remaining two NaN to nan.