Skip to content

Commit

Permalink
update unit tests from U/S to N/M
Browse files Browse the repository at this point in the history
  • Loading branch information
Yenaled authored Jan 4, 2024
1 parent 4e6be90 commit 9a595bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_overlay_anndatas(self):
self.unspliced_genes_path
)
adata = utils.overlay_anndatas(adata_spliced, adata_unspliced)
self.assertEqual({'spliced', 'unspliced'}, set(adata.layers.keys()))
self.assertEqual({'mature', 'nascent'}, set(adata.layers.keys()))

def test_sum_anndatas(self):
adata_spliced = utils.import_matrix_as_anndata(
Expand Down

0 comments on commit 9a595bd

Please sign in to comment.