mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Debug the maxDateTime
This commit is contained in:
@@ -70,7 +70,7 @@ const plotTimeline = (trials: Trial[], mode: string) => {
|
||||
...trials.map((t) => {
|
||||
return t.datetime_start === undefined || t.datetime_complete === undefined
|
||||
? -Infinity
|
||||
: t.datetime_start.getTime() - t.datetime_complete.getTime()
|
||||
: t.datetime_complete.getTime() - t.datetime_start.getTime()
|
||||
})
|
||||
)
|
||||
const hasRunning =
|
||||
|
||||
Reference in New Issue
Block a user