Closed stuartarchibald closed 7 years ago
@DrTodd13 thanks for the fixes on this, I think it's just https://github.com/IntelLabs/numba/pull/37#discussion_r145656737 that needs addressing?
On the back of this:
standard_indexing
and interaction with types that support indexing and guvectorize
in general.neighbourhood
.The changes in tests is making the line https://github.com/IntelLabs/numba/blob/fa9d69dcd1e6f26466b3deae80fccb83d6d17aab/numba/stencilparfor.py#L90 never reached by the tests. The base branch reaches that line though. I have yet to determine what changes is responsible.
Closing this PR, PR #39 updates.
@DrTodd13 More test cases below. I'll comment on the ones I think need discussion/fixing.
Also, in offline discussion, @seibert suggested swapping the name
standard_indexing
fordirect_access
, which might be a more suitable name given types such as tuples could be index and need to be accessed directly?