Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Dec 3, 2024
1 parent 54d6bc8 commit 00f9c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/utils/reportPlotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ def _getPhysicalVals(r):
labels, vals = list(
zip(
*[
("Fuel height", avgHeight),
("Cold fuel height", avgHeight),
("Fuel assems", len(fuelA)),
("Assem weight", r.core.getFirstAssembly(Flags.FUEL).getMass()),
("Core radius", radius),
Expand Down

0 comments on commit 00f9c4a

Please sign in to comment.