From 4e12f3b88e04ca094e12ae79b220617c3617addf Mon Sep 17 00:00:00 2001 From: lxvm Date: Sun, 17 Sep 2023 07:34:34 -0400 Subject: [PATCH] apply format --- test/quadrule_tests.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/quadrule_tests.jl b/test/quadrule_tests.jl index 26869472..8cbfe266 100644 --- a/test/quadrule_tests.jl +++ b/test/quadrule_tests.jl @@ -80,8 +80,7 @@ p = (1.0, 1.3) prob = IntegralProblem(g2, lb, ub, p) -@test solve(prob, alg).u≈[pi,pi] rtol=1e-4 - +@test solve(prob, alg).u≈[pi, pi] rtol=1e-4 #= derivative tests