Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterPSmith committed Jul 10, 2024
1 parent dae9a54 commit 5166aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions armi/bookkeeping/db/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,13 @@ def loadOperator(
statePointName=statePointName,
allowMissing=allowMissing,
)
settings.setMasterCs(cs)
#settings.setMasterCs(cs)

# Update the global assembly number because, if the user is loading a reactor from
# blueprints and does not have access to an operator, it is unlikely that there is
# another reactor that has alter the global assem num. Fresh cases typically want
# this updated.
updateGlobalAssemblyNum(r)
#updateGlobalAssemblyNum(r)

o = thisCase.initializeOperator(r=r)
runLog.important(
Expand Down

0 comments on commit 5166aa6

Please sign in to comment.