You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/detchar/.conda/envs/ligo-summary-3.10/lib/python3.10/site-packages/gwsumm/plot/range.py", line 273, in combined_time_volume
min_x0 = min([r.x0.value for r in allranges])
ValueError: min() arg is an empty sequence
When the range data is not available. Moreover, I think line 279 (allranges[i] = r.pad((missing, 0))) may produce and IndexError exception.
To reproduce this error add #-read = False, which avoids fetching the data.
The text was updated successfully, but these errors were encountered:
Line 273 of
/gwsumm/plot/range.py
is encountering an exception:When the range data is not available. Moreover, I think line 279 (
allranges[i] = r.pad((missing, 0))
) may produce andIndexError
exception.To reproduce this error add
#-read = False
, which avoids fetching the data.The text was updated successfully, but these errors were encountered: