Adeeb Shihadeh
5fe40091bf
update references to CARS.md and routes.py ( #23993 )
...
old-commit-hash: b9c48f12ad70ee4f5b4a8679ef674c2876fa318f
2022-03-18 13:30:06 -07:00
Adeeb Shihadeh
805a00b5f3
cleanup selfdrive/test ( #23967 )
...
* move test routes and test_models
* move fingerprints
* little more
* remove that
old-commit-hash: 8718a5933049d5934cc53ef31af9b5ded3223a7c
2022-03-14 15:46:16 -07:00
Ewout ter Hoeven
a962365292
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 >
old-commit-hash: 55390d273f36f49da3896e687ac5530f40c1d150
2021-12-16 14:58:17 +01:00
Willem Melching
fd3140fd6f
cleanup unused pip packages ( #22947 )
...
* cleanup unused pip packages
* fix linter
old-commit-hash: f1c77f97b934fac877230d9438fb4a15d1813c52
2021-11-17 16:23:03 +01:00
Harald Schafer
6e8f439dce
upload original
...
old-commit-hash: f60d169bb4fc56110ffc420395a1fb7d28b45094
2021-07-09 16:32:04 -07:00
Harald Schafer
1ab68e18d3
fix exclude pattern
...
old-commit-hash: 472442111b6077ff758ad9e46828c7c97925927b
2021-07-09 15:51:08 -07:00
Adeeb Shihadeh
59d54b2bfc
exclude raw logger files from upload
...
old-commit-hash: 8f1fc93a5e69dfa55ae4f45dfb1256e918424b41
2021-06-30 00:40:48 -07:00
Adeeb Shihadeh
d31397b84b
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
old-commit-hash: 4a1aec27efb48bdba1d267c86ef66c8a044c4986
2021-06-28 21:44:40 -07:00
ShaneSmiskol
fa75ee24f2
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 >
old-commit-hash: e7afb262033b3e7a5bfd05d54e1f63c1840d7428
2021-05-27 15:29:48 -07:00
ShaneSmiskol
c2b41b8b55
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 >
old-commit-hash: 997319fac19836a6b528b5b0d73ba6dfe0e3fb7f
2021-05-27 12:20:14 -07:00
Adeeb Shihadeh
df17f65c61
cleanup car tests ( #20562 )
...
* cleanup test_car_models
* don't fail on that
old-commit-hash: 7e632900e5fc6581ead248581e5f90703f851d23
2021-04-01 16:46:08 -07:00
Willem Melching
8e706e29d6
update CI routes, add back destination key
...
old-commit-hash: 5b7d7622bf9bd897e7eb1da2a9d557ccd83ad4a9
2021-01-04 19:15:39 +01:00
Adeeb Shihadeh
c1042b848e
another update_ci_routes fix
...
old-commit-hash: 309384e2f78f41f205461829f6fe7771750ae500
2020-12-31 14:00:30 -08:00
Adeeb Shihadeh
1eb2e651f0
update CI route sync script for new version of azcopy
...
old-commit-hash: 35fbb9d097118eddfa58654872f28beee4a32593
2020-12-30 21:15:39 -08:00
Adeeb Shihadeh
ea2bb39526
more external cleanup
...
old-commit-hash: d61b6647850278cadfba2f1bfbdf1c277bf96f0d
2020-12-18 13:28:50 -08:00
Adeeb Shihadeh
755c21f05c
update_ci_routes.py: upload route by arg
...
old-commit-hash: cea8b9e67a34d39716f4be1e8be64e7aa8fca306
2020-08-08 14:30:31 -07:00
Adeeb Shihadeh
9823f1164c
enable flake8 E303: too many blank lines
...
old-commit-hash: f3dcf861c73b47c52b5dd77a8f1f8858005ae18b
2020-05-31 17:21:11 -07:00
Adeeb Shihadeh
68a3061c9d
enable E261 in flake8: two spaces before inline comment
...
old-commit-hash: 27754a277c36b82ef4040e536cc918ba8ad77bec
2020-05-31 14:07:29 -07:00
Willem Melching
4022d92155
make pre-commit pass without xx present
...
old-commit-hash: bee15f8abef98b35d070e931d5b34fd01ca8128e
2020-05-28 13:20:28 -07:00
Willem Melching
12a306021d
flake8 in pre-commit( #1583 )
...
old-commit-hash: 29aaa44740b5dae3c1cc0c273c72c7eb53135e5e
2020-05-27 20:33:05 -07:00
Willem Melching
fd3db576af
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
old-commit-hash: a25acaae0770a32aa54abd4d41dc0f5ab5077f9a
2020-03-06 13:44:34 -08:00
Willem Melching
952031d4fe
fix update_ci_routes.py
...
old-commit-hash: a1a7c2b43733388eb4690d020e1854b2016b7c3c
2020-02-27 13:18:39 -08:00
Greg Hogan
c7dfd582c3
exclude dcamera files from ci routes
...
old-commit-hash: dabe9d71ab1f7ee4fc4118ccce9b331ebcd801ca
2020-02-06 14:26:48 -08:00
Willem Melching
c243cff6c0
Fix ci routes sync script target path
...
old-commit-hash: a97ebc28b5
2020-01-30 13:21:14 -08:00
Willem Melching
7ab5a1a675
Fix CI sync script
...
old-commit-hash: 09283f4d6a
2020-01-23 13:06:05 -08:00
George Hotz
06a02fd8bd
selfdrive/test
...
old-commit-hash: c0bfbc12c7
2020-01-17 11:16:14 -08:00