Skip to content

Commit

Permalink
fix tests for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinblampey committed Sep 11, 2024
1 parent a9a2464 commit 2a82b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_train():
model.compute_representations()
model.compute_representations(num_workers=2)

obs_key = model.assign_domains(n_domains=2)
# obs_key = model.assign_domains(n_domains=2)
obs_key = model.assign_domains(level=2)

model.batch_effect_correction()
Expand Down

0 comments on commit 2a82b17

Please sign in to comment.