From 69b8f3c7a5577c937641eb54f7354214b0d1d2a3 Mon Sep 17 00:00:00 2001 From: Russell Neches Date: Tue, 24 Dec 2024 23:00:59 +0900 Subject: [PATCH] anaconda badge --- README.md | 4 +- SuchTree/MuchTree.c | 372 ++++++++++++++++++++++---------------------- 2 files changed, 189 insertions(+), 187 deletions(-) diff --git a/README.md b/README.md index 29d454e..726ada8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ A Python library for doing fast, thread-safe computations with phylogenetic trees. -[![Actions Status](https://github.com/ryneches/SuchTree/workflows/Build%20wheels/badge.svg)](https://github.com/ryneches/SuchTree/actions) [![codecov](https://codecov.io/gh/ryneches/SuchTree/branch/master/graph/badge.svg)](https://codecov.io/gh/ryneches/SuchTree) [![License](https://img.shields.io/badge/license-BSD--3-blue.svg)](https://raw.githubusercontent.com/ryneches/SuchTree/master/LICENSE) [![JOSS](http://joss.theoj.org/papers/23bac1ae69cfaf201203dd52d7dd5610/status.svg)](http://joss.theoj.org/papers/23bac1ae69cfaf201203dd52d7dd5610) [![GitHub all releases](https://img.shields.io/github/downloads/ryneches/SuchTree/total?label=downloads&logo=github)](https://github.com/ryneches/SuchTree/graphs/traffic) [![PyPI - Downloads](https://img.shields.io/pypi/dd/SuchTree?logo=PyPI)](https://pypistats.org/packages/suchtree) +[![Actions Status](https://github.com/ryneches/SuchTree/workflows/Build%20wheels/badge.svg)](https://github.com/ryneches/SuchTree/actions) [![codecov](https://codecov.io/gh/ryneches/SuchTree/branch/master/graph/badge.svg)](https://codecov.io/gh/ryneches/SuchTree) [![License](https://img.shields.io/badge/license-BSD--3-blue.svg)](https://raw.githubusercontent.com/ryneches/SuchTree/master/LICENSE) [![JOSS](http://joss.theoj.org/papers/23bac1ae69cfaf201203dd52d7dd5610/status.svg)](http://joss.theoj.org/papers/23bac1ae69cfaf201203dd52d7dd5610) [![GitHub all releases](https://img.shields.io/github/downloads/ryneches/SuchTree/total?label=downloads&logo=github)](https://github.com/ryneches/SuchTree/graphs/traffic) [![PyPI - Downloads](https://img.shields.io/pypi/dd/SuchTree?logo=PyPI)](https://pypistats.org/packages/suchtree) [![Conda Downloads](https://img.shields.io/conda/d/bioconda/suchtree)](https://anaconda.org/bioconda/suchtree) + + ### Release notes diff --git a/SuchTree/MuchTree.c b/SuchTree/MuchTree.c index d383c47..421c2eb 100644 --- a/SuchTree/MuchTree.c +++ b/SuchTree/MuchTree.c @@ -4,14 +4,14 @@ { "distutils": { "depends": [ - "/tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/_core/include/numpy/arrayobject.h", - "/tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/_core/include/numpy/arrayscalars.h", - "/tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/_core/include/numpy/ndarrayobject.h", - "/tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/_core/include/numpy/ndarraytypes.h", - "/tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/_core/include/numpy/ufuncobject.h" + "/tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/_core/include/numpy/arrayobject.h", + "/tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/_core/include/numpy/arrayscalars.h", + "/tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/_core/include/numpy/ndarrayobject.h", + "/tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/_core/include/numpy/ndarraytypes.h", + "/tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/_core/include/numpy/ufuncobject.h" ], "include_dirs": [ - "/tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/_core/include" + "/tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/_core/include" ], "name": "MuchTree", "sources": [ @@ -1673,7 +1673,7 @@ typedef struct { /* #### Code section: numeric_typedefs ### */ -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":769 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":786 * # in Cython to enable them only on the right systems. * * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<< @@ -1682,7 +1682,7 @@ typedef struct { */ typedef npy_int8 __pyx_t_5numpy_int8_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":770 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":787 * * ctypedef npy_int8 int8_t * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<< @@ -1691,7 +1691,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t; */ typedef npy_int16 __pyx_t_5numpy_int16_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":771 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":788 * ctypedef npy_int8 int8_t * ctypedef npy_int16 int16_t * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<< @@ -1700,7 +1700,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t; */ typedef npy_int32 __pyx_t_5numpy_int32_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":772 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":789 * ctypedef npy_int16 int16_t * ctypedef npy_int32 int32_t * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<< @@ -1709,7 +1709,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t; */ typedef npy_int64 __pyx_t_5numpy_int64_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":776 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":793 * #ctypedef npy_int128 int128_t * * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<< @@ -1718,7 +1718,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t; */ typedef npy_uint8 __pyx_t_5numpy_uint8_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":777 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":794 * * ctypedef npy_uint8 uint8_t * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<< @@ -1727,7 +1727,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t; */ typedef npy_uint16 __pyx_t_5numpy_uint16_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":778 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":795 * ctypedef npy_uint8 uint8_t * ctypedef npy_uint16 uint16_t * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<< @@ -1736,7 +1736,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t; */ typedef npy_uint32 __pyx_t_5numpy_uint32_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":779 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":796 * ctypedef npy_uint16 uint16_t * ctypedef npy_uint32 uint32_t * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<< @@ -1745,7 +1745,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t; */ typedef npy_uint64 __pyx_t_5numpy_uint64_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":783 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":800 * #ctypedef npy_uint128 uint128_t * * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<< @@ -1754,7 +1754,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t; */ typedef npy_float32 __pyx_t_5numpy_float32_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":784 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":801 * * ctypedef npy_float32 float32_t * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<< @@ -1763,7 +1763,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t; */ typedef npy_float64 __pyx_t_5numpy_float64_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":791 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":808 * ctypedef double complex complex128_t * * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<< @@ -1772,7 +1772,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t; */ typedef npy_longlong __pyx_t_5numpy_longlong_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":792 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":809 * * ctypedef npy_longlong longlong_t * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<< @@ -1781,7 +1781,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t; */ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":794 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":811 * ctypedef npy_ulonglong ulonglong_t * * ctypedef npy_intp intp_t # <<<<<<<<<<<<<< @@ -1790,7 +1790,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; */ typedef npy_intp __pyx_t_5numpy_intp_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":795 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":812 * * ctypedef npy_intp intp_t * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<< @@ -1799,7 +1799,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t; */ typedef npy_uintp __pyx_t_5numpy_uintp_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":797 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":814 * ctypedef npy_uintp uintp_t * * ctypedef npy_double float_t # <<<<<<<<<<<<<< @@ -1808,7 +1808,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t; */ typedef npy_double __pyx_t_5numpy_float_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":798 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":815 * * ctypedef npy_double float_t * ctypedef npy_double double_t # <<<<<<<<<<<<<< @@ -1817,7 +1817,7 @@ typedef npy_double __pyx_t_5numpy_float_t; */ typedef npy_double __pyx_t_5numpy_double_t; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":799 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":816 * ctypedef npy_double float_t * ctypedef npy_double double_t * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<< @@ -1900,7 +1900,7 @@ struct __pyx_MemviewEnum_obj; struct __pyx_memoryview_obj; struct __pyx_memoryviewslice_obj; -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1095 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1112 * * # Iterator API added in v1.6 * ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<< @@ -1909,7 +1909,7 @@ struct __pyx_memoryviewslice_obj; */ typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *); -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1096 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1113 * # Iterator API added in v1.6 * ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil * ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<< @@ -21279,7 +21279,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__ return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":286 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":286 * * @property * cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21290,7 +21290,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) { npy_intp __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":287 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":287 * @property * cdef inline npy_intp itemsize(self) noexcept nogil: * return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<< @@ -21300,7 +21300,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D __pyx_r = PyDataType_ELSIZE(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":286 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":286 * * @property * cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21313,7 +21313,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":290 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":290 * * @property * cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21324,7 +21324,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) { npy_intp __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":291 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":291 * @property * cdef inline npy_intp alignment(self) noexcept nogil: * return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<< @@ -21334,7 +21334,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray __pyx_r = PyDataType_ALIGNMENT(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":290 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":290 * * @property * cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21347,7 +21347,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":296 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":296 * # for this using PyDataType_HASFIELDS. * @property * cdef inline object fields(self): # <<<<<<<<<<<<<< @@ -21361,7 +21361,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc PyObject *__pyx_t_1; __Pyx_RefNannySetupContext("fields", 1); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":297 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":297 * @property * cdef inline object fields(self): * return PyDataType_FIELDS(self) # <<<<<<<<<<<<<< @@ -21374,7 +21374,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc __pyx_r = ((PyObject *)__pyx_t_1); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":296 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":296 * # for this using PyDataType_HASFIELDS. * @property * cdef inline object fields(self): # <<<<<<<<<<<<<< @@ -21389,7 +21389,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":300 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":300 * * @property * cdef inline tuple names(self): # <<<<<<<<<<<<<< @@ -21403,7 +21403,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr PyObject *__pyx_t_1; __Pyx_RefNannySetupContext("names", 1); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":301 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":301 * @property * cdef inline tuple names(self): * return PyDataType_NAMES(self) # <<<<<<<<<<<<<< @@ -21416,7 +21416,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr __pyx_r = ((PyObject*)__pyx_t_1); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":300 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":300 * * @property * cdef inline tuple names(self): # <<<<<<<<<<<<<< @@ -21431,7 +21431,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":307 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":307 * # this field via the inline helper method PyDataType_SHAPE. * @property * cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21442,7 +21442,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) { PyArray_ArrayDescr *__pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":308 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":308 * @property * cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: * return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<< @@ -21452,7 +21452,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra __pyx_r = PyDataType_SUBARRAY(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":307 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":307 * # this field via the inline helper method PyDataType_SHAPE. * @property * cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21465,7 +21465,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":311 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":311 * * @property * cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21476,7 +21476,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) { npy_uint64 __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":313 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":313 * cdef inline npy_uint64 flags(self) noexcept nogil: * """The data types flags.""" * return PyDataType_FLAGS(self) # <<<<<<<<<<<<<< @@ -21486,7 +21486,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr __pyx_r = PyDataType_FLAGS(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":311 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":311 * * @property * cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21499,7 +21499,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":323 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":323 * * @property * cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21510,7 +21510,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) { int __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":325 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":325 * cdef inline int numiter(self) noexcept nogil: * """The number of arrays that need to be broadcast to the same shape.""" * return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<< @@ -21520,7 +21520,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti __pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":323 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":323 * * @property * cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21533,7 +21533,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":328 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":328 * * @property * cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21544,7 +21544,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) { npy_intp __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":330 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":330 * cdef inline npy_intp size(self) noexcept nogil: * """The total broadcasted size.""" * return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<< @@ -21554,7 +21554,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI __pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":328 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":328 * * @property * cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21567,7 +21567,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":333 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":333 * * @property * cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21578,7 +21578,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) { npy_intp __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":335 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":335 * cdef inline npy_intp index(self) noexcept nogil: * """The current (1-d) index into the broadcasted result.""" * return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<< @@ -21588,7 +21588,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult __pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":333 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":333 * * @property * cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21601,7 +21601,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":338 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":338 * * @property * cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21612,7 +21612,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) { int __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":340 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":340 * cdef inline int nd(self) noexcept nogil: * """The number of dimensions in the broadcasted result.""" * return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<< @@ -21622,7 +21622,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject __pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":338 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":338 * * @property * cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21635,7 +21635,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":343 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":343 * * @property * cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21646,7 +21646,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) { npy_intp *__pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":345 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":345 * cdef inline npy_intp* dimensions(self) noexcept nogil: * """The shape of the broadcasted result.""" * return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<< @@ -21656,7 +21656,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions __pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":343 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":343 * * @property * cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21669,7 +21669,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":348 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":348 * * @property * cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21680,7 +21680,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) { void **__pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":351 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":351 * """An array of iterator objects that holds the iterators for the arrays to be broadcast together. * On return, the iterators are adjusted for broadcasting.""" * return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<< @@ -21690,7 +21690,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI __pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":348 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":348 * * @property * cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21703,7 +21703,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":366 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":366 * * @property * cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21714,7 +21714,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) { PyObject *__pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":369 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":369 * """Returns a borrowed reference to the object owning the data/memory. * """ * return PyArray_BASE(self) # <<<<<<<<<<<<<< @@ -21724,7 +21724,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject __pyx_r = PyArray_BASE(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":366 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":366 * * @property * cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21737,7 +21737,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":372 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":372 * * @property * cdef inline dtype descr(self): # <<<<<<<<<<<<<< @@ -21751,7 +21751,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray PyArray_Descr *__pyx_t_1; __Pyx_RefNannySetupContext("descr", 1); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":375 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":375 * """Returns an owned reference to the dtype of the array. * """ * return PyArray_DESCR(self) # <<<<<<<<<<<<<< @@ -21764,7 +21764,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray __pyx_r = ((PyArray_Descr *)__pyx_t_1); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":372 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":372 * * @property * cdef inline dtype descr(self): # <<<<<<<<<<<<<< @@ -21779,7 +21779,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":378 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":378 * * @property * cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21790,7 +21790,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) { int __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":381 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":381 * """Returns the number of dimensions in the array. * """ * return PyArray_NDIM(self) # <<<<<<<<<<<<<< @@ -21800,7 +21800,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx __pyx_r = PyArray_NDIM(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":378 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":378 * * @property * cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21813,7 +21813,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":384 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":384 * * @property * cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21824,7 +21824,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) { npy_intp *__pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":389 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":389 * Can return NULL for 0-dimensional arrays. * """ * return PyArray_DIMS(self) # <<<<<<<<<<<<<< @@ -21834,7 +21834,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec __pyx_r = PyArray_DIMS(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":384 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":384 * * @property * cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21847,7 +21847,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":392 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":392 * * @property * cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21858,7 +21858,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) { npy_intp *__pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":396 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":396 * The number of elements matches the number of dimensions of the array (ndim). * """ * return PyArray_STRIDES(self) # <<<<<<<<<<<<<< @@ -21868,7 +21868,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO __pyx_r = PyArray_STRIDES(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":392 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":392 * * @property * cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21881,7 +21881,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":399 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":399 * * @property * cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21892,7 +21892,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) { npy_intp __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":402 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":402 * """Returns the total size (in number of elements) of the array. * """ * return PyArray_SIZE(self) # <<<<<<<<<<<<<< @@ -21902,7 +21902,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject * __pyx_r = PyArray_SIZE(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":399 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":399 * * @property * cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21915,7 +21915,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject * return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":405 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":405 * * @property * cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21926,7 +21926,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject * static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) { char *__pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":411 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":411 * of `PyArray_DATA()` instead, which returns a 'void*'. * """ * return PyArray_BYTES(self) # <<<<<<<<<<<<<< @@ -21936,7 +21936,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p __pyx_r = PyArray_BYTES(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":405 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":405 * * @property * cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -21949,7 +21949,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":806 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":823 * ctypedef long double complex clongdouble_t * * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< @@ -21966,7 +21966,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":807 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":824 * * cdef inline object PyArray_MultiIterNew1(a): * return PyArray_MultiIterNew(1, a) # <<<<<<<<<<<<<< @@ -21974,13 +21974,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__ * cdef inline object PyArray_MultiIterNew2(a, b): */ __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 807, __pyx_L1_error) + __pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 824, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_1); __pyx_r = __pyx_t_1; __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":806 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":823 * ctypedef long double complex clongdouble_t * * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< @@ -21999,7 +21999,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__ return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":809 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":826 * return PyArray_MultiIterNew(1, a) * * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< @@ -22016,7 +22016,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":810 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":827 * * cdef inline object PyArray_MultiIterNew2(a, b): * return PyArray_MultiIterNew(2, a, b) # <<<<<<<<<<<<<< @@ -22024,13 +22024,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__ * cdef inline object PyArray_MultiIterNew3(a, b, c): */ __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 810, __pyx_L1_error) + __pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 827, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_1); __pyx_r = __pyx_t_1; __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":809 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":826 * return PyArray_MultiIterNew(1, a) * * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< @@ -22049,7 +22049,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__ return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":812 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":829 * return PyArray_MultiIterNew(2, a, b) * * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< @@ -22066,7 +22066,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":813 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":830 * * cdef inline object PyArray_MultiIterNew3(a, b, c): * return PyArray_MultiIterNew(3, a, b, c) # <<<<<<<<<<<<<< @@ -22074,13 +22074,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__ * cdef inline object PyArray_MultiIterNew4(a, b, c, d): */ __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 813, __pyx_L1_error) + __pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 830, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_1); __pyx_r = __pyx_t_1; __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":812 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":829 * return PyArray_MultiIterNew(2, a, b) * * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< @@ -22099,7 +22099,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__ return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":815 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":832 * return PyArray_MultiIterNew(3, a, b, c) * * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< @@ -22116,7 +22116,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":816 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":833 * * cdef inline object PyArray_MultiIterNew4(a, b, c, d): * return PyArray_MultiIterNew(4, a, b, c, d) # <<<<<<<<<<<<<< @@ -22124,13 +22124,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__ * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): */ __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 816, __pyx_L1_error) + __pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 833, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_1); __pyx_r = __pyx_t_1; __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":815 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":832 * return PyArray_MultiIterNew(3, a, b, c) * * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< @@ -22149,7 +22149,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__ return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":818 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":835 * return PyArray_MultiIterNew(4, a, b, c, d) * * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< @@ -22166,7 +22166,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":819 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":836 * * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): * return PyArray_MultiIterNew(5, a, b, c, d, e) # <<<<<<<<<<<<<< @@ -22174,13 +22174,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__ * cdef inline tuple PyDataType_SHAPE(dtype d): */ __Pyx_XDECREF(__pyx_r); - __pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 819, __pyx_L1_error) + __pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 836, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_1); __pyx_r = __pyx_t_1; __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":818 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":835 * return PyArray_MultiIterNew(4, a, b, c, d) * * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< @@ -22199,7 +22199,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__ return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":821 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":838 * return PyArray_MultiIterNew(5, a, b, c, d, e) * * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<< @@ -22214,7 +22214,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ PyObject *__pyx_t_2; __Pyx_RefNannySetupContext("PyDataType_SHAPE", 1); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":822 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":839 * * cdef inline tuple PyDataType_SHAPE(dtype d): * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<< @@ -22224,7 +22224,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ __pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d); if (__pyx_t_1) { - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":823 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":840 * cdef inline tuple PyDataType_SHAPE(dtype d): * if PyDataType_HASSUBARRAY(d): * return d.subarray.shape # <<<<<<<<<<<<<< @@ -22237,7 +22237,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ __pyx_r = ((PyObject*)__pyx_t_2); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":822 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":839 * * cdef inline tuple PyDataType_SHAPE(dtype d): * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<< @@ -22246,7 +22246,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ */ } - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":825 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":842 * return d.subarray.shape * else: * return () # <<<<<<<<<<<<<< @@ -22260,7 +22260,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ goto __pyx_L0; } - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":821 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":838 * return PyArray_MultiIterNew(5, a, b, c, d, e) * * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<< @@ -22275,7 +22275,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1009 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1026 * int _import_umath() except -1 * * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<< @@ -22289,7 +22289,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a const char *__pyx_filename = NULL; int __pyx_clineno = 0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1010 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1027 * * cdef inline void set_array_base(ndarray arr, object base) except *: * Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<< @@ -22298,16 +22298,16 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a */ Py_INCREF(__pyx_v_base); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1011 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1028 * cdef inline void set_array_base(ndarray arr, object base) except *: * Py_INCREF(base) # important to do this before stealing the reference below! * PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<< * * cdef inline object get_array_base(ndarray arr): */ - __pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 1011, __pyx_L1_error) + __pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 1028, __pyx_L1_error) - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1009 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1026 * int _import_umath() except -1 * * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<< @@ -22322,7 +22322,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a __pyx_L0:; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1030 * PyArray_SetBaseObject(arr, base) * * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< @@ -22337,7 +22337,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py int __pyx_t_1; __Pyx_RefNannySetupContext("get_array_base", 1); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1014 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1031 * * cdef inline object get_array_base(ndarray arr): * base = PyArray_BASE(arr) # <<<<<<<<<<<<<< @@ -22346,7 +22346,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py */ __pyx_v_base = PyArray_BASE(__pyx_v_arr); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1015 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1032 * cdef inline object get_array_base(ndarray arr): * base = PyArray_BASE(arr) * if base is NULL: # <<<<<<<<<<<<<< @@ -22356,7 +22356,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py __pyx_t_1 = (__pyx_v_base == NULL); if (__pyx_t_1) { - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1016 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1033 * base = PyArray_BASE(arr) * if base is NULL: * return None # <<<<<<<<<<<<<< @@ -22367,7 +22367,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py __pyx_r = Py_None; __Pyx_INCREF(Py_None); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1015 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1032 * cdef inline object get_array_base(ndarray arr): * base = PyArray_BASE(arr) * if base is NULL: # <<<<<<<<<<<<<< @@ -22376,7 +22376,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py */ } - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1017 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1034 * if base is NULL: * return None * return base # <<<<<<<<<<<<<< @@ -22388,7 +22388,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py __pyx_r = ((PyObject *)__pyx_v_base); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1013 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1030 * PyArray_SetBaseObject(arr, base) * * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< @@ -22403,7 +22403,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1021 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1038 * # Versions of the import_* functions which are more suitable for * # Cython code. * cdef inline int import_array() except -1: # <<<<<<<<<<<<<< @@ -22427,7 +22427,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { int __pyx_clineno = 0; __Pyx_RefNannySetupContext("import_array", 1); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1022 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1039 * # Cython code. * cdef inline int import_array() except -1: * try: # <<<<<<<<<<<<<< @@ -22443,16 +22443,16 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { __Pyx_XGOTREF(__pyx_t_3); /*try:*/ { - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1023 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040 * cdef inline int import_array() except -1: * try: * __pyx_import_array() # <<<<<<<<<<<<<< * except Exception: * raise ImportError("numpy._core.multiarray failed to import") */ - __pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1023, __pyx_L3_error) + __pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1040, __pyx_L3_error) - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1022 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1039 * # Cython code. * cdef inline int import_array() except -1: * try: # <<<<<<<<<<<<<< @@ -22466,7 +22466,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { goto __pyx_L8_try_end; __pyx_L3_error:; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1024 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1041 * try: * __pyx_import_array() * except Exception: # <<<<<<<<<<<<<< @@ -22476,27 +22476,27 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { __pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0]))); if (__pyx_t_4) { __Pyx_AddTraceback("numpy.import_array", __pyx_clineno, __pyx_lineno, __pyx_filename); - if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1024, __pyx_L5_except_error) + if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1041, __pyx_L5_except_error) __Pyx_XGOTREF(__pyx_t_5); __Pyx_XGOTREF(__pyx_t_6); __Pyx_XGOTREF(__pyx_t_7); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1042 * __pyx_import_array() * except Exception: * raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<< * * cdef inline int import_umath() except -1: */ - __pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__9, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 1025, __pyx_L5_except_error) + __pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__9, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 1042, __pyx_L5_except_error) __Pyx_GOTREF(__pyx_t_8); __Pyx_Raise(__pyx_t_8, 0, 0, 0); __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0; - __PYX_ERR(2, 1025, __pyx_L5_except_error) + __PYX_ERR(2, 1042, __pyx_L5_except_error) } goto __pyx_L5_except_error; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1022 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1039 * # Cython code. * cdef inline int import_array() except -1: * try: # <<<<<<<<<<<<<< @@ -22512,7 +22512,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { __pyx_L8_try_end:; } - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1021 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1038 * # Versions of the import_* functions which are more suitable for * # Cython code. * cdef inline int import_array() except -1: # <<<<<<<<<<<<<< @@ -22535,7 +22535,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1027 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1044 * raise ImportError("numpy._core.multiarray failed to import") * * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<< @@ -22559,7 +22559,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { int __pyx_clineno = 0; __Pyx_RefNannySetupContext("import_umath", 1); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1028 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1045 * * cdef inline int import_umath() except -1: * try: # <<<<<<<<<<<<<< @@ -22575,16 +22575,16 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { __Pyx_XGOTREF(__pyx_t_3); /*try:*/ { - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1029 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1046 * cdef inline int import_umath() except -1: * try: * _import_umath() # <<<<<<<<<<<<<< * except Exception: * raise ImportError("numpy._core.umath failed to import") */ - __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1029, __pyx_L3_error) + __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1046, __pyx_L3_error) - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1028 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1045 * * cdef inline int import_umath() except -1: * try: # <<<<<<<<<<<<<< @@ -22598,7 +22598,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { goto __pyx_L8_try_end; __pyx_L3_error:; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1030 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1047 * try: * _import_umath() * except Exception: # <<<<<<<<<<<<<< @@ -22608,27 +22608,27 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { __pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0]))); if (__pyx_t_4) { __Pyx_AddTraceback("numpy.import_umath", __pyx_clineno, __pyx_lineno, __pyx_filename); - if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1030, __pyx_L5_except_error) + if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1047, __pyx_L5_except_error) __Pyx_XGOTREF(__pyx_t_5); __Pyx_XGOTREF(__pyx_t_6); __Pyx_XGOTREF(__pyx_t_7); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1031 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1048 * _import_umath() * except Exception: * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<< * * cdef inline int import_ufunc() except -1: */ - __pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 1031, __pyx_L5_except_error) + __pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 1048, __pyx_L5_except_error) __Pyx_GOTREF(__pyx_t_8); __Pyx_Raise(__pyx_t_8, 0, 0, 0); __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0; - __PYX_ERR(2, 1031, __pyx_L5_except_error) + __PYX_ERR(2, 1048, __pyx_L5_except_error) } goto __pyx_L5_except_error; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1028 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1045 * * cdef inline int import_umath() except -1: * try: # <<<<<<<<<<<<<< @@ -22644,7 +22644,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { __pyx_L8_try_end:; } - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1027 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1044 * raise ImportError("numpy._core.multiarray failed to import") * * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<< @@ -22667,7 +22667,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1033 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1050 * raise ImportError("numpy._core.umath failed to import") * * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<< @@ -22691,7 +22691,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { int __pyx_clineno = 0; __Pyx_RefNannySetupContext("import_ufunc", 1); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1034 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1051 * * cdef inline int import_ufunc() except -1: * try: # <<<<<<<<<<<<<< @@ -22707,16 +22707,16 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { __Pyx_XGOTREF(__pyx_t_3); /*try:*/ { - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1035 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1052 * cdef inline int import_ufunc() except -1: * try: * _import_umath() # <<<<<<<<<<<<<< * except Exception: * raise ImportError("numpy._core.umath failed to import") */ - __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1035, __pyx_L3_error) + __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1052, __pyx_L3_error) - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1034 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1051 * * cdef inline int import_ufunc() except -1: * try: # <<<<<<<<<<<<<< @@ -22730,7 +22730,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { goto __pyx_L8_try_end; __pyx_L3_error:; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1036 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1053 * try: * _import_umath() * except Exception: # <<<<<<<<<<<<<< @@ -22740,27 +22740,27 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { __pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0]))); if (__pyx_t_4) { __Pyx_AddTraceback("numpy.import_ufunc", __pyx_clineno, __pyx_lineno, __pyx_filename); - if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1036, __pyx_L5_except_error) + if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1053, __pyx_L5_except_error) __Pyx_XGOTREF(__pyx_t_5); __Pyx_XGOTREF(__pyx_t_6); __Pyx_XGOTREF(__pyx_t_7); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1037 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1054 * _import_umath() * except Exception: * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<< * * */ - __pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 1037, __pyx_L5_except_error) + __pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 1054, __pyx_L5_except_error) __Pyx_GOTREF(__pyx_t_8); __Pyx_Raise(__pyx_t_8, 0, 0, 0); __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0; - __PYX_ERR(2, 1037, __pyx_L5_except_error) + __PYX_ERR(2, 1054, __pyx_L5_except_error) } goto __pyx_L5_except_error; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1034 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1051 * * cdef inline int import_ufunc() except -1: * try: # <<<<<<<<<<<<<< @@ -22776,7 +22776,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { __pyx_L8_try_end:; } - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1033 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1050 * raise ImportError("numpy._core.umath failed to import") * * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<< @@ -22799,7 +22799,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1057 * * * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<< @@ -22810,7 +22810,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) { int __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1052 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1069 * bool * """ * return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<< @@ -22820,7 +22820,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_ __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type)); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1040 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1057 * * * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<< @@ -22833,7 +22833,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_ return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072 * * * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<< @@ -22844,7 +22844,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) { int __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1067 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1084 * bool * """ * return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<< @@ -22854,7 +22854,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type)); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1055 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1072 * * * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<< @@ -22867,7 +22867,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1070 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1087 * * * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<< @@ -22878,7 +22878,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) { npy_datetime __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1077 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1094 * also needed. That can be found using `get_datetime64_unit`. * """ * return (obj).obval # <<<<<<<<<<<<<< @@ -22888,7 +22888,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject * __pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval; goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1070 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1087 * * * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<< @@ -22901,7 +22901,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject * return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1080 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1097 * * * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<< @@ -22912,7 +22912,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject * static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) { npy_timedelta __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1084 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1101 * returns the int64 value underlying scalar numpy timedelta64 object * """ * return (obj).obval # <<<<<<<<<<<<<< @@ -22922,7 +22922,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject __pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval; goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1080 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1097 * * * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<< @@ -22935,7 +22935,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject return __pyx_r; } -/* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1087 +/* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1104 * * * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<< @@ -22946,7 +22946,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) { NPY_DATETIMEUNIT __pyx_r; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1091 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1108 * returns the unit part of the dtype for a numpy datetime64 object. * """ * return (obj).obmeta.base # <<<<<<<<<<<<<< @@ -22956,7 +22956,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec __pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base); goto __pyx_L0; - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1087 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1104 * * * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<< @@ -57518,25 +57518,25 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) { __Pyx_GOTREF(__pyx_tuple__8); __Pyx_GIVEREF(__pyx_tuple__8); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1025 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1042 * __pyx_import_array() * except Exception: * raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<< * * cdef inline int import_umath() except -1: */ - __pyx_tuple__9 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_multiarray_failed_to); if (unlikely(!__pyx_tuple__9)) __PYX_ERR(2, 1025, __pyx_L1_error) + __pyx_tuple__9 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_multiarray_failed_to); if (unlikely(!__pyx_tuple__9)) __PYX_ERR(2, 1042, __pyx_L1_error) __Pyx_GOTREF(__pyx_tuple__9); __Pyx_GIVEREF(__pyx_tuple__9); - /* "../../../../tmp/build-env-1g_j47ht/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1031 + /* "../../../../tmp/build-env-23zjdywl/lib/python3.12/site-packages/numpy/__init__.cython-30.pxd":1048 * _import_umath() * except Exception: * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<< * * cdef inline int import_ufunc() except -1: */ - __pyx_tuple__10 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_umath_failed_to_impo); if (unlikely(!__pyx_tuple__10)) __PYX_ERR(2, 1031, __pyx_L1_error) + __pyx_tuple__10 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_umath_failed_to_impo); if (unlikely(!__pyx_tuple__10)) __PYX_ERR(2, 1048, __pyx_L1_error) __Pyx_GOTREF(__pyx_tuple__10); __Pyx_GIVEREF(__pyx_tuple__10); @@ -58820,17 +58820,17 @@ static int __Pyx_modinit_type_import_code(void) { __pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "flatiter", sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyArrayIterObject),__Pyx_ImportType_CheckSize_Ignore_3_0_11); if (!__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 316, __pyx_L1_error) __pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "broadcast", sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyArrayMultiIterObject),__Pyx_ImportType_CheckSize_Ignore_3_0_11); if (!__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 320, __pyx_L1_error) __pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "ndarray", sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyArrayObject),__Pyx_ImportType_CheckSize_Ignore_3_0_11); if (!__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 359, __pyx_L1_error) - __pyx_ptype_5numpy_generic = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "generic", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_generic) __PYX_ERR(2, 847, __pyx_L1_error) - __pyx_ptype_5numpy_number = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "number", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_number) __PYX_ERR(2, 849, __pyx_L1_error) - __pyx_ptype_5numpy_integer = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "integer", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_integer) __PYX_ERR(2, 851, __pyx_L1_error) - __pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "signedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 853, __pyx_L1_error) - __pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "unsignedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 855, __pyx_L1_error) - __pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "inexact", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 857, __pyx_L1_error) - __pyx_ptype_5numpy_floating = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "floating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_floating) __PYX_ERR(2, 859, __pyx_L1_error) - __pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "complexfloating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 861, __pyx_L1_error) - __pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "flexible", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 863, __pyx_L1_error) - __pyx_ptype_5numpy_character = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "character", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_character) __PYX_ERR(2, 865, __pyx_L1_error) - __pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "ufunc", sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyUFuncObject),__Pyx_ImportType_CheckSize_Ignore_3_0_11); if (!__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 929, __pyx_L1_error) + __pyx_ptype_5numpy_generic = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "generic", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_generic) __PYX_ERR(2, 864, __pyx_L1_error) + __pyx_ptype_5numpy_number = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "number", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_number) __PYX_ERR(2, 866, __pyx_L1_error) + __pyx_ptype_5numpy_integer = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "integer", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_integer) __PYX_ERR(2, 868, __pyx_L1_error) + __pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "signedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 870, __pyx_L1_error) + __pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "unsignedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 872, __pyx_L1_error) + __pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "inexact", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 874, __pyx_L1_error) + __pyx_ptype_5numpy_floating = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "floating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_floating) __PYX_ERR(2, 876, __pyx_L1_error) + __pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "complexfloating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 878, __pyx_L1_error) + __pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "flexible", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 880, __pyx_L1_error) + __pyx_ptype_5numpy_character = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "character", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_11); if (!__pyx_ptype_5numpy_character) __PYX_ERR(2, 882, __pyx_L1_error) + __pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_0_11(__pyx_t_1, "numpy", "ufunc", sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_11(PyUFuncObject),__Pyx_ImportType_CheckSize_Ignore_3_0_11); if (!__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 946, __pyx_L1_error) __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; __Pyx_RefNannyFinishContext(); return 0;