-
Notifications
You must be signed in to change notification settings - Fork 107
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
Fix the realization number for the stdout and stderr files #6501
Fix the realization number for the stdout and stderr files #6501
Conversation
Did a small refactoring in |
But nice, since it was probably wrong to begin with to set that variable twice. What did concern me a bit though, was if all nodes actually had a parent. If that isn't the case, we now enforce the system to stop. I've tried to see if this is the case, but could not find any situation where that happened. Ref.
|
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.
Nice! Seems to do the trick. Good work! 🚀
Yes that assert part is probably a leftover from before, and it might be best to just remove it? I believe that |
Codecov Report
@@ Coverage Diff @@
## main #6501 +/- ##
=======================================
Coverage 83.48% 83.48%
=======================================
Files 342 341 -1
Lines 20716 20715 -1
Branches 938 938
=======================================
Hits 17294 17294
Misses 3131 3131
+ Partials 291 290 -1
... and 13 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
Issue
Resolves #6486
Pre review checklist
Ground Rules),
and changes to existing code have good test coverage.
Pre merge checklist