Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: allow parameters in ODESystem to be unknowns in initialization system #2747
feat: allow parameters in ODESystem to be unknowns in initialization system #2747
Changes from all commits
2dccdc3
41fe639
ccfed66
f217bd3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 502 in src/systems/abstractsystem.jl
src/systems/abstractsystem.jl#L498-L502
Check warning on line 508 in src/systems/abstractsystem.jl
src/systems/abstractsystem.jl#L505-L508
Check warning on line 1861 in src/systems/abstractsystem.jl
src/systems/abstractsystem.jl#L1860-L1861
Check warning on line 289 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L288-L289
Check warning on line 294 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L292-L294
Check warning on line 299 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L297-L299
Check warning on line 898 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L898
Check warning on line 903 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L902-L903
Check warning on line 905 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L905
Check warning on line 914 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L914
Check warning on line 949 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L949
Check warning on line 953 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L952-L953
Check warning on line 958 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L955-L958
Check warning on line 960 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L960
Check warning on line 962 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L962
Check warning on line 970 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L968-L970
Check warning on line 982 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L981-L982
Check warning on line 984 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L984
Check warning on line 986 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L986
Check warning on line 1648 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L1648
Check warning on line 1652 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L1652
Check warning on line 1676 in src/systems/diffeqs/abstractodesystem.jl
src/systems/diffeqs/abstractodesystem.jl#L1676
Check warning on line 84 in src/systems/nonlinear/initializesystem.jl
src/systems/nonlinear/initializesystem.jl#L73-L84
Check warning on line 87 in src/systems/nonlinear/initializesystem.jl
src/systems/nonlinear/initializesystem.jl#L86-L87
Check warning on line 90 in src/systems/nonlinear/initializesystem.jl
src/systems/nonlinear/initializesystem.jl#L89-L90
Check warning on line 95 in src/systems/nonlinear/initializesystem.jl
src/systems/nonlinear/initializesystem.jl#L92-L95
Check warning on line 97 in src/systems/nonlinear/initializesystem.jl
src/systems/nonlinear/initializesystem.jl#L97
Check warning on line 126 in src/systems/nonlinear/initializesystem.jl
src/systems/nonlinear/initializesystem.jl#L126