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 Silent #62

Merged
merged 1 commit into from
Sep 1, 2019
Merged

Fix Silent #62

merged 1 commit into from
Sep 1, 2019

Conversation

blegat
Copy link
Collaborator

@blegat blegat commented Sep 1, 2019

The line OSQP.update_settings!(dest.inner; :verbose => false) does not seem to have any effect so this PR modifies the settings given to setup!. This is the approach used in most MOI wrappers.

@bstellato
Copy link
Collaborator

Great, thanks!

@blegat
Copy link
Collaborator Author

blegat commented Sep 1, 2019

As mentionned in 5ff64bd#r319766863, I think there is still an issue of Silent is set after MOI.copy_to so I don't think that this PR closes #60

@codecov-io
Copy link

codecov-io commented Sep 1, 2019

Codecov Report

Merging #62 into master will decrease coverage by 0.2%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #62      +/-   ##
=========================================
- Coverage   87.31%   87.1%   -0.21%     
=========================================
  Files           6       6              
  Lines         922     923       +1     
=========================================
- Hits          805     804       -1     
- Misses        117     119       +2
Impacted Files Coverage Δ
src/MOI_wrapper.jl 89.06% <100%> (+0.02%) ⬆️
src/interface.jl 77.92% <0%> (-0.91%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 99ab439...4003fc5. Read the comment docs.

@blegat blegat merged commit 1edb217 into master Sep 1, 2019
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.

3 participants