We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8599e7 commit f1b3914Copy full SHA for f1b3914
test/src/TRestWimpSensitivity.cxx
@@ -31,5 +31,5 @@ TEST(TRestWimpSensitivity, FromRml) {
31
WS.PrintMetadata();
32
33
const double val = WS.GetSensitivity(1);
34
- EXPECT_DOUBLE_EQ(val, 9.7644690e-40);
+ EXPECT_NEAR(val, 9.764469e-40, 1E-46);
35
}
0 commit comments