how is it so fast?!

pull/31444/head
Shane Smiskol 1 year ago committed by GitHub
parent 41be5f9954
commit 18c1bda33c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/car/tests/test_models.py

@ -36,7 +36,7 @@ NUM_JOBS = int(os.environ.get("NUM_JOBS", "1"))
JOB_ID = int(os.environ.get("JOB_ID", "0"))
INTERNAL_SEG_LIST = os.environ.get("INTERNAL_SEG_LIST", "")
INTERNAL_SEG_CNT = int(os.environ.get("INTERNAL_SEG_CNT", "0"))
MAX_EXAMPLES = int(os.environ.get("MAX_EXAMPLES", "200"))
MAX_EXAMPLES = int(os.environ.get("MAX_EXAMPLES", "2000"))
CI = os.environ.get("CI", None) is not None

Loading…
Cancel
Save