Skip to content

Commit

Permalink
Merge branch 'main' into enhancement/issue-742
Browse files Browse the repository at this point in the history
  • Loading branch information
eroell authored Jan 15, 2025
2 parents 2b8718c + 728f1bd commit 51aac2e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions tests/preprocessing/test_normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 51aac2e

Please sign in to comment.