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
56
56
call check(error,state%ok(),state%print())
57
57
if (allocated(error)) return
58
58
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')
60
60
if (allocated(error)) return
61
61
62
62
call check(error, rank==2, 'matrix rank == 2')
@@ -85,7 +85,7 @@ module test_linalg_least_squares
85
85
call check(error,state%ok(),state%print())
86
86
if (allocated(error)) return
87
87
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')
89
89
if (allocated(error)) return
90
90
91
91
end subroutine test_lstsq_random_${ri}$
You can’t perform that action at this time.
0 commit comments