-
Notifications
You must be signed in to change notification settings - Fork 769
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
Expose GNC params to python #1239
Conversation
@amadoantonini thanks for the PR. Can you please add some python unit tests to verify everything works as expected? |
@varunagrawal added some tests, let me know if those are ok. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome stuff @amadoantonini
@amadoantonini can you please resolve the CI failures? |
I can try. Any ideas as to why those seemingly unrelated tests fail? |
I think this is the problem:
|
P.S. I have 0 idea why the automatic binding code cause so many hard-to-debug issues. I encountered an infinity loop issue that is caused by |
This looks like the Jacobians are not being copied back to the C++ side of things. I guess we have to look at how the opacity is being set. This is also a good time to revisit my PR on using the stl bindings fully. |
@amadoantonini the issue seems to be tangential to your fix. @ProfFan and I are working on figuring this out, so we thank you for your patience! |
@amadoantonini I opened a PR to fix your issue openspacelabs#1 |
Wrap custom factor in a separate file
Ahhh I'm going to have to look into this more. |
Thanks @varunagrawal! Let me know if I can help. |
@amadoantonini can you please merge in the latest develop? We made some CI changes to fix issues we've been seeing lately (this PR included). |
That seems to have fixed it on my side! |
@amadoantonini gentle reminder about openspacelabs#2 |
GNC IndexVector
@amadoantonini can you please merge in the latest develop? Github Actions is being funky. |
@varunagrawal I had to resolve a conflict. I think I did the right thing based on the order of your changes. Please verify. |
Yup looks good to me. |
@amadoantonini please merge this openspacelabs#3 and please allow maintainers to make edits so I can push here directly. |
Yay finally merged! |
Thanks for all the support @varunagrawal ! |
No description provided.