fix memory layout descriptor parsing
Compare changes
+ 18
− 7
@@ -948,24 +948,35 @@ def create_numpy_array_with_layout(shape, layout, alignment=False, byte_offset=0
Fix parsing of memory layout descriptors, which was inconsistent between spatial_layout_string_to_tuple
and layout_string_to_tuple
.