We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c5ef2 commit f734ddeCopy full SHA for f734dde
rdagent/scenarios/data_science/proposal/exp_gen.py
@@ -195,7 +195,7 @@ def _handle_missing_component(
195
"""
196
former_task_desc = (
197
trace.hist[-1][0].pending_tasks_list[0][0].get_task_information()
198
- if len(trace.hist) > 0 and trace.hist[-1] is not last_successful_exp
+ if len(trace.hist) > 0 and trace.hist[-1][0] is not last_successful_exp
199
else None
200
)
201
0 commit comments