Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 2a93721

Browse files
committed
test: fixed typing
1 parent dc5d4b9 commit 2a93721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_geometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def test_vector_2_matrix(
228228
OrientationConvention(transform_data["order"]),
229229
]:
230230
actual = pybotics.geometry.vector_2_matrix(
231-
transform_data["vector"], convention=str(convention)
231+
transform_data["vector"], convention=convention # type: ignore
232232
)
233233
np.testing.assert_allclose(
234234
actual=actual,

0 commit comments

Comments
 (0)