Page MenuHomePhabricator

VerifyStatistics should use epsilon instead of boiler plate code to handle small differences
Closed, ResolvedPublic

Description

Implementation
VerifyStatistics(mitk::ImageStatisticsCalculator::StatisticsContainer::Pointer stats, double testMean, double testSD, double testMedian)
uses boiler plate code to check for 3 digits accuracy. Should use mitk:eps like in the other implementation of VerifyStatistics.

Event Timeline

floca triaged this task as Low priority.Dec 4 2018, 2:42 PM
floca created this task.