Closed Mellich closed 1 year ago
For large world sizes, some of the unit tests fail because of wrong floating point comparison. This fix replaces all floating-point comparisons with the better-suited EXPECT_FLOAT_EQ.
EXPECT_FLOAT_EQ
For large world sizes, some of the unit tests fail because of wrong floating point comparison. This fix replaces all floating-point comparisons with the better-suited
EXPECT_FLOAT_EQ
.