mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 23:26:52 +08:00
lapack/testlapack: loosen Dgeev test case tolerance
This commit is contained in:

committed by
Vladimír Chalupecký

parent
1687f1afa4
commit
2768e4f21b
@@ -445,7 +445,7 @@ func DgeevTest(t *testing.T, impl Dgeever) {
|
||||
{
|
||||
a: Wilk12{}.Matrix(),
|
||||
evWant: Wilk12{}.Eigenvalues(),
|
||||
valTol: 1e-8,
|
||||
valTol: 1e-7,
|
||||
},
|
||||
{
|
||||
a: Wilk20(0).Matrix(),
|
||||
|
Reference in New Issue
Block a user