Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 8bda25d

Browse files
committed
remove unecessary batch_size arg
1 parent 4611432 commit 8bda25d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

diffxpy/unit_test/test_vsrest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def test_null_distribution_wald(self, n_cells: int = 2000, n_genes: int = 100, n
4545
test="wald",
4646
noise_model="nb",
4747
sample_description=random_sample_description,
48-
# batch_size=(500, 500), # why was this here?
4948
training_strategy="DEFAULT",
5049
dtype="float64"
5150
)
@@ -91,7 +90,6 @@ def test_null_distribution_lrt(self, n_cells: int = 2000, n_genes: int = 100):
9190
test="lrt",
9291
noise_model="nb",
9392
sample_description=random_sample_description,
94-
# batch_size=(500, 500), # why was this here?
9593
training_strategy="DEFAULT",
9694
dtype="float64"
9795
)

0 commit comments

Comments
 (0)