-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ffill
does not spread chunks when used with dask.array
#6997
Labels
plan to close
May be closeable, needs more eyeballs
Comments
eserie
added
the
needs triage
Issue that has not been reviewed by xarray team member
label
Sep 6, 2022
What version of xarray are you using? I think this should have been fixed in #5187 (i.e. in v0.18.0). Edit: quickly checked and the newest version gets this right. |
mathause
added
plan to close
May be closeable, needs more eyeballs
and removed
needs triage
Issue that has not been reviewed by xarray team member
labels
Sep 7, 2022
Hi @mathause, I'm in version 0.18.2. |
Ok, I see there is another bugfix in v0.21.0 (#6118) - thus you will need at least this version for your example to work. |
Ok, thanks, that solves the problem! |
Great to hear! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is your issue?
When using xarray with dask.array as in the following example:
then the
ffill
method does not seem to propagate through the underlying chunks used by dask.array.In the example above, this means that
gives
where
gives
Is it an expected behavior ?
The text was updated successfully, but these errors were encountered: