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 Jan 14, 2024
1 parent 5daed51 commit f3e9d45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_sce_slice.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@

def test_SCE_slice():
tse = SingleCellExperiment(
assays={"counts": counts}, row_data=row_data, column_data=col_data,
reduced_dims={"random_embeds": np.random.rand(ncols, 5)}
assays={"counts": counts},
row_data=row_data,
column_data=col_data,
reduced_dims={"random_embeds": np.random.rand(ncols, 5)},
)

tse_slice = tse[0:10, 0:3]
Expand Down

0 comments on commit f3e9d45

Please sign in to comment.