Skip to content

Commit 5a78c89

Browse files
authored
fix: merge candidates (#1254)
* fix: add hypotheses_candidates
1 parent 8332960 commit 5a78c89

File tree

1 file changed

+1
-0
lines changed
  • rdagent/scenarios/data_science/proposal/exp_gen

1 file changed

+1
-0
lines changed

rdagent/scenarios/data_science/proposal/exp_gen/merge.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def gen(
230230
sota_exp_desc=sota_exp_desc,
231231
sota_exp=sota_exp_fb[0] if sota_exp_fb else None,
232232
hypotheses=[new_hypothesis],
233+
hypotheses_candidates=[new_hypothesis],
233234
pipeline=DS_RD_SETTING.coder_on_whole_pipeline,
234235
failed_exp_feedback_list_desc="",
235236
)

0 commit comments

Comments
 (0)