Skip to content

Commit 7d94f8b

Browse files
committed
cbrt(eps(T))
1 parent 35e1795 commit 7d94f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/miscellaneous.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ end
10071007
@test isapprox(
10081008
maybe_const_issue144!(zeros(T, 3,4), (value=one(T),), collect(reshape(1:12, 3,4)), ones(T, 4)),
10091009
maybe_const_issue144_avx!(zeros(T,3,4), (value=one(T),), collect(reshape(1:12, 3,4)), ones(T,4)),
1010-
rtol = sqrt(eps(T))
1010+
rtol = (eps(T))
10111011
)
10121012

10131013
end

0 commit comments

Comments
 (0)