-
I’ve tried to make one, myself, but it’s reporting that sample_position isn’t implemented, but mine is… so, I’m confused. Was hoping to confirm my translation of c++ implementations to python was sound. |
Beta Was this translation helpful? Give feedback.
Answered by
njroussel
Feb 7, 2023
Replies: 1 comment 2 replies
-
Hi @a3ahmad It looks like we never added a Python binding for the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
njroussel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @a3ahmad
It looks like we never added a Python binding for the
sample_position
method. Your code is most likely correct. I'll be pushing a fix soon.