Reduce overhead of function call and deprecate rarely used utilities #1024
Codecov / codecov/project
succeeded
Oct 25, 2024 in 1s
81.94% (+0.04%) compared to a377c22
View this Pull Request on Codecov
81.94% (+0.04%) compared to a377c22
Details
Codecov Report
Attention: Patch coverage is 97.43590%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 81.94%. Comparing base (
a377c22
) to head (4258475
).
Report is 4 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
pytensor/compile/function/types.py | 97.18% | 1 Missing and 1 partial |
Additional details and impacted files
@@ Coverage Diff @@
## main #1024 +/- ##
==========================================
+ Coverage 81.90% 81.94% +0.04%
==========================================
Files 182 182
Lines 47879 47873 -6
Branches 8617 8618 +1
==========================================
+ Hits 39214 39230 +16
+ Misses 6492 6474 -18
+ Partials 2173 2169 -4
Files with missing lines | Coverage Δ | |
---|---|---|
pytensor/gradient.py | 77.57% <ø> (+0.07%) |
⬆️ |
pytensor/graph/null_type.py | 64.70% <ø> (+1.54%) |
⬆️ |
pytensor/graph/op.py | 88.08% <100.00%> (+0.06%) |
⬆️ |
pytensor/graph/type.py | 93.65% <100.00%> (-0.20%) |
⬇️ |
pytensor/scalar/basic.py | 80.52% <ø> (+0.01%) |
⬆️ |
pytensor/tensor/random/op.py | 93.51% <100.00%> (-0.21%) |
⬇️ |
pytensor/tensor/type_other.py | 74.41% <ø> (+0.26%) |
⬆️ |
pytensor/compile/function/types.py | 80.48% <97.18%> (+0.53%) |
⬆️ |
Loading