From 774bffe62342f3835731da01d3f8a478b1fbce09 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 20 Sep 2020 13:56:45 -0400 Subject: [PATCH] relax result precision requirement somewhat --- unittest/formats/test_atom_styles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/formats/test_atom_styles.cpp b/unittest/formats/test_atom_styles.cpp index 44d2c316e4..ba1d5a9ba9 100644 --- a/unittest/formats/test_atom_styles.cpp +++ b/unittest/formats/test_atom_styles.cpp @@ -54,7 +54,7 @@ using LAMMPS_NS::utils::split_words; // whether to print verbose output (i.e. not capturing LAMMPS screen output). bool verbose = false; -const double EPSILON=1.0e-14; +const double EPSILON=5.0e-14; namespace LAMMPS_NS { using ::testing::Eq;