Skip to content

Commit

Permalink
sce contains row ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Jan 26, 2024
1 parent 8b87276 commit 5cc0ddd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_mae.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ def test_stage_mae_complex():
)

tsce = SingleCellExperiment(
assays={"counts": counts}, row_data=df_gr, column_data=column_data_sce
assays={"counts": counts},
row_data=df_gr,
column_data=column_data_sce,
row_ranges=gr,
)

tse2 = SummarizedExperiment(
Expand Down

0 comments on commit 5cc0ddd

Please sign in to comment.