diff options
Diffstat (limited to 'fg21sim/configs/checkers.py')
-rw-r--r-- | fg21sim/configs/checkers.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fg21sim/configs/checkers.py b/fg21sim/configs/checkers.py index 92751bf..12823a2 100644 --- a/fg21sim/configs/checkers.py +++ b/fg21sim/configs/checkers.py @@ -103,8 +103,7 @@ def check_galactic_synchrotron(configs): results = {} # Only validate the configs if this component is enabled results.update( - _check_missing(configs, [comp+"/template_freq", - comp+"/template_unit"]) + _check_missing(configs, comp+"/template_freq") ) results.update( _check_existence(configs, [comp+"/template", comp+"/indexmap"]) |