Skip to content

Commit

Permalink
improve hpo test
Browse files Browse the repository at this point in the history
  • Loading branch information
radekosmulski committed Oct 23, 2023
1 parent ba1b775 commit c76ff4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/unit/tf/examples/test_usecase_retrieval_with_hpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@

from tests.conftest import REPO_ROOT

pytest.importorskip("plotly")
optuna = pytest.importorskip("optuna")


@testbook(
REPO_ROOT / "examples/usecases/retrieval-with-hyperparameter-optimization.ipynb", execute=False
REPO_ROOT / "examples/usecases/retrieval-with-hyperparameter-optimization.ipynb",
execute=False,
timeout=120
)
@pytest.mark.notebook
def test_usecase_pretrained_embeddings(tb):
Expand Down

0 comments on commit c76ff4e

Please sign in to comment.