Skip to content

Commit

Permalink
Remove instance of _swapFluxParam (#18)
Browse files Browse the repository at this point in the history
* Black

* Remove instance of _swapFluxParam
  • Loading branch information
HunterPSmith committed Aug 19, 2022
1 parent 4b5b377 commit edea600
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion armi/physics/fuelCycle/fuelHandlers.py
Expand Up @@ -1171,7 +1171,6 @@ def swapAssemblies(self, a1, a2):
a1StationaryBlocks, oldA1Location, a2StationaryBlocks, oldA2Location
)

self._swapFluxParam(a1, a2)

def _validateAssemblySwap(
self, a1StationaryBlocks, oldA1Location, a2StationaryBlocks, oldA2Location
Expand Down

0 comments on commit edea600

Please sign in to comment.