Skip to content

Commit

Permalink
Merge branch 'main' into save-sequence-transform-with-schema-target
Browse files Browse the repository at this point in the history
  • Loading branch information
rnyak authored Oct 31, 2023
2 parents e9dc9fc + 7d99e53 commit 86ad222
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 86ad222

Please sign in to comment.