We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6be90 commit 9a595bdCopy full SHA for 9a595bd
tests/test_utils.py
@@ -227,7 +227,7 @@ def test_overlay_anndatas(self):
227
self.unspliced_genes_path
228
)
229
adata = utils.overlay_anndatas(adata_spliced, adata_unspliced)
230
- self.assertEqual({'spliced', 'unspliced'}, set(adata.layers.keys()))
+ self.assertEqual({'mature', 'nascent'}, set(adata.layers.keys()))
231
232
def test_sum_anndatas(self):
233
adata_spliced = utils.import_matrix_as_anndata(
0 commit comments