mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06: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