Skip to content

Commit 9b53b9f

Browse files
test: refactor test now that use_union defaults to false
1 parent f543d8d commit 9b53b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/split_parameters.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ sol = solve(prob, ImplicitEuler());
117117

118118
# ------------------------ Mixed Type Conserved
119119

120-
prob = ODEProblem(sys, [], tspan, []; tofloat = false)
120+
prob = ODEProblem(sys, [], tspan, []; tofloat = false, use_union = true)
121121

122122
@test prob.p isa Tuple{Vector{Float64}, Vector{Int64}}
123123
sol = solve(prob, ImplicitEuler());

0 commit comments

Comments
 (0)