File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -286,9 +286,9 @@ def main():
286
286
parser .add_argument ("--samples" , required = True , type = str )
287
287
parser .add_argument ("--parallel" , default = None , type = int )
288
288
parser .add_argument ("--min-time-limit" , default = 1 , type = float )
289
- parser .add_argument ("--max-as-limit" , default = 128 * 1024 , type = float )
290
- parser .add_argument ("--max-data-limit" , default = 4 * 1024 , type = float )
291
- parser .add_argument ("--max-stack-limit" , default = 5 , type = float )
289
+ parser .add_argument ("--max-as-limit" , default = 128 * 1024 , type = int )
290
+ parser .add_argument ("--max-data-limit" , default = 4 * 1024 , type = int )
291
+ parser .add_argument ("--max-stack-limit" , default = 5 , type = int )
292
292
parser .add_argument (
293
293
"--check-gt-only" , action = "store_true" , help = "Check the groundtruth"
294
294
)
You can’t perform that action at this time.
0 commit comments