Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
XianBW committed Dec 25, 2024
1 parent 84f0fb8 commit e8f2410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdagent/app/data_science/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def feedback(self, prev_out: dict[str, Any]):
self.trace.hist.append((prev_out["direct_exp_gen"].hypothesis, prev_out["running"], feedback))


def main(path=None, step_n=None, competition="bms-molecular-translation"):
def main(path=None, step_n=None, competition=None):
"""
Auto R&D Evolving loop for models in a kaggle{} scenario.
You can continue running session by
Expand Down

0 comments on commit e8f2410

Please sign in to comment.