Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AtsushiSakai committed Jan 15, 2018
1 parent fe3df50 commit cae3de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_lqr.py → tests/test_lqr_steer_control.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from unittest import TestCase

import sys
sys.path.append("./PathTracking/lqr/")
sys.path.append("./PathTracking/lqr_steer_control/")

from PathTracking.lqr import lqr_tracking as m
from PathTracking.lqr_steer_control import lqr_steer_control as m

print(__file__)

Expand Down

0 comments on commit cae3de7

Please sign in to comment.