Skip to content

Commit

Permalink
[la/oblas/svd] Increase tolerance in test due to Openblas version
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed May 25, 2023
1 parent 669c901 commit b590255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion la/oblas/t_oblas_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ func TestZgesvd02(tst *testing.T) {
sCorrect := []float64{+7.578301582272183e+00, +3.008108139593885e+00, +1.854745532331560e+00, +2.838125418935204e-01}

// check
checksvdC(tst, amat, nil, nil, sCorrect, 1e-16, 1e-15, 1e-16, 1e-14)
checksvdC(tst, amat, nil, nil, sCorrect, 1e-16, 1e-14, 1e-16, 1e-14)
}

func TestDgetrf01(tst *testing.T) {
Expand Down

0 comments on commit b590255

Please sign in to comment.