Skip to content

Commit fc023b0

Browse files
committed
specify backend
1 parent 7a3560b commit fc023b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_ETS.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1751,7 +1751,7 @@ def test_plot(self):
17511751
tz = rtb.ETS(rtb.ET.tz(jindex=5, qlim=[-1, 1]))
17521752
a = rtb.ETS(rtb.ET.SE3(np.eye(4)))
17531753
r = tx + ty + tz + rx + ry + rz + a
1754-
r.plot(q=q2, block=False)
1754+
r.plot(q=q2, block=False, backend="pyplot")
17551755

17561756
def test_teach(self):
17571757
# x = sympy.Symbol("x")
@@ -1764,7 +1764,7 @@ def test_teach(self):
17641764
tz = rtb.ETS(rtb.ET.tz(jindex=5, qlim=[-1, 1]))
17651765
a = rtb.ETS(rtb.ET.SE3(np.eye(4)))
17661766
r = tx + ty + tz + rx + ry + rz + a
1767-
r.teach(q=q2, block=False)
1767+
r.teach(q=q2, block=False, backend="pyplot")
17681768

17691769
def test_partial_fkine(self):
17701770
deg = np.pi / 180

0 commit comments

Comments
 (0)