We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869fe79 commit c32b0b7Copy full SHA for c32b0b7
src/SpecialFunctionAccuracyTests.jl
@@ -68,6 +68,7 @@ countulp(x::T, y::T) where {T <: AbstractFloat} = countulp(T, x, y)
68
strip_module_name(f::Function) = last(split(string(f), '.')) # strip module name from function f
69
70
function test_acc(fun_table::Dict, xx; tol=1.5, debug = true, tol_debug = 5)
71
+ T = eltype(xx)
72
@testset "accuracy $(strip_module_name(xfun))" for (xfun, fun) in fun_table
73
rmax = 0.0
74
rmean = 0.0
0 commit comments