You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Rotation package of methods is supposed to mimic the scipy package. However the from_quat() method is missing the scalar_first flag. The as_quat() has it.
It also isn't clear from the documtation if the quaternion expected for this function is [x,y,z,w] or [w,x,y,z]
Edit:- It looks like it was committed to the main branch in September but now isn't there,
Description
The Rotation package of methods is supposed to mimic the scipy package. However the from_quat() method is missing the scalar_first flag. The as_quat() has it.
It also isn't clear from the documtation if the quaternion expected for this function is [x,y,z,w] or [w,x,y,z]
Edit:- It looks like it was committed to the main branch in September but now isn't there,
2ff26ff
System info (python version, jaxlib version, accelerator, etc.)
N/A
The text was updated successfully, but these errors were encountered: