Skip to content

Commit 82c928e

Browse files
author
Yifu Cai
committed
add none as default value to cost_limit as a way to allow no cost limit
1 parent 94d8c23 commit 82c928e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aide/utils/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SearchConfig:
4141
class AgentConfig:
4242
steps: int
4343
time_limit: int
44-
cost_limit: int | None
44+
cost_limit: int | None = None
4545
k_fold_validation: int
4646
expose_prediction: bool
4747
data_preview: bool

0 commit comments

Comments
 (0)