mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Update python_tests/artifact/test_backend.py
Co-authored-by: c-bata <c-bata@users.noreply.github.com>
This commit is contained in:
@@ -201,7 +201,7 @@ def test_upload_artifact_invalid() -> None:
|
||||
body=json.dumps({"file": DUMMY_DATA}),
|
||||
content_type="application/json",
|
||||
)
|
||||
assert status == 500 # TODO: This should return 400
|
||||
assert status == 500 # TODO(contramundum53): This should return 400
|
||||
|
||||
# Invalid: complete trial
|
||||
study.add_trial(optuna.create_trial(value=1.0, distributions={}, params={}))
|
||||
|
||||
Reference in New Issue
Block a user