Skip to content

Commit

Permalink
bump up the comparison threshold for fortran/test-eri
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jan 14, 2022
1 parent d3694ca commit 6918ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/libint/tests/fortran/test-eri.cc
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ bool test_eri_c_f(int &contrdepth, int &am1, double *c1, double *alpha1, double

TEST_CASE("Fortran ERI", "[eri]") {

const double threshold = std::numeric_limits<double>::epsilon() * 10;
const double threshold = std::numeric_limits<double>::epsilon() * 20;

int am1 = std::min(1, LIBINT2_MAX_AM_eri);
int am2 = std::min(0, LIBINT2_MAX_AM_eri);
Expand Down

0 comments on commit 6918ade

Please sign in to comment.