HiGHS icon indicating copy to clipboard operation
HiGHS copied to clipboard

Fixed one-line error

Open jajhall opened this issue 6 months ago • 3 comments

Fixes a simple 1-line error

jajhall avatar Jun 20 '25 10:06 jajhall

This will close #2423

jajhall avatar Jun 20 '25 10:06 jajhall

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.30%. Comparing base (297d0ec) to head (a8ac8b1). Report is 15 commits behind head on latest.

Files with missing lines Patch % Lines
highs/util/HighsSparseMatrix.cpp 0.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           latest    #2425      +/-   ##
==========================================
- Coverage   79.30%   79.30%   -0.01%     
==========================================
  Files         346      346              
  Lines       85002    85002              
==========================================
- Hits        67415    67409       -6     
- Misses      17587    17593       +6     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Jun 20 '25 10:06 codecov[bot]

Does this indicate that we're missing a lot of tests for this area of the code? I guess all the JuMP tests query row-wise, not col-wise.

odow avatar Jun 20 '25 13:06 odow