From 45b9afbffeb89bcc9948c53cf17f322e499af449 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 2 Dec 2024 15:00:09 -0800 Subject: [PATCH] Fix a backticked and non-whitespace typo --- armi/physics/fuelCycle/hexAssemblyFuelMgmtUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armi/physics/fuelCycle/hexAssemblyFuelMgmtUtils.py b/armi/physics/fuelCycle/hexAssemblyFuelMgmtUtils.py index acc14ba9f..2af729638 100644 --- a/armi/physics/fuelCycle/hexAssemblyFuelMgmtUtils.py +++ b/armi/physics/fuelCycle/hexAssemblyFuelMgmtUtils.py @@ -40,7 +40,7 @@ def getOptimalAssemblyOrientation(a: "HexAssembly", aPrev: "HexAssembly") -> int expected pin power. We evaluated "expected pin power" based on the power distribution in ``aPrev``, the previous assembly located where ``a`` is going. The algorithm goes as follows. - 1. Get all the pin powers and ``IndexLocation``s from the block at the previous location/timenode. + 1. Get all the pin powers and ``IndexLocation`` s from the block at the previous location/timenode. 2. Obtain the ``IndexLocation`` of the pin with the highest burnup in the current assembly. 3. For each possible rotation,