Skip to content

Commit 86f81ac

Browse files
fix gpu test types
1 parent 1201db3 commit 86f81ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gpu/simple_gpu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ff = ODEFunction(f,jac=jac)
1515
CuArrays.allowscalar(false)
1616
A = cu(-rand(3,3))
1717
u0 = cu([1.0;0.0;0.0])
18-
tspan = (0.0,100.0)
18+
tspan = (0f0,100f0)
1919

2020
prob = ODEProblem(ff,u0,tspan)
2121
sol = solve(prob,Tsit5())

0 commit comments

Comments
 (0)