relax epsilon to be compatible with most recent GCC compilers on Fedora 39
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user