Skip to content

Commit 133778c

Browse files
authored
fix: update feedback.py (#772)
1 parent f65bbc0 commit 133778c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdagent/scenarios/data_science/dev/feedback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def generate_feedback(self, exp: DSExperiment, trace: DSTrace) -> ExperimentFeed
6262
if DS_RD_SETTING.rule_base_eval:
6363
if sota_exp:
6464
if cur_score > sota_score:
65-
return ExperimentFeedback(
65+
return HypothesisFeedback(
6666
observations="The current score bigger than the SOTA score.",
6767
hypothesis_evaluation="The current score is bigger than the SOTA score.",
6868
new_hypothesis="No new hypothesis provided",

0 commit comments

Comments
 (0)