We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1994104 commit e66254aCopy full SHA for e66254a
climada/hazard/tc_tracks.py
@@ -731,7 +731,7 @@ def from_ibtracs_netcdf(
731
)
732
ibtracs_ds = ibtracs_ds.sel(storm=valid_storms_mask)
733
734
- if ibtracs_ds.dims["storm"] == 0:
+ if ibtracs_ds.sizes["storm"] == 0:
735
LOGGER.info(
736
"After discarding IBTrACS events without valid values by the selected "
737
"reporting agencies, there are no tracks left that match the specified "
0 commit comments