First version of save function + unit tests
Compare changes
+ 0
− 12
@@ -8,12 +8,6 @@ from qim3d.io.logger import log
@@ -22,12 +16,6 @@ class DataSaver:
Finished first version of qim3d.io.save() + unit tests. I am not sure what self.verbose is intended to do, so for the moment, I have just left it unused in init()