Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Using Cate monitor with deferred processing #282

Closed
JanisGailis opened this issue Jul 6, 2017 · 1 comment · Fixed by #290
Closed

Using Cate monitor with deferred processing #282

JanisGailis opened this issue Jul 6, 2017 · 1 comment · Fixed by #290
Assignees
Milestone

Comments

@JanisGailis
Copy link
Member

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

@JanisGailis
Copy link
Member Author

We probably have to leverage this in some way:
http://dask.pydata.org/en/latest/diagnostics.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants