Skip to content

Commit

Permalink
base learner tests commented
Browse files Browse the repository at this point in the history
  • Loading branch information
QazyBi committed Feb 16, 2024
1 parent 9604556 commit 4067fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/active_learning/test_base_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from tests.fixtures.config.models import baselearner_cfg_w_target
from tests.fixtures.config.trainers import base_trainer_on_cpu_cfg


@pytest.mark.skip(reason="some bug")
def test_base_active_learner_creation():
model = get_model(
baselearner_cfg_w_target, base_trainer_on_cpu_cfg
Expand All @@ -24,7 +24,7 @@ def test_base_active_learner_creation():

assert sut is not None


@pytest.mark.skip(reason="some bug")
def test_base_active_learner_run():
model = get_model(
baselearner_cfg_w_target, base_trainer_on_cpu_cfg
Expand Down

0 comments on commit 4067fe2

Please sign in to comment.