Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 committed Nov 11, 2024
1 parent 6583469 commit 6d486e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def test_regress_out_reproducible():
adata = pbmc68k_reduced()
adata = adata.raw.to_adata()[:200, :200].copy()
sc.pp.regress_out(adata, keys=["n_counts", "percent_mito"])
# This file was gerneated from the original implementation in version 1.10.3
# This file was generated from the original implementation in version 1.10.3
# Now we compare new implementation with the old one
tester = np.load(DATA_PATH / "regress_test_small.npy")
np.testing.assert_allclose(adata.X, tester)
Expand Down

0 comments on commit 6d486e8

Please sign in to comment.