File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2632,14 +2632,12 @@ def cfa_set_write(self, status):
26322632 def compute (self ): # noqa: F811
26332633 """A view of the computed data.
26342634
2635- TODOUGRID
2636-
2637- In-place changes to the returned numpy array *might* affect
2638- the underlying dask array, depending on how the dask array has
2635+ In-place changes to the returned array *might* affect the
2636+ underlying dask array, depending on how the dask array has
26392637 been defined, including any delayed operations.
26402638
2641- The returned numpy array has the same mask hardness and fill
2642- values as the data.
2639+ The returned array has the same mask hardness and fill values
2640+ as the data.
26432641
26442642 Compare with `array`.
26452643
@@ -2653,8 +2651,7 @@ def compute(self): # noqa: F811
26532651
26542652 :Returns:
26552653
2656- `numpy.ndarray`
2657- The numpy view of the data.
2654+ An in-memory view of the data
26582655
26592656 **Examples**
26602657
You can’t perform that action at this time.
0 commit comments