Skip to content

Commit 5b1f542

Browse files
Update src/ensemblegpukernel/kernels.jl
1 parent 8c1de3c commit 5b1f542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ensemblegpukernel/kernels.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
u0, p_init,
2020
init_success = if SciMLBase.has_initialization_data(prob.f)
2121
# Perform initialization using SimpleNonlinearSolve compatible algorithm
22-
gpu_initialization_solve(prob, SimpleTrustRegion(), 1e-6, 1e-6)
22+
gpu_initialization_solve(prob, SimpleTrustRegion(), 1f-6, 1f-6)
2323
else
2424
prob.u0, prob.p, true
2525
end

0 commit comments

Comments
 (0)