Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More robust check for multiple integer indices in numba ravel_multidimensional_idx rewrites #1139

Merged
merged 1 commit into from
Dec 31, 2024

More robust check for multiple integer indices in numba ravel_multidi…

0787243
Select commit
Loading
Failed to load commit list.
Merged

More robust check for multiple integer indices in numba ravel_multidimensional_idx rewrites #1139

More robust check for multiple integer indices in numba ravel_multidi…
0787243
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 26, 2024 in 1s

82.12% (-0.01%) compared to 83c6b44

View this Pull Request on Codecov

82.12% (-0.01%) compared to 83c6b44

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.12%. Comparing base (83c6b44) to head (0787243).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1139      +/-   ##
==========================================
- Coverage   82.12%   82.12%   -0.01%     
==========================================
  Files         185      185              
  Lines       48130    48130              
  Branches     8669     8669              
==========================================
- Hits        39527    39525       -2     
- Misses       6438     6439       +1     
- Partials     2165     2166       +1     
Files with missing lines Coverage Δ
pytensor/tensor/rewriting/subtensor.py 90.25% <100.00%> (-0.22%) ⬇️