Currently, a >6GB numpy array is allocated, and if you don't have enough free memory, you're in trouble ;) ``` numpy.core._exceptions._ArrayMemoryError: Unable to allocate 6.32 GiB for an array with shape (332, 316, 8089) and data type int64 ```
Currently, a >6GB numpy array is allocated, and if you don't have enough free memory, you're in trouble ;)