Skip to content

Commit

Permalink
Fix a backticked and non-whitespace typo
Browse files Browse the repository at this point in the history
  • Loading branch information
drewj-tp committed Dec 2, 2024
1 parent e261d93 commit 45b9afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/physics/fuelCycle/hexAssemblyFuelMgmtUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 45b9afb

Please sign in to comment.