IntelLabs / numba

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

Add tests for prange with negative range. #55

Closed stuartarchibald closed 6 years ago

stuartarchibald commented 6 years ago

This adds some basic tests for the use of prange when the range is declared as, or likely to be, negative. It also updates the testing code with the capacity to assert that the correct scheduler implementation has been selected based on the arguments to prange.