Skip to content
Snippets Groups Projects
Commit 10d64942 authored by Prathamesh Joshi's avatar Prathamesh Joshi Committed by Prathamesh Joshi
Browse files

Removed split_injections from rerank_lite workflow

parent 641aeb0b
No related branches found
No related tags found
2 merge requests!500First commit of gstlal_inspiral_generate_epochs,!488Draft: Online rerank dev
......@@ -101,8 +101,6 @@ elif args.command == "create":
triggers += inj_triggers
else:
if config.filter.injections:
injections = dag.split_injections()
# load filter data products
dist_stats = DataCache.find(DataType.MARG_DIST_STATS, root=rank_dir, svd_bins="*")
triggers = DataCache.find(DataType.TRIGGERS, root=filter_dir, svd_bins="*", subtype="*")
......
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