Skip to content

Commit

Permalink
default bug in cluster-window in pycbc_inspiral (gwastro#4461)
Browse files Browse the repository at this point in the history
* default bug for cluster-window in pycbc_inspiral

* Update bin/pycbc_inspiral
  • Loading branch information
GarethCabournDavies authored and acorreia61201 committed Apr 4, 2024
1 parent d19859c commit 4409530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pycbc_inspiral
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ parser.add_argument("--cluster-function", choices=["findchirp", "symmetric"],
"'findchirp' uses a forward sliding window; 'symmetric' "
"will compare each window to the one before and after, keeping "
"only a local maximum.", default="findchirp")
parser.add_argument("--cluster-window", type=float, default = -1,
parser.add_argument("--cluster-window", type=float, default=0,
help="Length of clustering window in seconds."
" Set to 0 to disable clustering.")
parser.add_argument("--bank-veto-bank-file", type=str, help="FIXME: ADD")
Expand Down

0 comments on commit 4409530

Please sign in to comment.