mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Apply formatter
This commit is contained in:
@@ -235,7 +235,10 @@ export const actionCreator = () => {
|
||||
})
|
||||
}
|
||||
|
||||
const updateStudyDetail = (studyId: number, forceFetchAllTrials: boolean = false) => {
|
||||
const updateStudyDetail = (
|
||||
studyId: number,
|
||||
forceFetchAllTrials: boolean = false
|
||||
) => {
|
||||
let nLocalFixedTrials = 0
|
||||
const nMaximumTrialsAtOnce = forceFetchAllTrials ? 0 : 2000
|
||||
if (studyId in studyDetails) {
|
||||
|
||||
Reference in New Issue
Block a user