mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix a collection of random failures encountered when testing with Bazel.
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
0bce653efc
commit
a395ee162d
@@ -182,8 +182,8 @@ EIGEN_DECLARE_TEST(redux) {
|
||||
CALL_SUBTEST_5(matrixRedux(ArrayXX<int64_t>(rows, cols)));
|
||||
CALL_SUBTEST_6(matrixRedux(MatrixXcf(rows, cols)));
|
||||
CALL_SUBTEST_6(matrixRedux(ArrayXXcf(rows, cols)));
|
||||
CALL_SUBTEST_6(matrixRedux(MatrixXcd(rows, cols)));
|
||||
CALL_SUBTEST_6(matrixRedux(ArrayXXcd(rows, cols)));
|
||||
CALL_SUBTEST_7(matrixRedux(MatrixXcd(rows, cols)));
|
||||
CALL_SUBTEST_7(matrixRedux(ArrayXXcd(rows, cols)));
|
||||
}
|
||||
for (int i = 0; i < g_repeat; i++) {
|
||||
int size = internal::random<int>(1, maxsize);
|
||||
|
||||
Reference in New Issue
Block a user