Skip to content
Snippets Groups Projects
Commit 0f9d95d3 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlla_inspiral: Allow online style ranking and far estimation in an offline...

gstlla_inspiral: Allow online style ranking and far estimation in an offline mode. Stability isn't nearly so spectacular as instability
parent 0856b8e1
No related branches found
No related tags found
No related merge requests found
......@@ -416,7 +416,7 @@ def parse_command_line():
subprocess.call(["smrepair", partition])
else:
bad_options = []
for option in ["job_tag", "ranking_stat_pdf", "likelihood_snapshot_interval"]:
for option in ["job_tag"]:
if getattr(options, option) is not None:
bad_options.append("--%s" % option.replace("_","-"))
if bad_options:
......
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