Skip to content

Commit 619384e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c4671c9 commit 619384e

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)