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

numba: fix overload_call on numba >= 0.54.0 #414

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

eric-wieser
Copy link
Member

xref numba/numba#7061.

We were burnt by relying on implementation details, but as numba/numba#5886 never quite worked we had no choice.

@codecov
Copy link

codecov bot commented Sep 2, 2021

Codecov Report

Merging #414 (13ac052) into master (61e373e) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #414      +/-   ##
==========================================
+ Coverage   71.35%   71.37%   +0.01%     
==========================================
  Files          73       73              
  Lines        9454     9459       +5     
  Branches     1211     1211              
==========================================
+ Hits         6746     6751       +5     
  Misses       2538     2538              
  Partials      170      170              
Impacted Files Coverage Δ
clifford/numba/_overload_call.py 98.11% <100.00%> (+0.19%) ⬆️
clifford/test/test_g3c_tools.py 81.84% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 61e373e...13ac052. Read the comment docs.

@eric-wieser
Copy link
Member Author

CI has gone from red to green, so let's merge this.

@eric-wieser eric-wieser merged commit e63f856 into pygae:master Sep 2, 2021
@eric-wieser eric-wieser deleted the fix-numba-0.54.0 branch September 2, 2021 21:39
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