pytensor icon indicating copy to clipboard operation
pytensor copied to clipboard

Add debug mode to Numba linker

Open ricardoV94 opened this issue 10 months ago • 1 comments

This was useful to figure out #1233

Probably can be improved, so take it as a sandbox to be expanded in the future.


📚 Documentation preview 📚: https://pytensor--1234.org.readthedocs.build/en/1234/

ricardoV94 avatar Feb 23 '25 10:02 ricardoV94

Codecov Report

Attention: Patch coverage is 86.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 81.99%. Comparing base (5d4e9e0) to head (2d477c4). Report is 259 commits behind head on main.

Files with missing lines Patch % Lines
pytensor/link/numba/dispatch/basic.py 77.77% 1 Missing and 1 partial :warning:
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1234   +/-   ##
=======================================
  Coverage   81.99%   81.99%           
=======================================
  Files         188      188           
  Lines       48566    48581   +15     
  Branches     8677     8679    +2     
=======================================
+ Hits        39823    39836   +13     
- Misses       6580     6581    +1     
- Partials     2163     2164    +1     
Files with missing lines Coverage Δ
pytensor/link/numba/linker.py 88.46% <100.00%> (+3.46%) :arrow_up:
pytensor/link/numba/dispatch/basic.py 79.15% <77.77%> (-0.04%) :arrow_down:
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Feb 23 '25 12:02 codecov[bot]