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
When calling earth2mip.datasets.hindcast.open_forecast() I expected the chunks argument to function as it would it an xarray.open_zarr(). But after checking the code it doesn't look like this parameter is used. E.g.
Version
source
On which installation method(s) does this occur?
Source
Describe the issue
When calling
earth2mip.datasets.hindcast.open_forecast()
I expected thechunks
argument to function as it would it an xarray.open_zarr(). But after checking the code it doesn't look like this parameter is used. E.g.Seems to cause OOM errors because the chunking is not happening.
Environment details
No response
The text was updated successfully, but these errors were encountered: