Skip to content

Commit

Permalink
pygrb_page_tables fix (gwastro#4998)
Browse files Browse the repository at this point in the history
  • Loading branch information
pannarale authored Jan 2, 2025
1 parent 1d995f8 commit bfdd804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pygrb/pycbc_pygrb_page_tables
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ offsource_trigs.reverse()

# Calculate chirp masses of templates
logging.info('Loading triggers template masses')
bank_data = h5py.File(opts.bank_file, 'r')
bank_data = HFile(opts.bank_file, 'r')
template_mchirps = mchirp_from_mass1_mass2(
bank_data['mass1'][...],
bank_data['mass2'][...]
Expand Down

0 comments on commit bfdd804

Please sign in to comment.