Closed krzysztofarendt closed 1 month ago
I believe this commit fixes this issue: 371f9c1b3d55dd068256f8d19fa7c6d1e4497e06
Not sure why, but Numba cannot guess the shape of the array when using :
. It works in Python.
Specifying the sizes of each dimension works in Numba.