We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e97329 commit e7c4a11Copy full SHA for e7c4a11
tests/test_Shape.py
@@ -115,3 +115,6 @@ def test_collision(self):
115
def test_wt(self):
116
s0 = rp.Box([1, 1, 1], sm.SE3(0, 0, 0))
117
s0.wT = np.eye(4)
118
+
119
+if __name__ == '__main__': # pragma nocover
120
+ unittest.main()
0 commit comments