-
Notifications
You must be signed in to change notification settings - Fork 17
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
src/problem
and src/optim
organization improvements
#229
Conversation
@JulienCalbert I'll re-open this PR when #228 is merged, so that I can change the solve the conflicts in the docs examples |
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #229 +/- ##
=======================================
Coverage 41.91% 41.91%
=======================================
Files 58 61 +3
Lines 4423 4430 +7
=======================================
+ Hits 1854 1857 +3
- Misses 2569 2573 +4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -97,13 +98,14 @@ X_origin = SVector(0.0, 0.0); | |||
X_step = SVector(1.0/n_step, 1.0/n_step); | |||
P = (1/n_x)*diagm((X_step./2).^(-2)) | |||
|
|||
state_grid = DO.GridEllipsoidalRectangular(X_origin, X_step, P, rectX) | |||
state_grid = DO.Grid | |||
soidalRectangular(X_origin, X_step, P, rectX) |
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.
the error is here
Abstraction