Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 22, 2023
1 parent e13773b commit a996a3c
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 a996a3c

Please sign in to comment.