Skip to content

Commit

Permalink
Update recycler.py dtype issues
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacb authored May 22, 2024
1 parent 972de68 commit 5c77fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recycler.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,10 @@ def run_strategy_and_onering(skymap_filename,

trigger_data = {"trigger_label":trigger_id,
"date": creationTime, # Add the date from the gcn
'ligo_prob':local_prob,
'ligo_prob':float(local_prob),
"exp_time":[exposure_inner,exposure_outer].__str__(),
"filter":filt,
"prob_coverage":disco_prob,
"prob_coverage":float(disco_prob),
"low_tt_json":json_output,
"log_link":output_log,
"strategy_table":strategy_file
Expand Down

0 comments on commit 5c77fcf

Please sign in to comment.