From ecccf73e762c8411d9dbeb8dc228192152c6a5f4 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 27 Aug 2017 12:57:34 +0800 Subject: configs: Delete obsolete checks on "{halphamap,dustmap}_unit" --- fg21sim/configs/checkers.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fg21sim') 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 @@ -128,10 +128,6 @@ def check_galactic_freefree(configs): results = {} 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"]) ) -- cgit v1.2.2