diff --git a/test/sparselu.cpp b/test/sparselu.cpp index a15b1d140..78615ff3b 100644 --- a/test/sparselu.cpp +++ b/test/sparselu.cpp @@ -41,15 +41,9 @@ template void test_sparselu_T() SparseLU, AMDOrdering > sparselu_amd; SparseLU, NaturalOrdering > sparselu_natural; -<<<<<<< local - check_sparse_square_solving(sparselu_colamd); - check_sparse_square_solving(sparselu_amd); - check_sparse_square_solving(sparselu_natural, true); -======= check_sparse_square_solving(sparselu_colamd, 300, 100000, true); check_sparse_square_solving(sparselu_amd, 300, 10000, true); check_sparse_square_solving(sparselu_natural, 300, 2000, true); ->>>>>>> other check_sparse_square_abs_determinant(sparselu_colamd); check_sparse_square_abs_determinant(sparselu_amd);