Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The time_intervals id might be NULL #87

Open
ashildskalnes opened this issue Sep 1, 2022 · 0 comments
Open

The time_intervals id might be NULL #87

ashildskalnes opened this issue Sep 1, 2022 · 0 comments

Comments

@ashildskalnes
Copy link

ashildskalnes commented Sep 1, 2022

How to reproduce:

  • Use the explorer notebook
  • Select env="prod"
  • Select status=["scratch"] and fields=["DROGON"]
  • Select the case called 21.x.0.dev_rowh2022_08-17
  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant