We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ed50a commit 2699582Copy full SHA for 2699582
src/systems/diffeqs/abstractodesystem.jl
@@ -786,7 +786,7 @@ function get_u0_p(sys,
786
allobs = Set(getproperty.(observed(sys), :lhs))
787
if any(in(allobs), keys(u0map))
788
u0s_in_obs = filter(in(allobs), keys(u0map))
789
- @warn "Observed variables cannot assigned initial values. Initial values for $u0s_in_obs will be ignored."
+ @warn "Observed variables cannot be assigned initial values. Initial values for $u0s_in_obs will be ignored."
790
end
791
792
defs = mergedefaults(defs, u0map, dvs)
0 commit comments