Skip to content

Commit

Permalink
Removing getMasterCs from createAssemblyOfType (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Oct 31, 2022
1 parent 6015056 commit 601b7a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions armi/reactor/reactors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1684,9 +1684,7 @@ def createAssemblyOfType(self, assemType=None, enrichList=None, cs=None):
--------
armi.fuelHandler.doRepeatShuffle : uses this to repeat shuffling
"""
a = self.parent.blueprints.constructAssem(
cs or settings.getMasterCs(), name=assemType
)
a = self.parent.blueprints.constructAssem(cs, name=assemType)

# check to see if a default bol assembly is being used or we are adding more information
if enrichList:
Expand Down

0 comments on commit 601b7a6

Please sign in to comment.