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
It might have to do with compression of variable-length data (basin is probably a string?), which is not supported. According to Unidata/netcdf4-python#1175 (comment), zlib=False might solve the issue.
The text was updated successfully, but these errors were encountered:
NetCDF throws the following error in
climada_petals.hazard.test.test_tc_tracks_forecast.TestECMWF.test_hdf5_io
:See https://github.com/CLIMADA-project/climada_petals/runs/27187449177/ This only occurs on Python 3.11. Unfortunately, the error message is cryptic and does not tell a lot.
It might have to do with compression of variable-length data (
basin
is probably a string?), which is not supported. According to Unidata/netcdf4-python#1175 (comment),zlib=False
might solve the issue.The text was updated successfully, but these errors were encountered: