Skip to content

Commit 035200b

Browse files
test: update test to me MTKBase compatible
Co-authored-by: Aayush Sabharwal <aayush.sabharwal@gmail.com>
1 parent 4f4aae2 commit 035200b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ModelingToolkitBase/test/initializationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2047,7 +2047,7 @@ end
20472047

20482048
eqs = [
20492049
D(s) ~ v
2050-
m * D(v) ~ 1 - d * v
2050+
D(v) ~ (1 - d * v) / m
20512051
]
20522052

20532053
sys = mtkcompile(System(eqs, t;

0 commit comments

Comments
 (0)