We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538cef8 commit e9191c0Copy full SHA for e9191c0
sklearn_pmml_model/tree/_tree.pyx
@@ -43,7 +43,7 @@ from ._utils cimport setup_cat_cache
43
from ._utils cimport goes_left
44
45
cdef extern from "numpy/arrayobject.h":
46
- object PyArray_NewFromDescr(object subtype, np.dtype descr,
+ object PyArray_NewFromDescr(type subtype, np.dtype descr,
47
int nd, np.npy_intp* dims,
48
np.npy_intp* strides,
49
void* data, int flags, object obj)
0 commit comments