relax epsilon to be compatible with most recent GCC compilers on Fedora 39

This commit is contained in:
Axel Kohlmeyer
2023-12-16 17:40:31 -05:00
parent 41495579a6
commit 15a7b93361

View File

@ -314,7 +314,7 @@ TEST_F(GroupTest, Dynamic)
command("group ramp variable grow");); command("group ramp variable grow"););
} }
constexpr double EPSILON = 1.0e-14; constexpr double EPSILON = 1.0e-13;
TEST_F(GroupTest, VariableFunctions) TEST_F(GroupTest, VariableFunctions)
{ {