You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: