From 5b2fa9a318e8efbf4fb88685424d31c3740d46fe Mon Sep 17 00:00:00 2001 From: juliohm Date: Mon, 11 Dec 2023 18:09:18 +0000 Subject: [PATCH] :robot: Format .jl files --- test/theoretical.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/theoretical.jl b/test/theoretical.jl index eff0686..925573b 100644 --- a/test/theoretical.jl +++ b/test/theoretical.jl @@ -64,7 +64,7 @@ # practical ranges for γ in γs if !(γ isa NuggetEffect) - @test isapprox(γ(range(γ)), sill(γ), atol = 0.05) + @test isapprox(γ(range(γ)), sill(γ), atol=0.05) end end