File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ module test_linalg_least_squares
5656 call check(error,state%ok(),state%print())
5757 if (allocated(error)) return
5858
59- call check(error, all(abs(p-ab)<1.0e-6_ ${rk}$), 'data converged')
59+ call check(error, all(abs(p-ab)<1.0e-4_ ${rk}$), 'data converged')
6060 if (allocated(error)) return
6161
6262 call check(error, rank==2, 'matrix rank == 2')
@@ -85,7 +85,7 @@ module test_linalg_least_squares
8585 call check(error,state%ok(),state%print())
8686 if (allocated(error)) return
8787
88- call check(error, all(abs(x-xsol)<1.0e-6_ ${rk}$), 'data converged')
88+ call check(error, all(abs(x-xsol)<1.0e-4_ ${rk}$), 'data converged')
8989 if (allocated(error)) return
9090
9191 end subroutine test_lstsq_random_${ri}$
You can’t perform that action at this time.
0 commit comments