-
Notifications
You must be signed in to change notification settings - Fork 526
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 zero-valued runtime
attribute in depletion statepoints.
#2302
Fix zero-valued runtime
attribute in depletion statepoints.
#2302
Conversation
6679b14
to
d45c37b
Compare
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.
Thanks for the fix @yardasol! One suggestion on the test:
a8e5cb2
to
fea5ba8
Compare
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.
Thanks for the updates; LGTM!
@paulromano I added your suggested change. I didn't know |
c63d287
to
8163d7a
Compare
Co-authored-by: Paul Romano <[email protected]>
This PR addressed the problem described in issue #2289.
Specifically, this PR:
openmc.lib.reset_timers()
fromCoupledOperator.__call__()
toCoupledOperator.write_bos_data()
depletion_with_transport
regression test to check theruntime
attributes.Closes #2289.