From 00f9c4a6002b437cb055b45b70462596f5282755 Mon Sep 17 00:00:00 2001 From: jstilley Date: Tue, 3 Dec 2024 09:42:54 -0800 Subject: [PATCH] review comment --- armi/utils/reportPlotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armi/utils/reportPlotting.py b/armi/utils/reportPlotting.py index 2ac05c686..a0de0f807 100644 --- a/armi/utils/reportPlotting.py +++ b/armi/utils/reportPlotting.py @@ -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),