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

Fix barycentric interpolation on Windows #18

Open
wants to merge 6 commits into
base: poly_refactor
Choose a base branch
from

Conversation

ConnectedSystems
Copy link
Contributor

Many tests were failing on Windows due to a buffer dtype mismatch (cross-platform Cython issue, as discussed previously).

Addressed largely by specifying int type used in numpy arrays in inner functions (both in Python and Cython). I have kept fused type declaration as it is likely catching other use/edge cases.

On Windows, the number of failing tests have gone down from 44 to 22, none of which are related to buffer mismatches.
No buffer mismatch errors are raised when running tests on Ubuntu 20.04 (although 15 do fail).

I am assuming the failing tests cover pieces of work still in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant