Skip to content
Snippets Groups Projects
Commit 2c6925b8 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

dags/layers/psd.py: use right data product in median_psd_layer

parent f9a536d5
No related branches found
No related tags found
1 merge request!41DAG Workflow Overhaul + OSG DAG support
......@@ -57,7 +57,7 @@ def median_psd_layer(config, dag, psd_cache):
requirements = {"request_cpus": 2, "request_memory": 2000, **config.condor.submit}
layer = Layer("gstlal_median_of_psds", requirements=requirements)
median_psd_cache = DataCache.generate(DataType.REFERENCE_PSD, config.all_ifos, config.span)
median_psd_cache = DataCache.generate(DataType.MEDIAN_PSD, config.all_ifos, config.span)
layer += Node(
inputs = Argument("psds", psd_cache.files),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment