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
Remove encoding unlimited_dims if Time not present
When xarray 2025.08.0 opens a file with an empty unlimited
Time dimension but no variables with Time, it drops `Time` as a
dimension but keeps it in `unlimited_dims`. This is probably
not an expected behavior but it's easy enough to address by
setting `unlimited_dims = None` if `Time` is not present.
0 commit comments