Skip to content

Commit cf0e31d

Browse files
committed
More fix
1 parent 39492ba commit cf0e31d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/structural_transformation/tearing.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ daesys = ODESystem(eqs, t)
149149
newdaesys = tearing(daesys)
150150
@test equations(newdaesys) == [D(x) ~ z; 0 ~ x + sin(z) - p*t]
151151
@test isequal(states(newdaesys), [x, z])
152-
@test_throws ArgumentError ODAEProblem(newdaesys, [x=>1.0], (0, 1.0))
153152
prob = ODAEProblem(newdaesys, [x=>1.0], (0, 1.0), [p=>0.2])
154153
du = [0.0]; u = [1.0]; pr = 0.2; tt = 0.1
155154
@test (@ballocated $(prob.f)($du, $u, $pr, $tt)) == 0

0 commit comments

Comments
 (0)