From 0e2169105d5e2cc3b0677cb8d76bb697aaba33fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20Eide?= Date: Thu, 25 Jan 2024 15:54:49 +0100 Subject: [PATCH] Remove row scaling --- tests/unit_tests/analysis/test_es_update.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/unit_tests/analysis/test_es_update.py b/tests/unit_tests/analysis/test_es_update.py index 0f5152e976a..16704c5ce3b 100644 --- a/tests/unit_tests/analysis/test_es_update.py +++ b/tests/unit_tests/analysis/test_es_update.py @@ -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.