Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxlei committed Jun 3, 2024
1 parent d15e97c commit ed675a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scalex.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

def test_preprocess_rna(adata_test):
adata = adata_test.copy()
adata = preprocessing_rna(adata, min_cells=4, min_features=0)
adata = preprocessing_rna(adata, min_cells=2, min_features=0)
assert adata.raw.shape == adata_test.shape


Expand Down

0 comments on commit ed675a1

Please sign in to comment.