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

gstlal_inspiral_marginalize_likelihood: fix typo

parent a2e51bdd
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ def parse_command_line():
if options.marginalize not in ("ranking-stat", "ranking-stat-pdf"):
raise ValueError("--marginalize must be one of 'ranking-stat' or 'ranking-stat-pdf'")
if options.density_estimate_zero_land and options.marginalize != "ranking-stat-pdf":
if options.density_estimate_zero_lag and options.marginalize != "ranking-stat-pdf":
raise ValueError("--density-estimate-zero-lag cannot be set unless --marginalize=ranking-stat-pdf")
if options.likelihood_cache:
......
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