Skip to content

Commit 6b6136e

Browse files
committed
choose non-singular configuration for this test
1 parent 1870e80 commit 6b6136e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ERobot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def test_teach(self):
170170
def test_plot_with_vellipse(self):
171171
robot = rtb.models.ETS.Planar2()
172172
e = robot.plot(
173-
robot.qz, block=False, name=True, vellipse=True, limits=[1, 2, 1, 2]
173+
robot.qb, block=False, name=True, vellipse=True, limits=[1, 2, 1, 2]
174174
)
175175
e.step()
176176
e.close()

0 commit comments

Comments
 (0)