Skip to content

Commit

Permalink
Update bin/live/pycbc_live_supervise_collated_trigger_fits
Browse files Browse the repository at this point in the history
Co-authored-by: Tito Dal Canton <[email protected]>
  • Loading branch information
GarethCabournDavies and titodalcanton committed Aug 21, 2024
1 parent 394688a commit ed929ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/live/pycbc_live_supervise_collated_trigger_fits
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def plot_single_significance_fits(daily_output, daily_plot_options, controls):
Plotting daily significance fits, and link to public directory if wanted
"""
daily_plot_output = daily_output[:-4].replace(
''.join(controls['ifos'].split()),
''.join(sorted(controls['ifos'].split())),
'{ifo}'
) + '.png'
logging.info(
Expand Down

0 comments on commit ed929ed

Please sign in to comment.