Skip to content

Commit

Permalink
Update test/gpu/linear_exp.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Nov 21, 2024
1 parent f15a48a commit ee8ea06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/gpu/linear_exp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ sol2_3_gpu = solve(prob2_gpu, LinearExponential(krylov = :adaptive))(1.0) |> Vec

@test_broken isapprox(sol2_1_gpu, sol_analytic, rtol = 1e-6)
@test isapprox(sol2_2_gpu, sol_analytic, rtol = 1e-6)
@test isapprox(sol2_3_gpu, sol_analytic, rtol = 1e-6)
@test isapprox(sol2_4_gpu, sol_analytic, rtol = 1e-4)
@test isapprox(sol2_3_gpu, sol_analytic, rtol = 1e-6)

0 comments on commit ee8ea06

Please sign in to comment.