Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 24, 2024
1 parent 155f520 commit f9984d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ def test_infercnv_more_than_2_chunks(adata_full_mock, gene_res_actual, x_res_act
np.testing.assert_array_equal(per_gene_mtx.toarray()[3], np.array([0, 0, 0, 0, 0, 0.921875, 0.703125, 0, 0, 0]))
np.testing.assert_array_equal(res.toarray(), x_res_actual)
assert chr_pos == {"chr1": 0, "chr2": 3}, "chr_pos is not as expected"


def test_infercnv_manual_reference(adata_oligodendroma):
cnv.tl.infercnv(adata_oligodendroma, reference=np.ones(adata_oligodendroma.shape[1]))

Expand Down

0 comments on commit f9984d0

Please sign in to comment.