-
Notifications
You must be signed in to change notification settings - Fork 14
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
Conversation
Codecov ReportPatch coverage:
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
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. |
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overwrite
dQ
intodU
sounds like we have a dangling argument dU that is not present.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it clearer now ?
yes all good for me! |
No description provided.