Added explicit float casting of times in LOSC JSON metadata
This PR adds an explicit float()
call in gwpy.io.losc.get_event_segment
in case the timing in LOSC JSON metadata is stored as a string, instead of an integer (or float).
This PR adds an explicit float()
call in gwpy.io.losc.get_event_segment
in case the timing in LOSC JSON metadata is stored as a string, instead of an integer (or float).