Skip to content
Snippets Groups Projects

First version of save function + unit tests

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -94,7 +94,7 @@ def save(path,
@@ -94,7 +94,7 @@ def save(path,
data (numpy.ndarray): The data to be saved
data (numpy.ndarray): The data to be saved
replace (bool, optional): Specifies if an existing file with identical path should be replaced.
replace (bool, optional): Specifies if an existing file with identical path should be replaced.
Default is False.
Default is False.
compression (bool, optional): Specifies if the file should be saved with Deflate compression.
compression (bool, optional): Specifies if the file should be saved with Deflate compression (lossless).
Default is False.
Default is False.
**kwargs: Additional keyword arguments to be passed to the DataSaver constructor
**kwargs: Additional keyword arguments to be passed to the DataSaver constructor
Loading