IntelLabs / numba

NumPy aware dynamic Python compiler using LLVM
http://numba.pydata.org/
BSD 2-Clause "Simplified" License
12 stars 2 forks source link

Fix pyStencil #61

Closed stuartarchibald closed 5 years ago

stuartarchibald commented 5 years ago

@DrTodd13 this patch is not particularly neat, but it fixes up pyStencil for the purposes of testing issue https://github.com/numba/numba/issues/3528, it also adds support for mixing slices with scalar indexes and computing bounds from slices (3 skipped tests added as demonstration, will open another ticket for this).