Skip to content

Commit dc0f9e3

Browse files
committed
remove duplicate test
1 parent 82eb512 commit dc0f9e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_DHRobot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ def test_A(self):
344344

345345
nt.assert_array_almost_equal(panda.A(0, q).A, T1, decimal=4)
346346
nt.assert_array_almost_equal(panda.A([1, 4], q).A, T2, decimal=4)
347-
nt.assert_array_almost_equal(panda.A([1, 4], q).A, T2, decimal=4)
348347

349348
def test_A_error(self):
350349
panda = rp.models.DH.Panda()

0 commit comments

Comments
 (0)