Skip to content

Commit 2a82b17

Browse files
fix tests for CI
1 parent a9a2464 commit 2a82b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_train():
6464
model.compute_representations()
6565
model.compute_representations(num_workers=2)
6666

67-
obs_key = model.assign_domains(n_domains=2)
67+
# obs_key = model.assign_domains(n_domains=2)
6868
obs_key = model.assign_domains(level=2)
6969

7070
model.batch_effect_correction()

0 commit comments

Comments
 (0)