numba contiguous array
code:python
- Resolution failure for literal arguments:
reshape() supports contiguous array only
- Resolution failure for non-literal arguments:
reshape() supports contiguous array only
During: resolving callee type: BoundFunction(array.reshape for array(int64, 1d, A))
During: typing of call at main.py (225)
File "main.py", line 225:
# def __repr__(self):
<source elided>
AB = AB.reshape(-1, 2)
^
i8[:] to i8[::1]