You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edu notebooks run on binder are currently not working due to a change in numpy 2.0: np.NaN was removed in the NumPy 2.0 release. Use np.nan instead. This is thrown in the flowline model, so needs to be fixed in OGGM, but this is a larger change. An easy fix here would be to pin numpy < 2.0.
The text was updated successfully, but these errors were encountered:
Edu notebooks run on binder are currently not working due to a change in numpy 2.0:
np.NaN
was removed in the NumPy 2.0 release. Usenp.nan
instead. This is thrown in the flowline model, so needs to be fixed in OGGM, but this is a larger change. An easy fix here would be to pin numpy < 2.0.The text was updated successfully, but these errors were encountered: