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
Run the cell called "filter down to unique surface object"
Error message:
time_intervals
{'NULL': 4}
IndexError Traceback (most recent call last)
/tmp/ipykernel_30812/2956954488.py in <cell line: 49>()
47 print(time_intervals)
48
---> 49 time_interval = list(time_intervals.keys())[2]
50
51 # use the object_name, tag_name and iteration_id to get available aggregations
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
How to reproduce:
Error message:
time_intervals
{'NULL': 4}
IndexError Traceback (most recent call last)
/tmp/ipykernel_30812/2956954488.py in <cell line: 49>()
47 print(time_intervals)
48
---> 49 time_interval = list(time_intervals.keys())[2]
50
51 # use the object_name, tag_name and iteration_id to get available aggregations
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: