aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-08-29 20:52:53 +0800
committerAaron LI <aly@aaronly.me>2017-08-29 20:52:53 +0800
commit2379c84736f687e4ebc32583a3c2a34be0b88e98 (patch)
tree231f8c95eb1677afca8e015fa2da10d972a26836 /fg21sim/configs
parentc1c66c9f89b070645b70864b6b26db6fff41da01 (diff)
downloadfg21sim-2379c84736f687e4ebc32583a3c2a34be0b88e98.tar.bz2
configs: Fix checker for "extragalactic/clusters" section
Diffstat (limited to 'fg21sim/configs')
-rw-r--r--fg21sim/configs/checkers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fg21sim/configs/checkers.py b/fg21sim/configs/checkers.py
index 89e9bf3..8abdaaf 100644
--- a/fg21sim/configs/checkers.py
+++ b/fg21sim/configs/checkers.py
@@ -159,7 +159,7 @@ def check_extragalactic_clusters(configs):
if comp in comp_enabled:
# Only validate the configs if this component is enabled
results.update(
- _check_existence(configs, comp+"/catalog")
+ _check_existence(configs, comp+"/ps_data")
)
results.update(_check_missing(configs, comp+"/output_dir"))
return results