Closed fritzgoebel closed 4 months ago
Issues
19 New issues
0 Accepted issues
Measures
0 Security Hotspots
56.1% Coverage on New Code
0.0% Duplication on New Code
Attention: Patch coverage is 98.18182%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 90.26%. Comparing base (
6c0da56
) to head (e8b7c5b
). Report is 38 commits behind head on develop.
Files | Patch % | Lines |
---|---|---|
core/distributed/matrix.cpp | 95.65% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds a
row_scale
and acol_scale
function to the distributed matrix. This functionality is needed in openCARP.communicate
.