Simplify pullback calls in the reverse mode #802
Merged
Codecov / codecov/project
succeeded
Mar 18, 2024 in 0s
94.95% (+0.08%) compared to 8a77f81
View this Pull Request on Codecov
94.95% (+0.08%) compared to 8a77f81
Details
Codecov Report
Attention: Patch coverage is 97.67442%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 94.95%. Comparing base (
8a77f81
) to head (b340d05
).
Report is 4 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #802 +/- ##
==========================================
+ Coverage 94.86% 94.95% +0.08%
==========================================
Files 49 49
Lines 7357 7468 +111
==========================================
+ Hits 6979 7091 +112
+ Misses 378 377 -1
Files | Coverage Δ | |
---|---|---|
include/clad/Differentiator/CladUtils.h | 100.00% <ø> (ø) |
|
include/clad/Differentiator/ErrorEstimator.h | 100.00% <ø> (ø) |
|
...e/clad/Differentiator/MultiplexExternalRMVSource.h | 100.00% <ø> (ø) |
|
include/clad/Differentiator/ReverseModeVisitor.h | 97.87% <ø> (ø) |
|
include/clad/Differentiator/VisitorBase.h | 100.00% <ø> (ø) |
|
lib/Differentiator/CladUtils.cpp | 93.00% <100.00%> (-3.75%) |
⬇️ |
lib/Differentiator/ErrorEstimator.cpp | 99.02% <100.00%> (ø) |
|
lib/Differentiator/MultiplexExternalRMVSource.cpp | 90.52% <100.00%> (ø) |
|
lib/Differentiator/ReverseModeVisitor.cpp | 97.29% <100.00%> (+0.70%) |
⬆️ |
lib/Differentiator/VisitorBase.cpp | 97.74% <ø> (-0.15%) |
⬇️ |
... and 1 more |
... and 2 files with indirect coverage changes
Files | Coverage Δ | |
---|---|---|
include/clad/Differentiator/CladUtils.h | 100.00% <ø> (ø) |
|
include/clad/Differentiator/ErrorEstimator.h | 100.00% <ø> (ø) |
|
...e/clad/Differentiator/MultiplexExternalRMVSource.h | 100.00% <ø> (ø) |
|
include/clad/Differentiator/ReverseModeVisitor.h | 97.87% <ø> (ø) |
|
include/clad/Differentiator/VisitorBase.h | 100.00% <ø> (ø) |
|
lib/Differentiator/CladUtils.cpp | 93.00% <100.00%> (-3.75%) |
⬇️ |
lib/Differentiator/ErrorEstimator.cpp | 99.02% <100.00%> (ø) |
|
lib/Differentiator/MultiplexExternalRMVSource.cpp | 90.52% <100.00%> (ø) |
|
lib/Differentiator/ReverseModeVisitor.cpp | 97.29% <100.00%> (+0.70%) |
⬆️ |
lib/Differentiator/VisitorBase.cpp | 97.74% <ø> (-0.15%) |
⬇️ |
... and 1 more |
Loading