Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/cosmic-pop
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ def parse_commandline():
" to select the subpopulation of interest from the evolved population")
parser.add_argument("--match", type=float, help="provides the tolerance for the convergence calculation")
parser.add_argument("--apply_convergence_limits", type=str2bool, nargs='?',
const=True, default=False, help="filters the evolved binary population to contain"
" only the binaries that satsify the convergence limits")
const=True, help="filters the evolved binary population to contain"
" only the binaries that satisfy the convergence limits")
parser.add_argument("--seed", type=int)
parser.add_argument("--verbose", action="store_true", default=False,
help="Run in Verbose Mode")
Expand Down