mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-26 14:00:39 +08:00
Update python_tests/test_csv_download.py
Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com>
This commit is contained in:
co-authored by
Shuhei Watanabe
parent
7d834d3aae
commit
64dc46c0c2
@@ -18,7 +18,7 @@ def test_download_csv_no_trial() -> None:
|
||||
study = optuna.create_study(storage=storage)
|
||||
study.optimize(objective, n_trials=0)
|
||||
app = create_app(storage)
|
||||
status, _, body = send_request(
|
||||
status, _, _ = send_request(
|
||||
app,
|
||||
"/csv/0",
|
||||
"GET",
|
||||
|
||||
Reference in New Issue
Block a user