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

Torch add invert and split #1112

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Add invert and split

7a29d78
Select commit
Loading
Failed to load commit list.
Draft

Torch add invert and split #1112

Add invert and split
7a29d78
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 8, 2024 in 0s

82.10% (-0.01%) compared to 07bd48d

View this Pull Request on Codecov

82.10% (-0.01%) compared to 07bd48d

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 82.10%. Comparing base (07bd48d) to head (7a29d78).

Files with missing lines Patch % Lines
pytensor/link/pytorch/dispatch/basic.py 40.00% 3 Missing ⚠️
pytensor/link/pytorch/dispatch/scalar.py 66.66% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1112      +/-   ##
==========================================
- Coverage   82.10%   82.10%   -0.01%     
==========================================
  Files         185      185              
  Lines       48089    48097       +8     
  Branches     8659     8659              
==========================================
+ Hits        39485    39489       +4     
- Misses       6439     6443       +4     
  Partials     2165     2165              
Files with missing lines Coverage Δ
pytensor/link/pytorch/dispatch/scalar.py 71.42% <66.66%> (-0.45%) ⬇️
pytensor/link/pytorch/dispatch/basic.py 92.10% <40.00%> (-2.40%) ⬇️