Skip to content
Snippets Groups Projects
Commit 248eeada authored by Markus Holzer's avatar Markus Holzer
Browse files

Progress

parent 5a75244d
Branches
No related tags found
No related merge requests found
Pipeline #55480 failed
......@@ -61,7 +61,7 @@ class Struct:
else:
dtype = BasicType(dtype)
if shape is None:
shape = dtype.item_size
shape = dtype.numpy_dtype.itemsize
self._total_offset += shape
self._members.append((dtype, shape))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment