-
Notifications
You must be signed in to change notification settings - Fork 1.2k
0.29.0 NotImplementedError, LoweringError with np.asarray #2169
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
Labels
Comments
Confirmed. Root cause is similar to #2159, missing capacity to lower |
Thanks for the report. Seems like implementing the missing case fixes it. |
stuartarchibald
added a commit
to stuartarchibald/numba
that referenced
this issue
Oct 31, 2016
Potential fix for numba#2169, `StaticSetItem` branch missing from lowering in objmode.
sklam
added a commit
to sklam/numba
that referenced
this issue
Nov 1, 2016
Verify that rewrite pass doesn't affect objmode lowering
DrTodd13
pushed a commit
to IntelLabs/numba
that referenced
this issue
Feb 7, 2017
Verify that rewrite pass doesn't affect objmode lowering
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This yields the following errors with 0.29.0, but not with 0.28.1:
The text was updated successfully, but these errors were encountered: