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 ca1a2bd commit 469d773Copy full SHA for 469d773
tests/test_quaternion.py
@@ -157,10 +157,6 @@ def test_constructor(self):
157
with self.assertRaises(ValueError):
158
UnitQuaternion(R, check=True)
159
160
- # no check, so try to interpret as a quaternion, but shape is wrong
161
- with self.assertRaises(ValueError):
162
- UnitQuaternion(R, check=False)
163
-
164
# wrong shape to be anything
165
R = np.zeros((5, 5))
166
0 commit comments