mirror of
https://github.com/gonum/gonum.git
synced 2025-11-03 03:13:27 +08:00
testlapack: print byte constants as chars
This commit is contained in:
committed by
Vladimír Chalupecký
parent
939a2b38a3
commit
3973e30147
@@ -49,7 +49,7 @@ func testDgebal(t *testing.T, impl Dgebaler, job lapack.BalanceJob, a blas64.Gen
|
||||
|
||||
ilo, ihi := impl.Dgebal(job, n, a.Data, a.Stride, scale)
|
||||
|
||||
prefix := fmt.Sprintf("Case job=%v, n=%v, extra=%v", job, n, extra)
|
||||
prefix := fmt.Sprintf("Case job=%c, n=%v, extra=%v", job, n, extra)
|
||||
|
||||
if !generalOutsideAllNaN(a) {
|
||||
t.Errorf("%v: out-of-range write to A\n%v", prefix, a.Data)
|
||||
|
||||
Reference in New Issue
Block a user