Skip to content

Commit

Permalink
Remove row scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Feb 6, 2024
1 parent 4cefa11 commit 0e21691
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/unit_tests/analysis/test_es_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,7 @@ def test_localization(
(1, ["Active", "Active", "Active"]),
],
)
def test_snapshot_alpha(
alpha, expected, storage, uniform_parameter, obs
):
def test_snapshot_alpha(alpha, expected, storage, uniform_parameter, obs):
"""
Note that this is now a snapshot test, so there is no guarantee that the
snapshots are correct, they are just documenting the current behavior.
Expand Down

0 comments on commit 0e21691

Please sign in to comment.