Skip to content

Commit 7bf93bd

Browse files
committed
test appveyor
1 parent f13d2de commit 7bf93bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_model_predictive_speed_and_steer_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from unittest import TestCase
22

33
import sys
4-
if 'cvxpy' not in sys.modules:
4+
if 'cvxpy' in sys.modules:
55
sys.path.append("./PathTracking/model_predictive_speed_and_steer_control/")
66

77
from PathTracking.model_predictive_speed_and_steer_control import model_predictive_speed_and_steer_control as m

0 commit comments

Comments
 (0)