Assume I create an array, save it, and load it:
foo = np.random.random((3, 3)) np.save("foo", foo) # Load as array non_mmap = np.load("foo.npy