Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Gareth S Cabourn Davies <gareth.cabourndavies@ligo.org>
  • Loading branch information
titodalcanton and GarethCabournDavies authored Sep 15, 2023
1 parent 9b77949 commit 7b9d227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/live/pycbc_live_single_trigger_fits
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ with h5py.File(args.output, 'w') as fout:
for ifo in events:
fout_ifo = fout.create_group(ifo)
# Save the triggers we have used for the fits
fout_ifo_trigs.create_group('triggers')
fout_ifo_trigs = fout_ifo.create_group('triggers')
for key in events[ifo].data:
fout_ifo_trigs[key] = events[ifo].data[key]
if ifo in pruned_trigger_times:
Expand Down

0 comments on commit 7b9d227

Please sign in to comment.