Skip to content
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

Merged
merged 18 commits into from
Jun 13, 2023
Merged

Compatibility with precice:develop #179

merged 18 commits into from
Jun 13, 2023

Conversation

IshaanDesai
Copy link
Member

This PR makes the develop branch of the bindings compatible with the latest state of precice:develop.

@IshaanDesai IshaanDesai marked this pull request as ready for review June 13, 2023 09:22
Copy link
Member

@BenjaminRodenberg BenjaminRodenberg left a 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)

cyprecice/cyprecice.pyx Outdated Show resolved Hide resolved
Comment on lines +819 to +820
cdef vector[int] cpp_ids = vertex_ids
cdef vector[double] cpp_values = values.flatten()
Copy link
Member

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.

cyprecice/cyprecice.pyx Outdated Show resolved Hide resolved
examples/solverdummy/solverdummy.py Outdated Show resolved Hide resolved
@IshaanDesai IshaanDesai merged commit d7a1234 into develop Jun 13, 2023
@IshaanDesai IshaanDesai deleted the v3-compatibility branch June 13, 2023 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants