Skip to content

Commit

Permalink
remove breadcrumbs (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsculac committed Dec 6, 2024
1 parent c03c5bb commit 7ccc70d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions armi/reactor/assemblies.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,7 @@ def scaleParamsToNewSymmetryFactor(self, oldSymmetryFactor):
if b.p[name] is None or isinstance(b.p[name], str):
continue
elif isinstance(b.p[name], np.ndarray):
print("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", b.p[name])
b.p[name] = b.p[name] * scalingFactor
print("BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB", b.p[name])
elif isinstance(b.p[name], Iterable):
b.p[name] = [value * scalingFactor for value in b.p[name]]
else:
Expand Down

0 comments on commit 7ccc70d

Please sign in to comment.