Lukas Petersson
397da56c85
process replay: regen in parallel ( #24628 )
...
* regen in parallel
* prefixes
* clean regen
* clean output
* tqdm loc
* del swp file
* add routes back
* cleanup
* disable tqdm
* unique dirs
* unique dirs
* outdir in regen_all
* formatting when played from other dirs
* prefix dongle id
* local disable_tqdm
* formatting
* bug fix
* dont spam fakedata
* 16 char fake dongle ids
* formatting
* formatting
* more descriptive dongle
* fix azure path
* couple more fixes
* handle failures nicely
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
3 years ago
Adeeb Shihadeh
b9c48f12ad
update references to CARS.md and routes.py ( #23993 )
3 years ago
Adeeb Shihadeh
8718a59330
cleanup selfdrive/test ( #23967 )
...
* move test routes and test_models
* move fingerprints
* little more
* remove that
3 years ago
Ewout ter Hoeven
55390d273f
Convert format strings strings to f-strings ( #23241 )
...
* Convert all text strings to f-strings
Reformats all the text from the old "%-formatted" and .format(...) format to the newer f-string format, as defined in PEP 498. This requires Python 3.6+.
Flynt 0.69 was used to reformat the strings. 120 f-strings were created in 51 files.
F-strings are in general more readable, concise and performant. See also: https://www.python.org/dev/peps/pep-0498/#rationale
* revert pyextra changes
* revert ublox.py
Co-authored-by: Willem Melching <willem.melching@gmail.com>
3 years ago
Willem Melching
f1c77f97b9
cleanup unused pip packages ( #22947 )
...
* cleanup unused pip packages
* fix linter
3 years ago
Harald Schafer
f60d169bb4
upload original
4 years ago
Harald Schafer
472442111b
fix exclude pattern
4 years ago
Adeeb Shihadeh
8f1fc93a5e
exclude raw logger files from upload
4 years ago
Adeeb Shihadeh
4a1aec27ef
segment regen ( #21148 )
...
* start seg regen
* send vipc
* fix up some paths
* set fp
* fix no entries
* engages
* seperate camera procs
* send real frames
* regen test routes
* nice argparser
* fix valgrind test
* move that
* fix that
4 years ago
ShaneSmiskol
e7afb26203
Clean up test_routes file ( #21056 )
...
* remove no enableCamera routes and add to missing
* use a named tuple
* split makes by \n, fix reference to routes
* Update selfdrive/test/test_routes.py
* Update selfdrive/test/test_routes.py
* Update selfdrive/test/test_routes.py
* Update selfdrive/test/test_routes.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
ShaneSmiskol
997319fac1
Add missing Hondas and Toyotas to tests ( #21044 )
...
* Add new route for Acura ILX
* Add Lexus RXH
* Add CRV Hybrid route
* Add Insight route
* update sync script
* Add Avalon route with rlogs
* Update CRV route
* Update Pilot 2019 route
* Add Camry Hybrid 2018 route
* Add 2017 Highlander
* Add 2018 Highlander Hybrid
* Add TSS2 Highlander Hybrid
* Add Accord Hybrid
* Repalce old Accord
* Update Lexus RXH route with logs, CHR+H, skip Avalon for now (fixup in another PR)
* Add CRV
* How did I miss this!
* add exception for CRV Hybrid
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
4 years ago
Adeeb Shihadeh
7e632900e5
cleanup car tests ( #20562 )
...
* cleanup test_car_models
* don't fail on that
4 years ago
Willem Melching
5b7d7622bf
update CI routes, add back destination key
4 years ago
Adeeb Shihadeh
309384e2f7
another update_ci_routes fix
4 years ago
Adeeb Shihadeh
35fbb9d097
update CI route sync script for new version of azcopy
4 years ago
Adeeb Shihadeh
d61b664785
more external cleanup
4 years ago
Adeeb Shihadeh
cea8b9e67a
update_ci_routes.py: upload route by arg
5 years ago
Adeeb Shihadeh
f3dcf861c7
enable flake8 E303: too many blank lines
5 years ago
Adeeb Shihadeh
27754a277c
enable E261 in flake8: two spaces before inline comment
5 years ago
Willem Melching
bee15f8abe
make pre-commit pass without xx present
5 years ago
Willem Melching
29aaa44740
flake8 in pre-commit( #1583 )
5 years ago
Willem Melching
a25acaae07
More public routes in test car models ( #1208 )
...
* remove non public routes
* Fix linter
* add rav4h
* add odyssey
* add pilot and civic_bosch
* cth and camry
* add regal
5 years ago
Willem Melching
a1a7c2b437
fix update_ci_routes.py
5 years ago
Greg Hogan
dabe9d71ab
exclude dcamera files from ci routes
5 years ago
Willem Melching
a97ebc28b5
Fix ci routes sync script target path
5 years ago
Willem Melching
09283f4d6a
Fix CI sync script
5 years ago
George Hotz
c0bfbc12c7
selfdrive/test
5 years ago