mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-13 12:50:51 +08:00
Add a todo comment
This commit is contained in:
@@ -37,6 +37,9 @@ export const PlotParallelCoordinate: FC<{
|
||||
const trials = useFilteredTrials(study, targets, false)
|
||||
useEffect(() => {
|
||||
if (study !== null && graphComponentState !== "componentWillMount") {
|
||||
// TODO(c-bata): Fix the broken E2E tests.
|
||||
// https://github.com/optuna/optuna-dashboard/pull/929#issuecomment-2296632106
|
||||
// https://github.com/optuna/optuna-dashboard/actions/runs/10451985071/job/28939493755?pr=937
|
||||
try {
|
||||
plotCoordinate(
|
||||
study,
|
||||
|
||||
Reference in New Issue
Block a user