Skip to content

Commit 7fc48c1

Browse files
m-bossartChrisRackauckas
authored andcommitted
tighten tolerances (test passes)
1 parent 9382e4b commit 7fc48c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fastpow.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ end
2727
Ty in (Const, Duplicated)
2828
x = 3.0
2929
y = 2.0
30-
test_forward(fastpow, RT, (x, Tx), (y, Ty), atol=0.1, rtol=0.1)
30+
test_forward(fastpow, RT, (x, Tx), (y, Ty), atol=0.005, rtol=0.005)
3131
end
3232
end
3333

@@ -37,6 +37,6 @@ end
3737
Ty in (Active,)
3838
x = 2.0
3939
y = 3.0
40-
test_reverse(fastpow, RT, (x, Tx), (y, Ty))
40+
test_reverse(fastpow, RT, (x, Tx), (y, Ty), atol=0.001, rtol=0.001)
4141
end
4242
end

0 commit comments

Comments
 (0)