-
Notifications
You must be signed in to change notification settings - Fork 24
Add bindings to ReflectionProfile methods #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This reverts commit 7253d99.
|
Hi @ezatterin - thanks for the changes and the fix. Could you add a unit test (for good measure) with the new functions ? I think the PR also needs a |
|
yes, thanks @ezatterin and @vincefn . The news will turn into the changelog at the next release. |
* GetProfile now accepts numpy arrays as the `x` argument
|
Finally made it 🚀 I had to add an additional wrapper to use the |
Summary of changes:
allow to build the library via
pip install .outside of a conda env usingsysconfigto find the location of the shared libs.added python bindings for the
ReflectionProfilepublic methods:Tested on Ubuntu 24.04 and Windows 11.