Skip to content

Commit

Permalink
Fixed problem with argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtrevor committed Oct 15, 2024
1 parent 23492a1 commit 042acde
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 @@ -507,10 +507,10 @@ def daily_dq_trigger_rates(
daily_dq_args += ['--trigger-file', trigger_merge_file]
daily_dq_args += ['--output', ddtr_out_full]
daily_dq_args += ['--ifo', ifo]
daily_dq_args += ['--replay-offset', offset]

daily_dq_options['gps-start-time'] = f'{gps_start_time:d}'
daily_dq_options['gps-end-time'] = f'{gps_end_time:d}'
daily_dq_options['replay-offset'] = f'{offset:d}'
daily_dq_args += sv.dict_to_args(daily_dq_options)

sv.run_and_error(daily_dq_args, controls)
Expand Down

0 comments on commit 042acde

Please sign in to comment.