Bugfix/numpy float
np.float is deprecated, and throws an error since Numpy 1.24, see
https://numpy.org/devdocs/release/1.24.0-notes.html
I replaced them by np.float64.
Edited by Lukas Bentkamp
Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
np.float is deprecated, and throws an error since Numpy 1.24, see
https://numpy.org/devdocs/release/1.24.0-notes.html
I replaced them by np.float64.
assigned to @chichi
master
to develop
changed target branch from master
to develop
changed the description
approved this merge request
mentioned in commit 705b33cf
merged