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
… loading a database the modal information (saved as a string) is converted in AEMode objects. This was previously done one after the other for each element in the xarray dataset list. This did not work anymore. Now all AEMode instances are first gathered in a list with a list comprehension and the xarray dataset list variable is replaced in one call. Ref #90
CampbellViewer uses xarray as the internal data structure. This package is also used to save and load 'databases' to netcdf.
Older xarray versions are not compatible with Numpy 2+. This problem has been solved with xarray version 2023.9.0 (pydata/xarray#8117).
The latest xarray versions (2024.7.0) lead to another error. Something must have changed in the loading of the data into our internal data structure.
The text was updated successfully, but these errors were encountered: