Skip to content

Commit f25e064

Browse files
committed
Some small documentation
1 parent 063958a commit f25e064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bionc/bionc_numpy/time_series_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def marker_constraints_xyz(model, Q: np.ndarray, markers: np.ndarray):
6262

6363

6464
def total_euler_angles(model, Q: np.ndarray):
65-
65+
"""Compute Euler angle for all joint"""
6666
Qi_temp = NaturalCoordinates(Q[:, 0])
6767
euler_temp = model.natural_coordinates_to_joint_angles(Qi_temp)
6868
total_euler_angles = np.zeros((euler_temp.shape[0], euler_temp.shape[1], Q.shape[1]))

0 commit comments

Comments
 (0)