Skip to content

Commit

Permalink
fix a CI bug
Browse files Browse the repository at this point in the history
  • Loading branch information
WinstonLiyt committed Sep 11, 2024
1 parent ffb2ff5 commit 3695a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rdagent/components/benchmark/eval_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from rdagent.components.coder.factor_coder.factor import FactorFBWorkspace
from rdagent.core.conf import RD_AGENT_SETTINGS
from rdagent.core.developer import Developer
from rdagent.core.exception import CoderError
from rdagent.core.exception import CoderError, CustomRunnerError
from rdagent.core.experiment import Task, Workspace
from rdagent.core.scenario import Scenario
from rdagent.core.utils import multiprocessing_wrapper
Expand All @@ -32,7 +32,7 @@

EVAL_RES = Dict[
str,
List[Tuple[FactorEvaluator, Union[object, RunnerException]]],
List[Tuple[FactorEvaluator, Union[object, CustomRunnerError]]],
]


Expand Down

0 comments on commit 3695a7b

Please sign in to comment.