From 03360d86f0c0665d74127e4913ceca8929f8d72a Mon Sep 17 00:00:00 2001 From: c-bata Date: Mon, 19 Aug 2024 23:02:05 +0900 Subject: [PATCH] Add a todo comment --- tslib/react/src/components/PlotParallelCoordinate.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tslib/react/src/components/PlotParallelCoordinate.tsx b/tslib/react/src/components/PlotParallelCoordinate.tsx index 572c4eff..1745789d 100644 --- a/tslib/react/src/components/PlotParallelCoordinate.tsx +++ b/tslib/react/src/components/PlotParallelCoordinate.tsx @@ -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,