-
-
Notifications
You must be signed in to change notification settings - Fork 101
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 nlprob to ODEFunction #800
Add nlprob to ODEFunction #800
Conversation
7b6ce3a
to
3fefd1b
Compare
f4d8e36
to
3ded92b
Compare
The downstream CI failures don't make sense to me. It looks like the downstream is only seeing some of the changes from #816, but I don't really understand it. Closing and reopening to see if that makes CI happier. |
Is this ready @oscardssmith |
no it needs a quick fix that I'll get to this morning. I'll ping when ready. |
fdd9b3b
to
86eebab
Compare
OK I now think this should work. |
src/scimlfunctions.jl
Outdated
@@ -289,6 +289,7 @@ the usage of `f`. These include: | |||
based on the sparsity pattern. Defaults to `nothing`, which means a color vector will be | |||
internally computed on demand when required. The cost of this operation is highly dependent | |||
on the sparsity pattern. | |||
- `nlfunc`: a `NonlinearFunction` |
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.
A+ documentation.
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.
docs actually added
Looks good to go but needs a real docstring 😅 |
changed to be a nlprob instead of nlfunc (to be closer to initializeprob). |
It's still not sufficiently documented... but I'm not going to hold it up anymore. Come back to document it when we have a clearer sense of what it is. |
what else do you want for docs? |
Define mathematically what that problem is, what its parameters are, etc. |
No description provided.