array_to_pickle#
- stimupy.utils.export.array_to_pickle(arr, filename)#
Save a numpy array to a pickle-file.
- Parameters:
arr (numpy.ndarray) – array to be exported.
filename (Path or str) – (full) path to the file to be created.
Save a numpy array to a pickle-file.
arr (numpy.ndarray) – array to be exported.
filename (Path or str) – (full) path to the file to be created.