Skip to content

Commit

Permalink
Revert "Adapt to combined observations in ert"
Browse files Browse the repository at this point in the history
This reverts commit dd3db2f.
  • Loading branch information
oyvindeide authored and yngve-sk committed Jul 3, 2024
1 parent 979de91 commit dadc81b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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>=10.2.0b6",
"ert>=10.2.0b8",
"importlib_metadata",
"importlib_resources",
"numpy",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
203,WOPR_OP1_36,0.7,0.07,Active,0.6561,0.0681
204,WOPR_OP1_72,0.5,0.05,Active,0.3852,0.1431
205,WOPR_OP1_9,0.1,0.05,Active,0.0777,0.0508
206,WPR_DIFF_1,0.2,0.15,Active,0.049,0.1755
207,WPR_DIFF_1,0.0,0.05,Active,0.0451,0.1667
208,WPR_DIFF_1,0.0,0.1,Active,-0.0318,0.0713
209,WPR_DIFF_1,0.1,0.2,Active,0.0172,0.143
206,WPR_DIFF_1,0.0,0.1,Active,-0.0318,0.0713
207,WPR_DIFF_1,0.1,0.2,Active,0.0172,0.143
208,WPR_DIFF_1,0.2,0.15,Active,0.049,0.1755
209,WPR_DIFF_1,0.0,0.05,Active,0.0451,0.1667
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 @@ -29,7 +29,7 @@ def test_make_update_log_df(snake_oil_facade, snapshot):
snake_oil_facade,
prior_ens,
posterior_ens,
sorted(prior_ens.experiment.observation_keys),
sorted(prior_ens.experiment.observations.keys()),
sorted(prior_ens.experiment.parameter_configuration.keys()),
)
snapshot.assert_match(
Expand Down

0 comments on commit dadc81b

Please sign in to comment.