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 ingracedb.py
was unnecessarily taking the complete payload as argument. This is futile, can only take in thegraceid
,t0
,t_start
,t_end
. - added unittest for the case when
gpstime
is a string
Edited by Deep Chatterjee