We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f684ed3 commit 750bb53Copy full SHA for 750bb53
1 file changed
harp/io.py
@@ -80,7 +80,7 @@ def read(
80
raise ValueError(f"expected address {address} but got {data[2]}")
81
82
index = None
83
- stride = data[1] + 2
+ stride = int(data[1] + 2)
84
nrows = len(data) // stride
85
payloadtype = data[4]
86
payloadoffset = 5
0 commit comments