Skip to content

Commit

Permalink
Testfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Lun committed Jul 27, 2023
1 parent 64a2d94 commit f397957
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_quality_control_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def test_quality_control_numpy():

assert result is not None
assert result.dims[0] == 100
assert isinstance(result, scr.types.RnaQcResult)
assert result.column("sums") is not None
assert result.column("detected") is not None
assert result.column("subset_proportions") is not None
Expand Down

0 comments on commit f397957

Please sign in to comment.