Skip to content

Commit

Permalink
fixup get_ensemble_responses logic in dark storage
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Nov 22, 2024
1 parent 52b1e2c commit e0d923b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ert/dark_storage/endpoints/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ def get_ensemble_responses(

response_names_with_observations = set()
observations = ensemble.experiment.observations

if len(ensemble.has_data()) == 0:
return {}

for (
response_type,
response_config,
Expand Down

0 comments on commit e0d923b

Please sign in to comment.