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