Skip to content

Commit 71e8434

Browse files
Update test/odesystem.jl
Co-authored-by: Christopher Rackauckas <[email protected]>
1 parent aa9c595 commit 71e8434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ let
651651
prob = ODEProblem(sys, u0map, tspan, pmap)
652652
@test prob.p === Tuple([(Dict(pmap))[k] for k in values(parameters(sys))])
653653

654-
pmap = [k1 => 1.0, k2 => 1]
654+
pmap = [k1 => 1, k2 => 1]
655655
tspan = (0.0,1.0)
656656
prob = ODEProblem(sys, u0map, tspan, pmap)
657657
@test eltype(prob.p) === Float64

0 commit comments

Comments
 (0)