punch the linter again

This commit is contained in:
Patrick Devine 2024-07-08 18:50:10 -07:00
parent c37ab3b9f2
commit e32de893ec

View File

@ -191,7 +191,7 @@ func TestConvertNPZ(t *testing.T) {
}
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))
}
}