Skip to content

Commit 948b86a

Browse files
committed
fix test
1 parent 3a20dc2 commit 948b86a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_pca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def test_pca_layer():
258258

259259

260260
def test_pca_layer_mask():
261-
adata = sc.datasets.pbmc3k()[:, 1000].copy()
261+
adata = sc.datasets.pbmc3k()[:, 997:1000].copy()
262262
sc.pp.normalize_total(adata)
263263
sc.pp.log1p(adata)
264264
with pytest.raises(

0 commit comments

Comments
 (0)