Skip to content

Commit 6f86c96

Browse files
Fix submission_checker: accept --skip-dataset-size-check (#2438)
1 parent 9b77f35 commit 6f86c96

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tools/submission/submission_checker.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,11 @@ def get_args():
13161316
action="store_true",
13171317
help="skips the check that the calibration documentation should exist",
13181318
)
1319+
parser.add_argument(
1320+
"--skip-dataset-size-check",
1321+
action="store_true",
1322+
help="Skip dataset size validation check"
1323+
)
13191324
parser.add_argument(
13201325
"--scenarios-to-skip",
13211326
help="Delimited list input of scenarios to skip. i.e. if you only have Offline results, pass in 'Server'",

0 commit comments

Comments
 (0)