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_supereventmethod ingracedb.pywas 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
gpstimeis a string
Edited by Deep Chatterjee