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

Eig Rewrites #1126

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

added rewrite for eig when input matrix is identity

bdd1679
Select commit
Loading
Failed to load commit list.
Open

Eig Rewrites #1126

added rewrite for eig when input matrix is identity
bdd1679
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 18, 2024 in 0s

82.13% (+0.02%) compared to 231a977

View this Pull Request on Codecov

82.13% (+0.02%) compared to 231a977

Details

Codecov Report

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

Project coverage is 82.13%. Comparing base (231a977) to head (bdd1679).

Files with missing lines Patch % Lines
pytensor/tensor/rewriting/linalg.py 93.93% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1126      +/-   ##
==========================================
+ Coverage   82.10%   82.13%   +0.02%     
==========================================
  Files         185      185              
  Lines       48130    48163      +33     
  Branches     8669     8675       +6     
==========================================
+ Hits        39519    39558      +39     
+ Misses       6444     6439       -5     
+ Partials     2167     2166       -1     
Files with missing lines Coverage Δ
pytensor/tensor/rewriting/linalg.py 92.85% <93.93%> (+0.09%) ⬆️

... and 2 files with indirect coverage changes