Skip to content

Commit c32b0b7

Browse files
authored
fix bug.
1 parent 869fe79 commit c32b0b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SpecialFunctionAccuracyTests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ countulp(x::T, y::T) where {T <: AbstractFloat} = countulp(T, x, y)
6868
strip_module_name(f::Function) = last(split(string(f), '.')) # strip module name from function f
6969

7070
function test_acc(fun_table::Dict, xx; tol=1.5, debug = true, tol_debug = 5)
71+
T = eltype(xx)
7172
@testset "accuracy $(strip_module_name(xfun))" for (xfun, fun) in fun_table
7273
rmax = 0.0
7374
rmean = 0.0

0 commit comments

Comments
 (0)