diff options
Diffstat (limited to 'fg21sim')
-rw-r--r-- | fg21sim/configs/checkers.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fg21sim/configs/checkers.py b/fg21sim/configs/checkers.py index 12823a2..89e9bf3 100644 --- a/fg21sim/configs/checkers.py +++ b/fg21sim/configs/checkers.py @@ -129,10 +129,6 @@ def check_galactic_freefree(configs): if comp in comp_enabled: # Only validate the configs if this component is enabled results.update( - _check_missing(configs, [comp+"/halphamap_unit", - comp+"/dustmap_unit"]) - ) - results.update( _check_existence(configs, [comp+"/halphamap", comp+"/dustmap"]) ) results.update(_check_missing(configs, comp+"/output_dir")) |