Skip to content

Commit 3e93257

Browse files
committed
test: fix test
1 parent 7769170 commit 3e93257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittest/python/test_dimensions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
quat = eigenpy.Quaternion()
77
# By default, we convert as numpy.matrix
8+
eigenpy.switchToNumpyMatrix()
89
coeffs_vector = quat.coeffs()
910
assert len(coeffs_vector.shape) == 2
1011

0 commit comments

Comments
 (0)