From 961f9c8716383124be95a33326d9472b96f6edf3 Mon Sep 17 00:00:00 2001 From: Shinichi Hemmi <50256998+Alnusjaponica@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:33:17 +0900 Subject: [PATCH] Revert change on get_artifact_meta() --- python_tests/artifact/test_optuna_compatibility.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python_tests/artifact/test_optuna_compatibility.py b/python_tests/artifact/test_optuna_compatibility.py index 52032ae1..d81e1397 100644 --- a/python_tests/artifact/test_optuna_compatibility.py +++ b/python_tests/artifact/test_optuna_compatibility.py @@ -46,6 +46,7 @@ def test_list_optuna_trial_artifacts() -> None: artifact_meta = get_artifact_meta( storage=storage, + study_id=study._study_id, trial_id=trial._trial_id, artifact_id=artifact_id, )