mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Fix broken tests
This commit is contained in:
@@ -74,7 +74,7 @@ const studyDetail = {
|
||||
attributes: { low: -3, high: 3 },
|
||||
},
|
||||
],
|
||||
union_user_attrs: ["foo", "bar"],
|
||||
union_user_attrs: [{key: "foo", sortable: false}, {key: "bar", sortable: false}],
|
||||
has_intermediate_values: false,
|
||||
note: {
|
||||
version: 0,
|
||||
|
||||
Reference in New Issue
Block a user