Skip to content

Commit

Permalink
fix test that uses assembly comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
bsculac committed Dec 5, 2024
1 parent 1a562f7 commit 72ffaee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion armi/physics/fuelCycle/tests/test_fuelHandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,9 @@ def test_width(self):
for ring, power in zip(range(1, 8), range(10, 80, 10)):
aList = assemsByRing[ring]
for a in aList:
sf = a.getSymmetryFactor() # center assembly is only 1/3rd in the core
for b in a:
b.p.power = power
b.p.power = power / sf

paramName = "power"
# 1 ring outer and inner from ring 3
Expand Down

0 comments on commit 72ffaee

Please sign in to comment.