data_base ❭ IO ❭ LoaderDumper ❭ numpy_to_npy ❭ dump dump¶ data_base.IO.LoaderDumper.numpy_to_npy.dump(obj, savedir)¶ Save the numpy array in the specified directory Parameters:¶ obj (np.ndarray) – Numpy array to be saved. savedir (str) – Directory where the numpy array should be stored.