Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Aug 8, 2024
1 parent b2b836b commit 95e1357
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion basic_and_faq_usages/simple_artifact_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def objective(trial):
b = trial.suggest_float("b", -5, 5)

with tempfile.TemporaryDirectory() as tmp_dir:
print(tmp_dir)
plot_predictions(a, b, trial, tmp_dir)
fig_path = os.path.join(tmp_dir, fig_name)
# Link the plotted figure with trial using artifact store API.
Expand Down

0 comments on commit 95e1357

Please sign in to comment.