Skip to content
Snippets Groups Projects
Commit e25419d8 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Precompute: generate dim_names as a tuple

parent fa83f68a
No related branches found
No related tags found
No related merge requests found
......@@ -837,7 +837,7 @@ def precompute(kernel, subst_use, sweep_inames=[], within=None,
base_indices=(0,)*len(new_temp_shape),
shape=tuple(abm.non1_storage_shape),
scope=temporary_scope,
dim_names=non1_storage_axis_names)
dim_names=tuple(non1_storage_axis_names))
else:
temp_var = new_temporary_variables[temporary_name]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment