[test] Fix intsimdmatrix test. Update result value based on updated TRand engine.

This commit is contained in:
Egor Pugin 2020-12-31 03:28:36 +03:00
parent dfbd394a72
commit 7b8af67eb5

View File

@ -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_;