Skip to content

Commit

Permalink
Update pycbc_plot_kde_vals
Browse files Browse the repository at this point in the history
  • Loading branch information
PRAVEEN-mnl authored Jun 8, 2023
1 parent a96cfd8 commit 9454725
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 @@ -31,9 +31,9 @@ if len(args.param) != len(args.log_axis):

if args.signal_file:
signal_data = h5py.File(args.signal_file, 'r')
signal_kde = signal_data['signal_kde'][:]
signal_kde = signal_data['data_kde'][:]
template_data = h5py.File(args.template_file, 'r')
template_kde = template_data['template_kde'][:]
template_kde = template_data['data_kde'][:]
param0 = template_data[args.param[0]][:]
if len(args.param) > 1:
param1 = template_data[args.param[1]][:]
Expand Down

0 comments on commit 9454725

Please sign in to comment.