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

inspiral_pipe.py: change injection path in expected_snr_layer to not point to zero lag directory

parent 8d7bcfe7
No related branches found
No related tags found
No related merge requests found
......@@ -431,7 +431,7 @@ def expected_snr_layer(dag, jobs, ref_psd_parent_nodes, options, num_split_inj_s
addnode = dagparts.DAGNode(jobs['ligolwAdd'], dag, parent_nodes=inj_snr_nodes,
input_files = {"": ' '.join(injection_files)},
output_files = {"output": inj.split(":")[-1]}
output_files = {"output": os.path.basename(inj.split(":")[-1])}
)
ligolw_add_nodes.append(dagparts.DAGNode(jobs['lalappsRunSqlite'], dag, parent_nodes = [addnode],
......
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