cf.GatheredArray.array¶
-
GatheredArray.array¶ Returns a numpy array containing the uncompressed data.
- Returns
numpy.ndarrayThe uncompressed array.
Examples
>>> n = a.array >>> isinstance(n, numpy.ndarray) True
GatheredArray.array¶Returns a numpy array containing the uncompressed data.
numpy.ndarrayThe uncompressed array.
Examples
>>> n = a.array
>>> isinstance(n, numpy.ndarray)
True