Skip to content

Commit eca5ad4

Browse files
authored
Note about skipna being required
1 parent 0f01045 commit eca5ad4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ as the entrypoints system will then default to the only chunked parallel backend
3535

3636
Some things almost certainly won't work yet:
3737
- Certain operations called in xarray but not implemented in cubed, for instance `pad` (see https://github.com/tomwhite/cubed/issues/193)
38+
- Array operations involving NaNs - for now use `skipna=True` to avoid eager loading (see https://github.com/pydata/xarray/issues/7243)
3839
- Using `parallel=True` with `xr.open_mfdataset` won't work because cubed doesn't implement a version of `dask.Delayed` (see https://github.com/pydata/xarray/issues/7810)
3940

4041
and some other things _might_ work but have not yet been tried:

0 commit comments

Comments
 (0)