Enable overriding of kwargs in SerialDataHandling.run_kernel
Compare changes
@@ -9,7 +9,8 @@ from pystencils.datahandling.datahandling_interface import DataHandling
@@ -9,7 +9,8 @@ from pystencils.datahandling.datahandling_interface import DataHandling
Field, FieldType, create_numpy_array_with_layout, layout_string_to_tuple, spatial_layout_string_to_tuple)
@@ -239,7 +240,7 @@ class SerialDataHandling(DataHandling):
@@ -239,7 +240,7 @@ class SerialDataHandling(DataHandling):
arrays = self.gpu_arrays if kernel_function.ast.backend in self._GPU_LIKE_BACKENDS else self.cpu_arrays