Pressio / pressio

core C++ library
Other
45 stars 7 forks source link

tests: fix floating point comparisons #458

Closed mzuzek closed 1 year ago

mzuzek commented 1 year ago

This PR replaces exact EXPECT_DOUBLE_EQ comparisons with tolerance-based EXPECT_NEAR.

Fixes #437

Note: Baseline tolerance picked at 1e-15: to be adjusted where hinted by failing tests.