Draft: [FIX] Index fields exclusively containing coordinates are dropped by code generator
Compare changes
+ 0
− 2
@@ -118,8 +118,6 @@ def create_indexed_kernel(assignments: NodeCollection,
@@ -118,8 +118,6 @@ def create_indexed_kernel(assignments: NodeCollection,
index_fields = [idx_field for idx_field in index_fields if idx_field.name in [f.name for f in all_fields]]
assert len(spatial_coordinates) == 1, f"Non-index fields do not have the same number of spatial coordinates " \