Skip to content

Commit

Permalink
Final 2to3 on the whole repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Sep 25, 2019
1 parent 5f2bc44 commit c92fd3b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tests/safety/test_cadillac.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import unittest
import numpy as np
import libpandasafety_py
from . import libpandasafety_py

MAX_RATE_UP = 2
MAX_RATE_DOWN = 5
Expand Down
2 changes: 1 addition & 1 deletion tests/safety/test_chrysler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import glob
import unittest
import numpy as np
import libpandasafety_py
from . import libpandasafety_py

MAX_RATE_UP = 3
MAX_RATE_DOWN = 3
Expand Down
2 changes: 1 addition & 1 deletion tests/safety/test_gm.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import unittest
import numpy as np
import libpandasafety_py
from . import libpandasafety_py

MAX_RATE_UP = 7
MAX_RATE_DOWN = 17
Expand Down
2 changes: 1 addition & 1 deletion tests/safety/test_honda.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import unittest
import numpy as np
import libpandasafety_py
from . import libpandasafety_py

MAX_BRAKE = 255

Expand Down
2 changes: 1 addition & 1 deletion tests/safety/test_honda_bosch.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import unittest
import numpy as np
import libpandasafety_py
from . import libpandasafety_py

MAX_BRAKE = 255

Expand Down
2 changes: 1 addition & 1 deletion tests/safety/test_hyundai.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import unittest
import numpy as np
import libpandasafety_py
from . import libpandasafety_py

MAX_RATE_UP = 3
MAX_RATE_DOWN = 7
Expand Down
2 changes: 1 addition & 1 deletion tests/safety/test_subaru.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import unittest
import numpy as np
import libpandasafety_py
from . import libpandasafety_py

MAX_RATE_UP = 50
MAX_RATE_DOWN = 70
Expand Down
2 changes: 1 addition & 1 deletion tests/safety/test_toyota.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import unittest
import numpy as np
import libpandasafety_py
from . import libpandasafety_py

MAX_RATE_UP = 10
MAX_RATE_DOWN = 25
Expand Down
2 changes: 1 addition & 1 deletion tests/safety/test_toyota_ipas.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import unittest
import numpy as np
import libpandasafety_py
from . import libpandasafety_py

IPAS_OVERRIDE_THRESHOLD = 200

Expand Down

0 comments on commit c92fd3b

Please sign in to comment.