cubed
cubed copied to clipboard
Make `already_computed` work for 0-d arrays
Currently, the code checks to see if nchunks_initialized == nchunks which won't work for 0-d arrays. We probably need to add some metadata to indicate that the array has been computed.