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

Commit

Permalink
fix: typing
Browse files Browse the repository at this point in the history
  • Loading branch information
engnadeau committed Aug 23, 2022
1 parent cacee0b commit a4da1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_kinematic_chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_vector() -> None:
"""Test."""
link = RevoluteMDHLink()
kc = MDHKinematicChain([link])
np.testing.assert_allclose(kc.vector, link.vector)# type: ignore
np.testing.assert_allclose(kc.vector, link.vector) # type: ignore


def test_repr() -> None:
Expand Down

0 comments on commit a4da1b5

Please # to comment.