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

test

parent cb22031e
No related branches found
No related tags found
No related merge requests found
Pipeline #55587 failed
...@@ -130,6 +130,9 @@ def created_indexed_cuda_kernel(assignments: NodeCollection, config: CreateKerne ...@@ -130,6 +130,9 @@ def created_indexed_cuda_kernel(assignments: NodeCollection, config: CreateKerne
f"{spatial_coordinates}" f"{spatial_coordinates}"
spatial_coordinates = list(spatial_coordinates)[0] spatial_coordinates = list(spatial_coordinates)[0]
assignments = assignments.all_assignments
assignments = add_types(assignments, config)
def get_coordinate_symbol_assignment(name): def get_coordinate_symbol_assignment(name):
for ind_f in index_fields: for ind_f in index_fields:
assert isinstance(ind_f.dtype, StructType), "Index fields have to have a struct data type" assert isinstance(ind_f.dtype, StructType), "Index fields have to have a struct data type"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment