Skip to content

Commit 9526d94

Browse files
wiredfoolradarhere
andauthored
Update Tests/test_pyarrow.py
Co-authored-by: Andrew Murray <[email protected]>
1 parent 45e24e4 commit 9526d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_pyarrow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class DataShape(NamedTuple):
162162

163163
UINT_ARR = DataShape(
164164
dtype=fl_uint8_4_type,
165-
elt=[1, 2, 3, 4], # array of 4 uint 8 per pixel
165+
elt=[1, 2, 3, 4], # array of 4 uint8 per pixel
166166
elts_per_pixel=1, # only one array per pixel
167167
)
168168

0 commit comments

Comments
 (0)