We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13d2de commit 7bf93bdCopy full SHA for 7bf93bd
1 file changed
tests/test_model_predictive_speed_and_steer_control.py
@@ -1,7 +1,7 @@
1
from unittest import TestCase
2
3
import sys
4
-if 'cvxpy' not in sys.modules:
+if 'cvxpy' in sys.modules:
5
sys.path.append("./PathTracking/model_predictive_speed_and_steer_control/")
6
7
from PathTracking.model_predictive_speed_and_steer_control import model_predictive_speed_and_steer_control as m
0 commit comments