Skip to content

Commit bb9b8f1

Browse files
committed
change path for mobile robot test cases
1 parent e7c4a11 commit bb9b8f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_mobile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_randi(self):
131131

132132
def test_bug2(self):
133133

134-
vars = loadmat("map1.mat")
134+
vars = loadmat("data/map1.mat")
135135
map = vars['map']
136136

137137
bug = Bug2(map)
@@ -163,7 +163,7 @@ def test_bug2(self):
163163

164164
def test_dxform(self):
165165

166-
vars = loadmat("map1.mat")
166+
vars = loadmat("data/map1.mat")
167167
map = vars['map']
168168

169169
dx = DXform(map)

0 commit comments

Comments
 (0)