Revert "Changed benchmark results for EN_getstatistic test"

This reverts commit 7e3d5e1fe0.
This commit is contained in:
Lew Rossman
2020-02-09 16:58:37 -05:00
parent 7e3d5e1fe0
commit a3537b767a
2 changed files with 2 additions and 6 deletions

View File

@@ -25,11 +25,8 @@ BOOST_FIXTURE_TEST_CASE(test_rprt_anlysstats, FixtureOpenClose)
std::vector<double> test(5);
double *array = test.data();
std::vector<double> ref =
// {3.0, 7.0799498320679432e-06, 1.6680242187483429e-08, // v2.2
// 0.0089173150106518495, 0.99999998187144024};
{3.0, 8.3792202148e-6, 2.63983750e-8, // v2.3_dev
0.0112012133155924, 0.9999999807954413};
std::vector<double> ref = {3.0, 7.0799498320679432e-06, 1.6680242187483429e-08,
0.0089173150106518495, 0.99999998187144024};
error = EN_solveH(ph);
BOOST_REQUIRE(error == 0);