Skip to content

Commit

Permalink
Startinf moving settingsValidation to the settings area (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Sep 24, 2024
1 parent 136cb3a commit 59c392c
Show file tree
Hide file tree
Showing 11 changed files with 828 additions and 800 deletions.
2 changes: 1 addition & 1 deletion armi/operators/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
from armi import runLog
from armi.bookkeeping import memoryProfiler
from armi.bookkeeping.report import reportingUtils
from armi.operators import settingsValidation
from armi.operators.runTypes import RunTypes
from armi.physics.fuelCycle.settings import CONF_SHUFFLE_LOGIC
from armi.physics.neutronics.globalFlux.globalFluxInterface import (
GlobalFluxInterfaceUsingExecuters,
)
from armi.settings import settingsValidation
from armi.settings.fwSettings.globalSettings import (
CONF_TIGHT_COUPLING,
CONF_TIGHT_COUPLING_MAX_ITERS,
Expand Down
Loading

0 comments on commit 59c392c

Please sign in to comment.