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
I've noticed, that only first column of the jacobian is returned when I use python bindings (dev branch, or installed from PyPy).
I had to write my own simple bindings with pybind11 to overcome this issue.
Here is the small test:
So the bspline.eval_jacobian returns only 2 numbers.
Best regards,
Alex
The text was updated successfully, but these errors were encountered:
slovak194
changed the title
eval_jacobian returns only first column of the jacobian which is returned in C++
In python spline.eval_jacobian(p) returns only the first column of the jacobian
Feb 15, 2023
I don't have the time to properly fix the issue now, but I've at the very least made it so that we no longer just return the wrong result with no mention about it being wrong: b0380aa
Thanks for the report! We'll hopefully be able to fix the bug properly soon!
Hi!
I've noticed, that only first column of the jacobian is returned when I use python bindings (dev branch, or installed from PyPy).
I had to write my own simple bindings with pybind11 to overcome this issue.
Here is the small test:
So the bspline.eval_jacobian returns only 2 numbers.
Best regards,
Alex
The text was updated successfully, but these errors were encountered: