-
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
Review examples #164
Review examples #164
Conversation
# Conflicts: # Project.toml # README.md # docs/Project.toml # docs/make.jl # docs/src/sensitivity-analysis-svm.md # docs/src/solve-conic-1.md # examples/sensitivity-SVM.jl # test/runtests.jl
@matbesancon should we keep:
? I removed the custom SVM example with flux because it did not use DiffOpt, the derivatives were set to zero. I might bring back "solve conic" without cvxpy and sensible results |
Codecov Report
@@ Coverage Diff @@
## master #164 +/- ##
==========================================
- Coverage 86.26% 86.14% -0.13%
==========================================
Files 7 7
Lines 830 837 +7
==========================================
+ Hits 716 721 +5
- Misses 114 116 +2
Continue to review full report at Codecov.
|
you mean given that we have a corresponding tutorial? Or do you think they are too redundant with one another? |
Yes, I think they are a bit redundant. |
Good to merge on my side. |
agreed on that yes it makes sense |
Co-authored-by: Mathieu Besançon <[email protected]>
replaces #95