Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Jan 6, 2025
1 parent 4ea4904 commit 0b0e9c0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/preprocessing/test_normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,14 +540,14 @@ def test_norm_power_group(array_type, adata_mini):
)
col2_norm = np.array(
[
-1.3650659,
-0.41545486,
0.45502198,
1.3254988,
-1.3427324,
-0.4461177,
0.44829938,
1.3405508,
-1.3504524,
-0.43539175,
0.4501508,
1.3356934,
-1.3437141,
-0.44512963,
0.44927517,
1.3395685,
],
dtype=np.float32,
)
Expand Down

0 comments on commit 0b0e9c0

Please sign in to comment.