Skip to content

Commit

Permalink
more iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
yixuan committed Aug 1, 2023
1 parent 98985dd commit 1f53e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/GenEigsRealShift.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ template <typename MatType, typename Solver>
void run_test(const MatType& mat, Solver& eigs, SortRule selection, bool allow_fail = false)
{
eigs.init();
// maxit = 300 to reduce running time for failed cases
int nconv = eigs.compute(selection, 300);
// maxit = 500 to reduce running time for failed cases
int nconv = eigs.compute(selection, 500);
int niter = eigs.num_iterations();
int nops = eigs.num_operations();

Expand Down

0 comments on commit 1f53e26

Please sign in to comment.