Skip to content

Commit

Permalink
Update armi/physics/fuelCycle/fuelHandlers.py
Browse files Browse the repository at this point in the history
Co-authored-by: bsculac <102382931+bsculac@users.noreply.github.com>
  • Loading branch information
keckler and bsculac committed Jan 24, 2024
1 parent 795caad commit 03aeaa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions armi/physics/fuelCycle/fuelHandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,9 +859,9 @@ def dischargeSwap(self, incoming, outgoing):
checked to make sure that both assemblies have the same number
and same height of stationary blocks. If not, return an error.
If all checks pass, use the :py:meth`~armi.reactor.assemblies.Assembly.remove`
If all checks pass, the :py:meth:`~armi.reactor.assemblies.Assembly.remove`
and :py:meth:`~armi.reactor.assemblies.Assembly.insert``
methods to swap the stationary blocks between the two assemblies.
methods are used to swap the stationary blocks between the two assemblies.
Once this process is complete, the actual assembly movement can take
place. Through this process, the stationary blocks from the outgoing
Expand Down

0 comments on commit 03aeaa9

Please sign in to comment.