lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master bf65f24 12/13: Remove duplicative tests


From: Greg Chicares
Subject: [lmi-commits] [lmi] master bf65f24 12/13: Remove duplicative tests
Date: Sun, 4 Jul 2021 19:04:45 -0400 (EDT)

branch: master
commit bf65f24e11dfba2c18af565ed538802197db7a96
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Remove duplicative tests
    
    They were exact or near duplicates of other tests in the block below.
---
 zero_test.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/zero_test.cpp b/zero_test.cpp
index 3c9c035..c26a16c 100644
--- a/zero_test.cpp
+++ b/zero_test.cpp
@@ -495,9 +495,6 @@ void test_various_functions()
 
     auto f01 = [](double x) {return std::pow(x, 19);};
     auto root_01 = 0.0;
-    test_a_decimal_function(f01, root_01, -1.0 , 4.0, 17     , __LINE__, 163);
-    test_a_function        (f01, root_01, -1.0 , 4.0, 1.0e-15, __LINE__);
-
     // For now, test_a_[decimal_]function() tests that the error is
     // within tolerance, ignoring roundoff in the computed function.
     // That may very often be useful, but it can produce spurious



reply via email to

[Prev in Thread] Current Thread [Next in Thread]