Skip to content

Commit

Permalink
[test] Fix intsimdmatrix test. Update result value based on updated T…
Browse files Browse the repository at this point in the history
…Rand engine.
  • Loading branch information
egorpugin committed Dec 31, 2020
1 parent dfbd394 commit 7b8af67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/intsimdmatrix_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class IntSimdMatrixTest : public ::testing::Test {
}
}
// Compare sum of all results with expected value.
EXPECT_FLOAT_EQ(total, -423243.392011);
EXPECT_FLOAT_EQ(total, 337849.39354684710);
}

TRand random_;
Expand Down

0 comments on commit 7b8af67

Please sign in to comment.