Closed yhmtsai closed 4 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code
Attention: Patch coverage is 95.83333%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 91.60%. Comparing base (
6c0da56
) to head (b9a8c6a
). Report is 31 commits behind head on develop.
Files | Patch % | Lines |
---|---|---|
reference/test/solver/lower_trs_kernels.cpp | 95.45% | 1 Missing :warning: |
reference/test/solver/upper_trs_kernels.cpp | 95.45% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR changes the algorithm from transposed triangular solver from the default option to the source. first commit adds the test which shows failure and then second commit changes the algorithm.