-
Notifications
You must be signed in to change notification settings - Fork 73
Python wrapper improvement #322
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
Conversation
Pull Request Test Coverage Report for Build 3833846407
💛 - Coveralls |
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.
There are still some C-style function pointer casts -- dunno if we wanna find them all first? And a few of the lambdas are complex enough that I'd have kept them as separate methods.
Also, I think we should wait until we fix the accidental push to the main branch before merging as it'll be a little cleaner to untangle that way.
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.
LGTM
added iterators, rearranged and simplified existing code