Skip to content

Commit

Permalink
improve the hpo test (#1222)
Browse files Browse the repository at this point in the history
* improve the hpo test
  • Loading branch information
radekosmulski authored Oct 31, 2023
1 parent ba1b775 commit 7d99e53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 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,14 @@

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 7d99e53

Please sign in to comment.