You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/systems/nonlinear/initializesystem.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ function generate_initializesystem(sys::ODESystem;
61
61
error("Initialization expression $y is currently not supported. If its a higher order derivative expression, then only the dummy derivative expressions are supported.")
62
62
end
63
63
end
64
-
filtered_u0 =filtered_u0 isa Pair ?todict([filtered_u0]) :todict(filtered_u0)
0 commit comments