mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#3748 Statistics calculators : Improve handling of invalid numbers
This commit is contained in:
@@ -225,6 +225,6 @@ TEST(RigStatisticsMath, Accumulators)
|
||||
EXPECT_FALSE(std::isinf(acc.valueSum));
|
||||
|
||||
EXPECT_DOUBLE_EQ(sum, acc.valueSum);
|
||||
EXPECT_EQ(4, acc.sampleCount);
|
||||
EXPECT_EQ(4u, acc.sampleCount);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user