We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a2464 commit 2a82b17Copy full SHA for 2a82b17
tests/test_model.py
@@ -64,7 +64,7 @@ def test_train():
64
model.compute_representations()
65
model.compute_representations(num_workers=2)
66
67
- obs_key = model.assign_domains(n_domains=2)
+ # obs_key = model.assign_domains(n_domains=2)
68
obs_key = model.assign_domains(level=2)
69
70
model.batch_effect_correction()
0 commit comments