Test: Rebalance the oversized subtests in nomalloc and block
libeigen/eigen!2773 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
co-authored by
Rasmus Munk Larsen
parent
2ba4d0070d
commit
87cf972f24
+2
-2
@@ -241,8 +241,8 @@ EIGEN_DECLARE_TEST(nomalloc) {
|
||||
|
||||
// Check decomposition modules with dynamic matrices that have a known compile-time max size (ctms)
|
||||
CALL_SUBTEST_4(ctms_decompositions<float>());
|
||||
CALL_SUBTEST_4(selfadjoint_eigensolver_large_fixed_no_malloc<float>());
|
||||
CALL_SUBTEST_4(selfadjoint_eigensolver_large_fixed_no_malloc<double>());
|
||||
CALL_SUBTEST_9(selfadjoint_eigensolver_large_fixed_no_malloc<float>());
|
||||
CALL_SUBTEST_10(selfadjoint_eigensolver_large_fixed_no_malloc<double>());
|
||||
|
||||
CALL_SUBTEST_5(test_zerosized());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user