Skip to content

Commit

Permalink
Use .observation_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen committed Sep 13, 2024
1 parent 8d2a3eb commit 30e608f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/analysis/test_es_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def test_update_report_with_different_observation_status_from_smoother_update(
ss = smoother_update(
prior_ens,
posterior_ens,
list(ert_config.observations.keys()),
experiment.observation_keys,
ert_config.ensemble_config.parameters,
update_settings,
ESSettings(inversion="subspace"),
Expand Down

0 comments on commit 30e608f

Please sign in to comment.