From 728f1bde2dc731be88b9aea88af90739c0c57ff6 Mon Sep 17 00:00:00 2001 From: Eljas Roellin <65244425+eroell@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:36:22 +0100 Subject: [PATCH] Update power norm test reference values (#854) * update power norm reference values * remove accidentally added block --- tests/preprocessing/test_normalization.py | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/tests/preprocessing/test_normalization.py b/tests/preprocessing/test_normalization.py index 249e6892..3b18d7f0 100644 --- a/tests/preprocessing/test_normalization.py +++ b/tests/preprocessing/test_normalization.py @@ -625,14 +625,16 @@ def test_norm_power_group(array_type, adata_mini): ) col2_norm = np.array( [ - -1.3504524, - -0.43539175, - 0.4501508, - 1.3356934, - -1.3437141, - -0.44512963, - 0.44927517, - 1.3395685, + [ + -1.3650659, + -0.41545486, + 0.45502198, + 1.3254988, + -1.3427324, + -0.4461177, + 0.44829938, + 1.3405508, + ] ], dtype=np.float32, )