Skip to content

Commit 3832502

Browse files
committed
Fix
1 parent c9def90 commit 3832502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xobjects/struct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def compile_class_kernels(
484484
get_suitable_kernel,
485485
XSK_PREBUILT_KERNELS_LOCATION,
486486
)
487-
kernel_info = get_suitable_kernel({}, ())
487+
kernel_info = get_suitable_kernel({}, line_element_classes=(cls,))
488488
except ImportError:
489489
kernel_info = None
490490

0 commit comments

Comments
 (0)