Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Dec 30, 2023
1 parent 5ddb82f commit cdb15cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ t2 = @belapsed $f1($du, $u, $p, $t)
t3 = @belapsed $f2($du, $u, $p, $t)
t4 = @belapsed $f3($du, $u, $p, $t)

@test t1t2 atol=3e-9
@test t1t3 atol=3e-9
@test t1t4 atol=3e-9
@test t1t2 atol=3e-8
@test t1t3 atol=3e-8
@test t1t4 atol=3e-8

function no_worldage()
ex = :(function f(_du, _u, _p, _t)
Expand Down

0 comments on commit cdb15cf

Please sign in to comment.