mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
[test] Fix intsimdmatrix test. Update result value based on updated TRand engine.
This commit is contained in:
parent
dfbd394a72
commit
7b8af67eb5
@ -92,7 +92,7 @@ class IntSimdMatrixTest : public ::testing::Test {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Compare sum of all results with expected value.
|
// Compare sum of all results with expected value.
|
||||||
EXPECT_FLOAT_EQ(total, -423243.392011);
|
EXPECT_FLOAT_EQ(total, 337849.39354684710);
|
||||||
}
|
}
|
||||||
|
|
||||||
TRand random_;
|
TRand random_;
|
||||||
|
Loading…
Reference in New Issue
Block a user