Skip to content

Commit a803486

Browse files
committed
Fix sign comparison warning
1 parent 0cabfdf commit a803486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/lib/symengine_wrapper.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4387,7 +4387,7 @@ cdef class _Lambdify(object):
43874387
cdef size_t args_size, tot_out_size
43884388
cdef list out_shapes
43894389
cdef readonly bint real
4390-
cdef readonly int n_exprs
4390+
cdef readonly size_t n_exprs
43914391
cdef public str order
43924392
cdef vector[int] accum_out_sizes
43934393
cdef object numpy_dtype

0 commit comments

Comments
 (0)