diff --git a/test/runtests.jl b/test/runtests.jl index a88309a..151f805 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -67,7 +67,7 @@ end c, (n, ϵ...) = fit(files, n_corners, checker_size) @testset "Accuracy" begin - # @show n, ϵ + @show n, ϵ @test all(<(1), ϵ) end