Skip to content

Commit

Permalink
tests:
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Nov 28, 2024
1 parent f008abb commit 614956a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyorerun/biorbd_components/axisupdater.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ def to_component(self, q: np.ndarray) -> rr.Arrows3D:
vectors=homogenous_matrices[:3, self.axis] * self.scale,
colors=np.array(self.color),
)

def to_chunk(self, q: np.ndarray) -> dict[str, list]:
pass

0 comments on commit 614956a

Please sign in to comment.