The Settings Validators should be in the setting package #1464
Labels
architecture
Issues related to big picture system architecture
cleanup
Code/comment cleanup: Low Priority
Right now, the settings validation tools are in the
operator
package, which is just strange:armi/armi/operators/settingsValidation.py
Line 44 in 6a546dd
But, we have a whole PACKAGE for settings. Surely this belongs there?
NOTE: This should be doable without breaking the API, by just putting a couple imports in the operator
__init__
.The text was updated successfully, but these errors were encountered: