Skip to content

Commit

Permalink
updated RZ Theta ARMI input to initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
sombrereau committed Dec 5, 2022
1 parent db16c95 commit 8cc32c1
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 328 deletions.
2 changes: 1 addition & 1 deletion armi/reactor/tests/test_rz_reactors.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_loadRZT_reactor(self):
void boundary conditions) and just the fuel
"""
cs = settings.Settings(
fName=os.path.join(TEST_ROOT, "Godiva.armi.criticality.yaml")
fName=os.path.join(TEST_ROOT, "Godiva.armi.unittest.yaml")
)
r = reactors.loadFromCs(cs)

Expand Down
Loading

0 comments on commit 8cc32c1

Please sign in to comment.