punch the linter again
This commit is contained in:
parent
c37ab3b9f2
commit
e32de893ec
@ -191,7 +191,7 @@ func TestConvertNPZ(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
gts := ggml.Tensors()
|
gts := ggml.Tensors()
|
||||||
if len(ts) != len(gts.Items) { //nolint:errcheck
|
if len(ts) != len(gts.Items) {
|
||||||
t.Fatalf("got: %d want: %d tensors in ggla", len(gts.Items), len(ts))
|
t.Fatalf("got: %d want: %d tensors in ggla", len(gts.Items), len(ts))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user