-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add StandaloneProblem #153
Conversation
NicolaCourtier
commented
Dec 18, 2023
- Add StandaloneProblem to examples
- Move StandaloneCost in same folder
- Add test for Standalon Problem
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #153 +/- ##
===========================================
- Coverage 94.07% 94.05% -0.03%
===========================================
Files 36 37 +1
Lines 1351 1379 +28
===========================================
+ Hits 1271 1297 +26
- Misses 80 82 +2 ☔ View full report in Codecov by Sentry. |
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.
LGTM, nice work @NicolaCourtier.
Looking into the future, I think we will want to provide a nicer interface to construct standalone problem and cost classes.
Edit: Can you update the Changelog as well?