Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix format of log message #2153

Merged
merged 1 commit into from
Jan 28, 2025
Merged

fix format of log message #2153

merged 1 commit into from
Jan 28, 2025

Conversation

svigerske
Copy link
Collaborator

highsLogUser() is given int(this->iis_.col_index_.size()), int(this->iis_.row_index_.size()), int(num_lp_solved), but the format string of the message seems to miss the corresponding %d's.

- more arguments were passed to highsLogUser than handled in message
  format string
Copy link

codecov bot commented Jan 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.65%. Comparing base (c13d1a0) to head (77858a1).
Report is 3 commits behind head on latest.

Additional details and impacted files
@@           Coverage Diff           @@
##           latest    #2153   +/-   ##
=======================================
  Coverage   78.65%   78.65%           
=======================================
  Files         345      345           
  Lines       83072    83072           
=======================================
+ Hits        65338    65342    +4     
+ Misses      17734    17730    -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@jajhall jajhall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@jajhall jajhall self-assigned this Jan 27, 2025
Copy link
Member

@jajhall jajhall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI failures are not related to the change. Hopefully @galabovaa can identify what's causing them

@svigerske svigerske merged commit 5d41154 into latest Jan 28, 2025
261 of 273 checks passed
@svigerske svigerske deleted the fix-iis-log-message branch January 28, 2025 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants