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.
array_term
1 parent 5732ce3 commit a33a721Copy full SHA for a33a721
src/systems/abstractsystem.jl
@@ -514,7 +514,7 @@ function (f::Initial)(x)
514
# instead of `Initial(x[1])` create `Initial(x)[1]`
515
# which allows parameter indexing to handle this case automatically.
516
arr = arguments(x)[1]
517
- f(arr)[arguments(x)[2:end]]
+ f(arr)[arguments(x)[2:end]...]
518
else
519
term(f, x; type = symtype(x), shape = SU.shape(x))
520
end
0 commit comments