-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compute_statistics methode and save_statistics methode #33
Comments
save_statistics() method should have just one input variable: npz_path. |
@eborrell maybe the save statistics method should raise an error if some of the statistics haven't yet been computed? (when they are still None) |
by Luzie: @eborrell I think now that i changed the folder structure there is some problem with the paths in the save_statistics method. |
@LuzieH I would rather leave it like it is. Then the save_statistics() method works always independent of what you have computed. It just saves the actual status of your statistics. |
ok 👍 I agree, that's the best way |
No description provided.
The text was updated successfully, but these errors were encountered: