Skip to content

Commit 39fa1fc

Browse files
committed
Method call not property
1 parent 2307940 commit 39fa1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/link/numba/dispatch/scalar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def numba_funcify_ScalarOp(op, node, **kwargs):
7373
scalar_func_numba = wrap_cython_function(
7474
cython_func, output_dtype, input_dtypes
7575
)
76-
has_pyx_skip_dispatch = scalar_func_numba.has_pyx_skip_dispatch
76+
has_pyx_skip_dispatch = scalar_func_numba.has_pyx_skip_dispatch()
7777
input_inner_dtypes = scalar_func_numba.numpy_arg_dtypes()
7878
output_inner_dtype = scalar_func_numba.numpy_output_dtype()
7979

0 commit comments

Comments
 (0)