Skip to content

Commit

Permalink
Update tests/mlflow/test_mlflow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Shuhei Watanabe <[email protected]>
  • Loading branch information
y0z and nabenabe0928 authored Oct 18, 2024
1 parent 47e0965 commit 9258f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/mlflow/test_mlflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def test_use_existing_experiment_by_id(tmpdir: py.path.local) -> None:
assert experiment.experiment_id == experiment_id
assert experiment.name == "foo"

# TODO(y0z): Remove type ignore once the MLFlow typing is fixed.
runs = mlfl_client.search_runs(experiment_id) # type: ignore
assert len(runs) == 10

Expand Down

0 comments on commit 9258f2b

Please sign in to comment.