Skip to content

Commit 9b289c6

Browse files
committed
Group encv with value args
1 parent fb5ffac commit 9b289c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/vlen.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ class VLenArray(Codec):
413413

414414
value_mv = memoryview(normed_values[i])
415415
value_pb = PyMemoryView_GET_BUFFER(value_mv)
416-
417416
encv = <const char*>value_pb.buf
417+
418418
memcpy(data, encv, l)
419419
data += l
420420

0 commit comments

Comments
 (0)