Skip to content

Commit 9a9e541

Browse files
committed
Merge branch 'coercions' of https://github.com/biocpy/singlecellexperiment into coercions
2 parents 12a5153 + 619384e commit 9a9e541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sce_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ def test_SE_to_SCE():
131131

132132
tse = SingleCellExperiment.from_summarizedexperiment(se)
133133
assert isinstance(tse, SingleCellExperiment)
134-
assert tse.shape == se.shape
134+
assert tse.shape == se.shape

0 commit comments

Comments
 (0)