We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c52843 commit f946edeCopy full SHA for f946ede
test/gpu_kernel_de/gpu_ode_regression.jl
@@ -78,7 +78,7 @@ for alg in algs
78
@test norm(asol[1].u[end] - sol[1].u[end]) < 6e-3
79
80
@test norm(bench_sol.u - sol[1].u) < 2e-3
81
- @test norm(bench_asol.u - asol[1].u) < 4e-3
+ @test norm(bench_asol.u - asol[1].u) < 5e-3
82
83
@test length(sol[1].u) == length(saveat)
84
@test length(asol[1].u) == length(saveat)
0 commit comments