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 4, 2024
1 parent 71b3d90 commit 8a6b677
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -30,7 +30,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 8a6b677

Please sign in to comment.