mirror of
https://github.com/gonum/gonum.git
synced 2025-10-05 07:06:54 +08:00
all: fix many go vet errors
This commit is contained in:
@@ -606,7 +606,7 @@ func testDgeev(t *testing.T, impl Dgeever, tc string, test dgeevTest, jobvl lapa
|
||||
}
|
||||
|
||||
if first > 0 {
|
||||
t.Log("%v: all eigenvalues haven't been computed, first=%v", prefix, first)
|
||||
t.Logf("%v: all eigenvalues haven't been computed, first=%v", prefix, first)
|
||||
}
|
||||
|
||||
// Check that conjugate pair eigevalues are ordered correctly.
|
||||
|
Reference in New Issue
Block a user