Skip to content

Commit

Permalink
Make sure we are not plotting invalid experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq committed Dec 20, 2024
1 parent 96589e2 commit 5553bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ert/dark_storage/endpoints/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def get_experiments(
userdata={},
)
for experiment in storage.experiments
if experiment.is_valid()
]


Expand Down

0 comments on commit 5553bdc

Please sign in to comment.