From 4d467247217ea4ed7dedb66ee6c1f6d1ea578332 Mon Sep 17 00:00:00 2001 From: Chris Keckler Date: Wed, 24 Jan 2024 20:18:33 +0000 Subject: [PATCH] black --- armi/physics/fuelCycle/fuelHandlers.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/armi/physics/fuelCycle/fuelHandlers.py b/armi/physics/fuelCycle/fuelHandlers.py index 0b3bea684..12b98da69 100644 --- a/armi/physics/fuelCycle/fuelHandlers.py +++ b/armi/physics/fuelCycle/fuelHandlers.py @@ -740,8 +740,8 @@ def swapAssemblies(self, a1, a2): the ``_transferStationaryBlocks`` class method is called to check if there are any block types specified by the user as stationary via the ``stationaryBlockFlags`` case setting. Using these flags, blocks - are gathered from each assembly which should remain stationary and - checked to make sure that both assemblies have the same number + are gathered from each assembly which should remain stationary and + 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, the :py:meth:`~armi.reactor.assemblies.Assembly.remove` @@ -855,8 +855,8 @@ def dischargeSwap(self, incoming, outgoing): the ``_transferStationaryBlocks`` class method is called to check if there are any block types specified by the user as stationary via the ``stationaryBlockFlags`` case setting. Using these flags, blocks - are gathered from each assembly which should remain stationary and - checked to make sure that both assemblies have the same number + are gathered from each assembly which should remain stationary and + 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, the :py:meth:`~armi.reactor.assemblies.Assembly.remove`