[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master b4dd6cf 09/11: Suspend investigation of wikip
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master b4dd6cf 09/11: Suspend investigation of wikipedia example |
Date: |
Thu, 1 Jul 2021 20:19:04 -0400 (EDT) |
branch: master
commit b4dd6cfe7197c115d7fdd7a617512720a87a78af
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>
Suspend investigation of wikipedia example
There's no need to show this every time the unit test runs.
---
zero_test.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/zero_test.cpp b/zero_test.cpp
index cc0f9d3..412f218 100644
--- a/zero_test.cpp
+++ b/zero_test.cpp
@@ -415,7 +415,8 @@ void test_wikipedia_example()
root_type r = decimal_root(-4.0, 4.0 / 3.0, bias_none, 15, f, oss);
LMI_TEST(root_is_valid == r.validity);
LMI_TEST(std::fabs(-3.0 - r.root) <= 1.0e-15);
- std::cout << oss.str() << std::endl;
+ // Display this to investigate further:
+// std::cout << oss.str() << std::endl;
}
void test_various_functions()
- [lmi-commits] [lmi] master updated (04ec593 -> a03c499), Greg Chicares, 2021/07/01
- [lmi-commits] [lmi] master e73bc36 01/11: Use mathematical symbols in comments, Greg Chicares, 2021/07/01
- [lmi-commits] [lmi] master 7b7d039 02/11: Include appropriate headers, Greg Chicares, 2021/07/01
- [lmi-commits] [lmi] master b4dd6cf 09/11: Suspend investigation of wikipedia example,
Greg Chicares <=
- [lmi-commits] [lmi] master bb21c29 06/11: Expatiate less garrulously, Greg Chicares, 2021/07/01
- [lmi-commits] [lmi] master 172f4ab 04/11: Separate incrementation from expatiation, Greg Chicares, 2021/07/01
- [lmi-commits] [lmi] master 3975592 07/11: Expatiate more informatively, Greg Chicares, 2021/07/01
- [lmi-commits] [lmi] master a7d0900 10/11: Don't assume every function has a root at the origin, Greg Chicares, 2021/07/01
- [lmi-commits] [lmi] master 620dfec 03/11: Don't test good() explicitly, Greg Chicares, 2021/07/01
- [lmi-commits] [lmi] master 2a75758 05/11: Expatiate by lambda, Greg Chicares, 2021/07/01
- [lmi-commits] [lmi] master 4249bab 08/11: Find zeros of two more functions, Greg Chicares, 2021/07/01
- [lmi-commits] [lmi] master a03c499 11/11: Find roots of several functions, Greg Chicares, 2021/07/01