Skip to content

gpstimes, duration, if supplied as string, are now cast into float

  • Any numerical value like far, gpstime, duration, if supplied as a string is now cast to float in superevents.py
  • create_superevent method in gracedb.py was unnecessarily taking the complete payload as argument. This is futile, can only take in the graceid, t0, t_start, t_end.
  • added unittest for the case when gpstime is a string
Edited by Deep Chatterjee

Merge request reports