Closed robertodr closed 3 years ago
Merging #154 (5d37981) into master (f87ca0e) will decrease coverage by
0.02%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## master #154 +/- ##
==========================================
- Coverage 50.42% 50.40% -0.03%
==========================================
Files 89 89
Lines 2334 2335 +1
==========================================
Hits 1177 1177
- Misses 1157 1158 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/functionals/brx.cpp | 0.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f87ca0e...5d37981. Read the comment docs.
Thanks for the fix and sorry for the wait!
The windows runners are waiting forever. OK if I merge anyway?
The windows runners are waiting forever. OK if I merge anyway?
Yes, go ahead. Not sure what happened there with Azure... I should move it all to GitHub actions anyway...
Description
This should fix #151. It makes sure that in
BR_taylor
the temporarytaylor<T, 1, Ndeg>
is always ofNdeg >= 3
, such that the array subscript operations don't overflow.How Has This Been Tested?
It has not. This functional is untested.
Types of changes
Status