Skip to content

Commit 5dc1b18

Browse files
committed
docstring
1 parent ce9f38e commit 5dc1b18

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

cf/data/data.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)