Skip to content

Commit 48c8e91

Browse files
committed
Update tests
1 parent c91992e commit 48c8e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/structural_transformation/tearing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ prob.f(du, u, pr, tt)
169169
# test the initial guess is respected
170170
@named sys = ODESystem(eqs, t, defaults = Dict(z => Inf))
171171
infprob = ODAEProblem(structural_simplify(sys), [x => 1.0], (0, 1.0), [p => 0.2])
172-
@test_throws DomainError infprob.f(du, u, pr, tt)
172+
@test_throws Any infprob.f(du, u, pr, tt)
173173

174174
sol1 = solve(prob, Tsit5())
175175
sol2 = solve(ODEProblem{false}((u, p, t) -> [-asin(u[1] - pr * t)],

0 commit comments

Comments
 (0)