Skip to content

Commit c5b7547

Browse files
Merge pull request #2655 from SciML/unkwnsarray
Allow Array unknowns in OptimizationSystem
2 parents b4f14a4 + c6a40c0 commit c5b7547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/optimization/optimizationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ struct OptimizationSystem <: AbstractOptimizationSystem
2626
"""Objective function of the system."""
2727
op::Any
2828
"""Unknown variables."""
29-
unknowns::Vector
29+
unknowns::Array
3030
"""Parameters."""
3131
ps::Vector
3232
"""Array variables."""

0 commit comments

Comments
 (0)