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:
Rasmus Munk Larsen
2026-08-11 10:22:10 -07:00
co-authored by Rasmus Munk Larsen
parent 2ba4d0070d
commit 87cf972f24
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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());