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

Implement ForwardConstraintFunction for QuadToSOCBridge #232

Merged
merged 5 commits into from
Mar 1, 2023

Conversation

blegat
Copy link
Member

@blegat blegat commented Mar 1, 2023

No description provided.

@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +1.18 🎉

Comparison is base (bc728a5) 86.19% compared to head (b8d82b4) 87.37%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #232      +/-   ##
==========================================
+ Coverage   86.19%   87.37%   +1.18%     
==========================================
  Files          11       11              
  Lines         920     1006      +86     
==========================================
+ Hits          793      879      +86     
  Misses        127      127              
Impacted Files Coverage Δ
src/ConicProgram/ConicProgram.jl 93.70% <100.00%> (+0.08%) ⬆️
src/bridges.jl 100.00% <100.00%> (ø)
src/utils.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

src/bridges.jl Outdated Show resolved Hide resolved
src/utils.jl Outdated Show resolved Hide resolved
@matbesancon
Copy link
Collaborator

the test file is also not included yet in test/runtests.jl

src/bridges.jl Outdated
"""
dU_from_dQ!(dQ, U)

Overwrite `dQ` into `dU` the solution of
Copy link
Collaborator

Choose a reason for hiding this comment

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

Overwrite dQ into dU

sounds like we have a dangling argument dU that is not present.

Copy link
Member Author

Choose a reason for hiding this comment

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

Is it clearer now ?

src/utils.jl Outdated Show resolved Hide resolved
@matbesancon
Copy link
Collaborator

yes all good for me!

@blegat blegat merged commit 0a030ca into master Mar 1, 2023
@blegat blegat mentioned this pull request Mar 6, 2023
3 tasks
@blegat blegat deleted the bl/quad_to_soc branch April 3, 2023 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants