jump-dev / SCS.jl

A Julia interface for the SCS conic programming solver
https://github.com/cvxgrp/scs
Other
81 stars 27 forks source link

Fix flush of stdout after solve #275

Closed odow closed 1 year ago

odow commented 1 year ago

x-ref https://github.com/jump-dev/JuMP.jl/pull/3402

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.02 :tada:

Comparison is base (ae9186d) 90.71% compared to head (9db5640) 90.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #275 +/- ## ========================================== + Coverage 90.71% 90.73% +0.02% ========================================== Files 8 8 Lines 420 421 +1 ========================================== + Hits 381 382 +1 Misses 39 39 ``` | [Impacted Files](https://app.codecov.io/gh/jump-dev/SCS.jl/pull/275?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jump-dev) | Coverage Δ | | |---|---|---| | [src/c\_wrapper.jl](https://app.codecov.io/gh/jump-dev/SCS.jl/pull/275?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jump-dev#diff-c3JjL2Nfd3JhcHBlci5qbA==) | `91.30% <100.00%> (+0.12%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

blegat commented 1 year ago

Nice catch, I was also wondering why I wasn't seeing the output in Documenter