Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yenaled committed Aug 9, 2023
1 parent 284b32f commit 978181d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,8 @@ def test_count_convert(self):
h5ad=False,
by_name=False,
tcc=False,
threads=threads
threads=threads,
loom_names=['barcode', 'target_name']
)
filter_with_bustools.assert_not_called()

Expand Down Expand Up @@ -1865,6 +1866,7 @@ def test_count_filter(self):
tcc=False,
umi_gene=True,
em=False,
loom_names=['barcode', 'target_name'],
)
convert_matrix.assert_not_called()

Expand Down

0 comments on commit 978181d

Please sign in to comment.