-
Notifications
You must be signed in to change notification settings - Fork 132
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 usage of Cython API and Cython tests #396
Comments
Actually, it seems like https://github.com/ajfriend/h3_example_package still works with v4.1.0.b3! Thanks to @jongbinjung for checking! However, we still fail the Cython test here: https://github.com/uber/h3-py/tree/master/tests/test_cython (As indicated by our current 0.56% gap in coverage.) I'd still like to fix this issue so that we have a working example of Cythonizing a small script (as opposed to a whole package, as in h3_example_package). |
Took an unsuccessful stab: TL;DRIssue seems to be with I can't for the life of me figure out where it's getting that Replicating the issueRun
and see that coverage for
Stuff I tried
|
That's progress! I wonder what the |
We'll break the Cython API with #378, but I think we should still merge it and fix it from there.
The text was updated successfully, but these errors were encountered: