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
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
Any operation that has the potential of running for some time should accept a monitor to give feedback about progress and provide the ability to cancel it.
Actual behavior
When using xarray ufuncs and arithmetic capabilities, the actual processing is deferred until data is actually accessed - plotted, printed, explicitly accessed through .values. Currently there is no way how to inject Cate monitor into xarray/dask land to perform monitoring, or cancel the task.
Specifications
Cate 0.9.0.dev3
The text was updated successfully, but these errors were encountered:
Expected behavior
Any operation that has the potential of running for some time should accept a monitor to give feedback about progress and provide the ability to cancel it.
Actual behavior
When using xarray ufuncs and arithmetic capabilities, the actual processing is deferred until data is actually accessed - plotted, printed, explicitly accessed through
.values
. Currently there is no way how to inject Cate monitor into xarray/dask land to perform monitoring, or cancel the task.Specifications
Cate 0.9.0.dev3
The text was updated successfully, but these errors were encountered: