Skip to content

Commit

Permalink
loop catch error bug
Browse files Browse the repository at this point in the history
  • Loading branch information
XianBW committed Dec 25, 2024
1 parent e8c2d6c commit 0722d77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rdagent/app/data_science/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@


class DataScienceRDLoop(RDLoop):
skip_loop_error = ()

def __init__(self, PROP_SETTING: BasePropSetting):
scen: Scenario = import_class(PROP_SETTING.scen)(PROP_SETTING.competition)
Expand Down

0 comments on commit 0722d77

Please sign in to comment.