-
Notifications
You must be signed in to change notification settings - Fork 93
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
armi-example-app fails due to missing THaveCoolantVel Parameter in thermalSolver.py #1111
Comments
Thanks for the bug report! @john-science this could be related to some recent TH parameter clean ups from the TH spring cleaning tickets/PRs |
First:
The problem occurred on December 5th, during the week where I removed 100 unused Parameters, in this PR. As far as I can tell, that Parameter was never used in ARMI or in the |
Well, this Issue is in the wrong repo, but oh well. I have opened a PR for this here. |
@bherlethtwo Can you try now? I tried after this PR, and it works for me. Thanks! |
Okay, I believe I just fixed a bug to that affect:
Sorry, I JUST added that line of code the other day. That's a branch new bug I added to the system. That should work now. Sorry for the hassle. |
Pulled from the main branch of armi-example-app repository. Now it works! |
Also, I just opened a new ticket in the This is easily solved, as we did for the dragon-armi-plugin repo. I don't know HOW we ended up with untested code, but if I can find some time tonight or this weekend, I should be able to spin up a quick test that runs the |
The
armi-example-app
fails due to missingTHaveCoolantVel
Parameter
inthermalSolver.py
incomputeAxialCoolantTemperature()
.The attribute is THaveCoolantVel is undefined.
The text was updated successfully, but these errors were encountered: