Skip to content

Commit

Permalink
Fix unit tests for fixed abolute bias in sse
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Aug 23, 2024
1 parent 76cc918 commit acb52ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/tool/sse.t
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $hash1_answer{'rmse'}=[0.00122483,0.1010062,0.3262588,0.04596163,0.01793642];
$hash1_answer{'relative_rmse'}=[37.66996,8.413131,79.28844,37.23602,37.2402];
$hash1_answer{'bias'}=[0.000899348,-0.0451892,0.0766418,0.03605176,0.00421124];
$hash1_answer{'relative_bias'}=[24.16255,-4.223588,19.41001,28.77439,12.81321];
$hash1_answer{'relative_absolute_bias'}=[24.16255,-4.223588,19.41001,28.77439,12.81321];
$hash1_answer{'relative_absolute_bias'}=[24.20728,7.132579,53.26867,30.16167,32.02171];


my %hash2_answer;
Expand All @@ -110,7 +110,7 @@ $hash2_answer{'rmse'}=[0.001224817,0.1010078,0.3262553,0.0459619,0.01793496];
$hash2_answer{'relative_rmse'}=[37.66972,8.413217,79.28755,37.23635,37.23736];
$hash2_answer{'bias'}=[0.00089932,-0.0451892,0.076638,0.03605156,0.00421048];
$hash2_answer{'relative_bias'}=[24.16201,-4.223598,19.40893,28.77425,12.81159];
$hash2_answer{'relative_absolute_bias'}=[24.16201,-4.223598,19.40893,28.77425,12.81159];
$hash2_answer{'relative_absolute_bias'}=[24.20701,7.132569,53.26867,30.16193,32.02012];


my %hashmox_answer;
Expand All @@ -125,7 +125,7 @@ $hashmox_answer{'rmse'}=[3.104848,5.107227,0.03887816,0.06253472,0.01812201,0.03
$hashmox_answer{'relative_rmse'}=[11.29036,39.28636,19.43908,62.53472,7.879134,10.39531,30.39924,36.24403,34.41838,12583.39,12583.39,0];
$hashmox_answer{'bias'}=[2.67064,5.01546,0.03299,-0.060217,0.0164976,0.0155574,0.0294438,-0.0848692,0.073764,22.64536,22.64536,0];
$hashmox_answer{'relative_bias'}=[9.711418,38.58046,16.495,-60.217,7.17287,5.1858,29.4438,-28.28973,24.588,7548.452,7548.452,0];
$hashmox_answer{'relative_absolute_bias'}=[9.711418,38.58046,16.495,-60.217,7.17287,5.1858,29.4438,-28.28973,24.588,7548.452,7548.452,0];
$hashmox_answer{'relative_absolute_bias'}=[9.711418,38.58046,16.7922,60.217,7.17287,7.213267,29.4438,28.28973,24.588,7548.452,7548.452,0];

my $model_dir = $includes::testfiledir . "/";

Expand Down

0 comments on commit acb52ad

Please sign in to comment.