fix memory layout descriptor parsing
+ 16
− 0
@@ -197,6 +197,14 @@ def test_spatial_memory_layout_descriptors():
@@ -221,6 +229,14 @@ def test_memory_layout_descriptors():
Fix parsing of memory layout descriptors, which was inconsistent between spatial_layout_string_to_tuple
and layout_string_to_tuple
.