Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…eriment into overhaul-se
  • Loading branch information
jkanche committed Dec 22, 2023
2 parents 6485df4 + a996a3c commit d370ca2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_RSE.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ def test_RSE_no_ranges():

def test_RSE_should_fail():
with pytest.raises(Exception):
RangedSummarizedExperiment(assays={"counts": counts}, row_data=BiocFrame(number_of_rows=10))
RangedSummarizedExperiment(
assays={"counts": counts}, row_data=BiocFrame(number_of_rows=10)
)


def test_RSE_grl():
Expand Down

0 comments on commit d370ca2

Please sign in to comment.