-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Compatibility with precice:develop #179
Conversation
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 a lot of changes in this PR and this makes the diff hard to read. One reason is clearly the renaming of some important files and classes and I think we cannot really improve readability here. Still, it would be nice to extract some minor parts into independent commits for a nicer git history.
Besides readability: From the feature-side everything looks ok (tests work on my system)
cdef vector[int] cpp_ids = vertex_ids | ||
cdef vector[double] cpp_values = values.flatten() |
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.
Would be good, if we could avoid this explicit copying of data and use ranges instead. But let's do this as a follow-up.
This PR makes the develop branch of the bindings compatible with the latest state of precice:develop.