-
-
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
feat: support symbolic indexing of a subset of the system #809
feat: support symbolic indexing of a subset of the system #809
Conversation
3dd562a
to
e6d6b28
Compare
d47c3bf
to
2e778e0
Compare
src/solutions/ode_solutions.jl
Outdated
T14, | ||
T15, | ||
T16} where { | ||
T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16 <: SavedSubsystem} |
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.
this seems a bit fragile. Why not a trait function?
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.
Yeah I guess that is a better option
This should roll out to all solution types? |
Yes. I'll add the rest. |
34f8553
to
620b0b2
Compare
620b0b2
to
c219343
Compare
Draft while I add more tests
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.