From ff5a587b913ea2d50c865cdde2b4aad5dc1bc502 Mon Sep 17 00:00:00 2001 From: NAThompson Date: Wed, 7 Aug 2019 13:11:21 -0400 Subject: [PATCH] Remove floating point test which tests too close to root [CI SKIP] --- test/jacobi_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/jacobi_test.cpp b/test/jacobi_test.cpp index 2a3d52f9d..f546fa156 100644 --- a/test/jacobi_test.cpp +++ b/test/jacobi_test.cpp @@ -95,8 +95,6 @@ void test_derivative() int main() { - - test_to_quadratic(); test_to_quadratic(); test_to_quadratic();