Skip to content

Commit 94f05c2

Browse files
fixup! fix: handle unscalarized defaults for scalarized observed variables
1 parent 8a3fa52 commit 94f05c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/initial_values.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using ModelingToolkit
22
using ModelingToolkit: t_nounits as t, D_nounits as D, get_u0
3+
using OrdinaryDiffEq
34
using SymbolicIndexingInterface: getu
45

56
@variables x(t)[1:3]=[1.0, 2.0, 3.0] y(t) z(t)[1:2]

0 commit comments

Comments
 (0)