-
Notifications
You must be signed in to change notification settings - Fork 792
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
Tiny Updates to Python Wrapper #1755
Conversation
Seems our Windows CI is broken, we need to fix that first before merging this PR |
Hi @contagon could you merge master so the CI could run? |
Just merged develop, let me know if that didn't do the trick. |
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.
Very cool. I restarted a CI run that aborted, we can merge after tat. Thanks for this !
@ProfFan any idea as to why that Python CI keeps breaking? It also does not pass on my PR from yesterday. |
@dellaert I think it's GH Actions using the ephemeral cloud runners that got killed. You just need to manually restart the tasks that were stuck... |
@ProfFan I am currently having issues with the Python CI failing on a segfault on Windows. Could something in this PR inadvertently be causing the issue? |
Nevermind, I reverted the develop branch changes in my PR and the issue is still there. Seems like this might be a Windows+Python issue. |
While using gtsam, I just ran into a handful of functions that hadn't been added to the python wrapper. They're all fairly straightforward and worked out of the box as you'd expect. I figured others may have use for them too.
Let me know if there's any questions/issues with any of them though.