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

Pytensor-native interpolation functions #1141

Merged
merged 5 commits into from
Dec 30, 2024

Refactor out `OpFromGraph`

b7a23d7
Select commit
Loading
Failed to load commit list.
Merged

Pytensor-native interpolation functions #1141

Refactor out `OpFromGraph`
b7a23d7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 28, 2024 in 0s

82.14% (+0.02%) compared to 83c6b44

View this Pull Request on Codecov

82.14% (+0.02%) compared to 83c6b44

Details

Codecov Report

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

Project coverage is 82.14%. Comparing base (83c6b44) to head (b7a23d7).

Files with missing lines Patch % Lines
pytensor/tensor/interpolate.py 94.59% 2 Missing and 2 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1141      +/-   ##
==========================================
+ Coverage   82.12%   82.14%   +0.02%     
==========================================
  Files         185      186       +1     
  Lines       48130    48210      +80     
  Branches     8669     8678       +9     
==========================================
+ Hits        39527    39603      +76     
- Misses       6438     6440       +2     
- Partials     2165     2167       +2     
Files with missing lines Coverage Δ
pytensor/link/jax/dispatch/extra_ops.py 82.35% <100.00%> (+1.70%) ⬆️
pytensor/tensor/interpolate.py 94.59% <94.59%> (ø)