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

Fixed: Inv Numba implementation now correctly returns non-integral in… #627

Merged
merged 1 commit into from Oct 22, 2021

Conversation

kc611
Copy link
Member

@kc611 kc611 commented Oct 21, 2021

A simple fix which replaces Numpy's reciprocal function for Numba implementation of Inv Ops with a direct inverse signature.

Fixes #624

@codecov
Copy link

codecov bot commented Oct 21, 2021

Codecov Report

Merging #627 (00ab327) into main (e6c2fbc) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #627   +/-   ##
=======================================
  Coverage   77.02%   77.02%           
=======================================
  Files         157      157           
  Lines       46911    46915    +4     
  Branches    10265    10265           
=======================================
+ Hits        36132    36136    +4     
  Misses       8196     8196           
  Partials     2583     2583           
Impacted Files Coverage Δ
aesara/link/numba/dispatch/scalar.py 97.61% <100.00%> (+0.11%) ⬆️

@kc611 kc611 merged commit 0f8c81c into aesara-devs:main Oct 22, 2021
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.

Numba implementation of ScalarOp fails to promote dtype's properly in case of reciprocal
2 participants