skglm icon indicating copy to clipboard operation
skglm copied to clipboard

TST - enable ``boundscheck`` in numba jit-compiled function in unittests

Open Badr-MOUFAD opened this issue 1 year ago • 0 comments

As highlighted in #256, boundscheck are disabled in numba compiled functions for the sake of performance. However, this might hide tough bugs.

It is possible to enable boundscheck globally using NUMBA_BOUNDSCHECK flag during testing to have a tighter unittests.

Badr-MOUFAD avatar Jun 01 '24 11:06 Badr-MOUFAD