mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-20 11:48:35 -06:00
Unit tests for correlation calculation
This commit is contained in:
parent
111b758494
commit
5f12555bbd
@ -104,8 +104,6 @@ TEST( RiaStatisticsTools, ComparisonGSLAndOwn )
|
||||
}
|
||||
double correlationGSL = RiaStatisticsTools::pearsonCorrelationGSL( a, b );
|
||||
double correlationOwn = RiaStatisticsTools::pearsonCorrelationOwn( a, b );
|
||||
qDebug() << "GSL Correlation: " << correlationGSL << ", "
|
||||
<< "Own Correlation: " << correlationOwn;
|
||||
EXPECT_NEAR( correlationGSL, correlationOwn, 1.0e-3 );
|
||||
}
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user