aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs/checkers.py
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-08-27 12:57:34 +0800
committerAaron LI <aly@aaronly.me>2017-08-27 12:57:56 +0800
commitecccf73e762c8411d9dbeb8dc228192152c6a5f4 (patch)
tree3d9f832480f9b18cb0815a21862699fb7d2749ce /fg21sim/configs/checkers.py
parentf29d5f6b4027d8f356e76528247d4b8b070b9c90 (diff)
downloadfg21sim-ecccf73e762c8411d9dbeb8dc228192152c6a5f4.tar.bz2
configs: Delete obsolete checks on "{halphamap,dustmap}_unit"
Diffstat (limited to 'fg21sim/configs/checkers.py')
-rw-r--r--fg21sim/configs/checkers.py4
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"))