Skip to content

Commit

Permalink
Merge branch 'symmetry_parameter_fix' of https://github.com/terrapowe…
Browse files Browse the repository at this point in the history
…r/armi into symmetry_parameter_fix
  • Loading branch information
bsculac committed Dec 10, 2024
2 parents 969f409 + 67eafd1 commit eae2ffb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion armi/reactor/assemblies.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ def moveTo(self, locator):
def scaleParamsToNewSymmetryFactor(self, oldSymmetryFactor):
scalingFactor = oldSymmetryFactor / self.getSymmetryFactor()
if scalingFactor == 1:
return # noop
return

volIntegratedParamsToScale = self.getBlocks()[0].p.paramDefs.atLocation(
ParamLocation.VOLUME_INTEGRATED
)
Expand Down

0 comments on commit eae2ffb

Please sign in to comment.