Skip to content

Commit c025809

Browse files
committed
Method call not property
1 parent 0391550 commit c025809

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
@@ -77,7 +77,7 @@ def numba_funcify_ScalarOp(op, node, **kwargs):
7777
except NotImplementedError:
7878
pass
7979
else:
80-
has_pyx_skip_dispatch = scalar_func_numba.has_pyx_skip_dispatch
80+
has_pyx_skip_dispatch = scalar_func_numba.has_pyx_skip_dispatch()
8181
input_inner_dtypes = scalar_func_numba.numpy_arg_dtypes()
8282
output_inner_dtype = scalar_func_numba.numpy_output_dtype()
8383

0 commit comments

Comments
 (0)