From 5166aa6a37d873cb39cc0cc9eb76730805667e40 Mon Sep 17 00:00:00 2001 From: Hunter Smith Date: Wed, 10 Jul 2024 15:26:13 -0700 Subject: [PATCH] remove old code --- armi/bookkeeping/db/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/armi/bookkeeping/db/__init__.py b/armi/bookkeeping/db/__init__.py index 8be626221..e98d38342 100644 --- a/armi/bookkeeping/db/__init__.py +++ b/armi/bookkeeping/db/__init__.py @@ -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(