Skip to content

Commit

Permalink
Fix string syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tdent authored Oct 30, 2023
1 parent 494824d commit e8261f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/all_sky_search/pycbc_plot_kde_vals
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ parser.add_argument('--log-axis', nargs='+', choices=['True', 'False'], required
parser.add_argument('--plot-type', choices=['kde_vs_param', 'param_vs_param'])
parser.add_argument('--plot-order', choices=['file', 'increasing', 'decreasing'],
default='file',
help='Choose the order to plot KDE values in: "file", "increasing" or
"decreasing"')
help='Choose the order to plot KDE values in: "file", "increasing"'
' or "decreasing"')
parser.add_argument('--which-kde', choices=['signal_kde', 'template_kde', 'ratio_kde'])
parser.add_argument('--plot-dir', required=True)
parser.add_argument('--verbose', action='count')
Expand Down

0 comments on commit e8261f7

Please sign in to comment.