Skip to content

Commit

Permalink
Update observation keys getter
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Oct 7, 2024
1 parent 12bf08b commit 8a87277
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"resdata",
"ert>=11.1.0-b1",
"ert>=11.1.0-b3",
"importlib_metadata",
"importlib_resources",
"numpy",
Expand Down
2 changes: 1 addition & 1 deletion tests/workflows/ahm_analysis/test_ahm_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_make_update_log_df(snake_oil_facade, snapshot):
snake_oil_facade,
prior_ens,
posterior_ens,
sorted(prior_ens.experiment.observations.keys()),
sorted(prior_ens.experiment.observation_keys),
sorted(prior_ens.experiment.parameter_configuration.keys()),
)
snapshot.assert_match(
Expand Down

0 comments on commit 8a87277

Please sign in to comment.