From 6c2ce33a24131d298889633d21d365bd37955219 Mon Sep 17 00:00:00 2001 From: Zoe Date: Tue, 16 Jan 2024 13:30:54 +0200 Subject: [PATCH] cite --- .github/workflows/test.yaml | 2 +- tests/test_basic.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dea2b57..e297595 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python: ["3.8"] + python: ["3.10"] os: [ubuntu-latest] env: diff --git a/tests/test_basic.py b/tests/test_basic.py index a79603d..0f9fcf3 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -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)