mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-02-17 13:55:05 -05:00
test appveyor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from unittest import TestCase
|
||||
|
||||
import sys
|
||||
if 'cvxpy' not in sys.modules:
|
||||
if 'cvxpy' in sys.modules:
|
||||
sys.path.append("./PathTracking/model_predictive_speed_and_steer_control/")
|
||||
|
||||
from PathTracking.model_predictive_speed_and_steer_control import model_predictive_speed_and_steer_control as m
|
||||
|
||||
Reference in New Issue
Block a user