Skip to content

Commit ee8ea06

Browse files
Update test/gpu/linear_exp.jl
1 parent f15a48a commit ee8ea06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/gpu/linear_exp.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ sol2_3_gpu = solve(prob2_gpu, LinearExponential(krylov = :adaptive))(1.0) |> Vec
3131

3232
@test_broken isapprox(sol2_1_gpu, sol_analytic, rtol = 1e-6)
3333
@test isapprox(sol2_2_gpu, sol_analytic, rtol = 1e-6)
34-
@test isapprox(sol2_3_gpu, sol_analytic, rtol = 1e-6)
35-
@test isapprox(sol2_4_gpu, sol_analytic, rtol = 1e-4)
34+
@test isapprox(sol2_3_gpu, sol_analytic, rtol = 1e-6)

0 commit comments

Comments
 (0)