Skip to content
Snippets Groups Projects
Commit 6e45978f authored by Patrick Godwin's avatar Patrick Godwin Committed by Patrick Godwin
Browse files

inspiral_pipe.py: fix issue with generating dtdphi map with multiple dtdphi...

inspiral_pipe.py: fix issue with generating dtdphi map with multiple dtdphi files when generating reranking DAG
parent 2dc4f9ad
No related branches found
No related tags found
No related merge requests found
......@@ -1077,6 +1077,7 @@ def load_svd_dtdphi_map(options):
for j, svd_caches in enumerate(list_of_svd_caches):
for i, individual_svd_cache in enumerate(ce.path for ce in map(CacheEntry, open(svd_caches))):
svd_dtdphi_map["%04d" % (i+bin_offset)] = options.dtdphi_file[j]
bin_offset += i+1
return svd_dtdphi_map, instrument_set
......
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