From 98c85451242a2592bf20153b0c141b6776554ee3 Mon Sep 17 00:00:00 2001 From: Shinichi Hemmi <50256998+Alnusjaponica@users.noreply.github.com> Date: Sat, 19 Aug 2023 17:00:14 +0900 Subject: [PATCH] Update comment --- optuna_dashboard/artifact/_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optuna_dashboard/artifact/_backend.py b/optuna_dashboard/artifact/_backend.py index 7a9f1242..9ef79dad 100644 --- a/optuna_dashboard/artifact/_backend.py +++ b/optuna_dashboard/artifact/_backend.py @@ -127,7 +127,7 @@ def register_artifact_route( return {"reason": "Cannot access to the artifacts."} artifact_store.remove(artifact_id) - # The metadata of the artifact is stored in one of the following three locations: + # The artifact's metadata is stored in one of the following two locations: storage.set_study_system_attr( study_id, _artifact_prefix(trial_id) + artifact_id, json.dumps(None) )