Skip to content

Commit

Permalink
cite
Browse files Browse the repository at this point in the history
  • Loading branch information
zoepiran committed Jan 16, 2024
1 parent 47ce045 commit 6c2ce33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.8"]
python: ["3.10"]
os: [ubuntu-latest]

env:
Expand Down
1 change: 0 additions & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ def test_biolord():
)
model.train(10, check_val_every_n_epoch=1, train_size=0.5, enable_checkpointing=False)

# tests __repr__
print(model)

0 comments on commit 6c2ce33

Please sign in to comment.