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
@@ -29,7 +28,8 @@ Xarray objects backed by cubed arrays can be created either by:
29
28
In (2) and (3) the choice to use `cubed.Array` instead of `dask.array.Array` is made by passing the keyword argument `chunked_array_type='cubed'`.
30
29
To pass arguments to the constructor of `cubed.Array` then pass them via the dictionary `from_array_kwargs`, e.g. `from_array_kwargs={'spec': cubed.Spec(max_mem=2_000_000)}`.
31
30
32
-
If cubed and cubed-xarray are installed but dask is not, then specifying the parallel array type to use is not necessary.
31
+
If cubed and cubed-xarray are installed but dask is not, then specifying the parallel array type to use is not necessary,
32
+
as the entrypoints system will then default to the only chunked parallel backend available (i.e. cubed).
0 commit comments