From 43056c366ffea709952d15357ddd086df1b771b6 Mon Sep 17 00:00:00 2001 From: "Lori A. Burns" Date: Thu, 16 May 2024 12:49:14 -0400 Subject: [PATCH] Update test-eri.cc --- export/fortran/test-eri.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export/fortran/test-eri.cc b/export/fortran/test-eri.cc index 6bd9f6206..7eb808583 100644 --- a/export/fortran/test-eri.cc +++ b/export/fortran/test-eri.cc @@ -545,7 +545,7 @@ bool test_eri_c_f(int &contrdepth, int &am1, double *c1, double *alpha1, #if LIBINT2_SUPPORT_ERI TEST_CASE("Fortran ERI", "[eri]") { - const double threshold = std::numeric_limits::epsilon() * 10; + const double threshold = std::numeric_limits::epsilon() * 1000; int am1 = std::min(1, LIBINT2_MAX_AM_eri); int am2 = std::min(0, LIBINT2_MAX_AM_eri);