-
Notifications
You must be signed in to change notification settings - Fork 63
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
pipeflow cancellation if all nodes are out-of-service after the connectivity check #564
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #564 +/- ##
========================================
Coverage 85.12% 85.13%
========================================
Files 90 90
Lines 6179 6181 +2
========================================
+ Hits 5260 5262 +2
Misses 919 919 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to have this covered. I am just wondering, if it would make more sense to raise an Exception instead of just logging a warning and interrupting the pipeflow. What is the idea behind this? And could we also check net.converged?
Right now, what happens is, that it just returns wihtout raising any error. This means that the pipeflow can be conducted even in an empty or non-supplied net. The results would be nans for all nodes, pipes and so on. I prefer this solution as it is consistent if only a certain part of the net is not supplied. |
@dlohmeier: any new thoughts on this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All right, I think that's a good solution.
changed fork branch. Please refer to #579 |
changed fork branch. Please refer to #579 |
No description provided.