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

test

parent 42f8c7cb
Branches
No related tags found
No related merge requests found
Pipeline #55579 canceled
......@@ -130,7 +130,9 @@ def create_indexed_kernel(assignments: Union[AssignmentCollection, NodeCollectio
assert len(spatial_coordinates) == 1, f"Non-index fields do not have the same number of spatial coordinates " \
f"Non index fields are {non_index_fields}, spatial coordinates are " \
f"{spatial_coordinates} and len(spatial coordiantes) is " \
f"{len(spatial_coordinates)}"
f"{len(spatial_coordinates)}, " \
f"index_fields in config: {config.index_fields}, " \
f"extracted index fields: {index_fields} "
spatial_coordinates = list(spatial_coordinates)[0]
def get_coordinate_symbol_assignment(name):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment