Open
Description
Description
With numba 0.61 coverage will work for lines that are seen during compilation: https://numba.readthedocs.io/en/stable/release/0.61.0-notes.html#added-compile-time-code-coverage
This means we may be able to stop running tests in object mode just for coverage purposes:
pytensor/tests/link/numba/test_basic.py
Lines 274 to 279 in cc8c499