From 614956acd1b922a5eac22a745c89d53e8f6453e4 Mon Sep 17 00:00:00 2001 From: Ipuch Date: Thu, 28 Nov 2024 14:22:50 -0500 Subject: [PATCH] tests: --- pyorerun/biorbd_components/axisupdater.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyorerun/biorbd_components/axisupdater.py b/pyorerun/biorbd_components/axisupdater.py index 0a3a2bb..fa04d89 100644 --- a/pyorerun/biorbd_components/axisupdater.py +++ b/pyorerun/biorbd_components/axisupdater.py @@ -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 \ No newline at end of file