Graham Markall

Results 455 comments of Graham Markall

Thanks for the report - we actually have a unit test for exactly this case, but it turns out to have been spuriously passing. If one runs: ``` python runtests.py...

#9447 contains a fix for this and we'll aim to get it in 0.59.1. @shaunc in the meantime as a workaround, I think you can just compile an empty uncached...

Thanks for the report. From https://numba.readthedocs.io/en/latest/user/parallel.html#supported-operations: > Multi-dimensional arrays are also supported for the above operations when operands have matching dimension and size. The full semantics of Numpy broadcast between...

Note that the test failure is unrelated to this PR, and is a problem on `main` in general at present.