Skip to content
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

datastorage function saveToFile fails if only results of part of calculations are available #2

Open
m97 opened this issue Jan 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@m97
Copy link

m97 commented Jan 4, 2021

I have noticed that a saveToFile function present in datastorage.py is very inflexible in regard to saving results of calculations. In my opinion, not all calculations are needed for every run. For example not running interface analysis will result in empty variable interNodePairs which will cause failure of the saveToFile function. This could be avoided by checking if given data are available before saving them.

@melomcr melomcr added the enhancement New feature or request label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants