Skip to content

Commit

Permalink
minor change to dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
PRAVEEN-mnl committed Nov 3, 2023
1 parent b1fa4c4 commit 2d4f3e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/all_sky_search/pycbc_plot_kde_vals
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ kde_arrays = {
'signal_kde': signal_kde,
'template_kde': template_kde,
'ratio_kde': signal_kde / template_kde,
}
kde_values = kde_arrays[args.which_kde]
}[args.which_kde]

if args.sort_type == 'increasing':
idx = numpy.argsort(kde_values)
Expand Down

0 comments on commit 2d4f3e4

Please sign in to comment.