We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4647a commit 953a325Copy full SHA for 953a325
1 file changed
biobuddy/components/generic/rigidbody/segment_coordinate_system.py
@@ -415,7 +415,7 @@ def collapse(
415
# Compute the SARA axis
416
if expected_rotation_axis_orientation is not None:
417
original_axis_global = SegmentCoordinateSystemUtils._original_rotation_axis(
418
- expected_rotation_axis_orientation, static_markers
+ expected_rotation_axis_orientation, functional_data
419
)
420
else:
421
original_axis_global = None
0 commit comments