Skip to content

Commit

Permalink
YET MORE FIXES GODDAMIT.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jul 27, 2023
1 parent d6670af commit 6bd3c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_quality_control_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_quality_control_numpy():
assert result0.column("subset_proportions").shape[1] == 0

# Same results when running in parallel.
resultp = per_cell_rna_qc_metrics(x, subsets=[[1, 10, 100]], num_threads = 3)
resultp = per_cell_rna_qc_metrics(x, subsets={ "BAR": [1, 10, 100] }, num_threads = 3)
assert np.array_equal(result.column("sums"), resultp.column("sums"))
assert np.array_equal(result.column("detected"), resultp.column("detected"))
assert np.array_equal(result.column("subset_proportions").column(0), resultp.column("subset_proportions").column(0))
Expand Down

0 comments on commit 6bd3c6f

Please sign in to comment.