From 1dd0e39c7f5740f30c332386a709cf20979463d6 Mon Sep 17 00:00:00 2001 From: Matheus Hostert Date: Thu, 3 Oct 2024 16:40:00 -0500 Subject: [PATCH] do not require numpy2.0 for build --- pyproject.toml | 2 +- src/DarkNews/Cfourvec.c | 314 ++++++++++++++++++++-------------------- 2 files changed, 158 insertions(+), 158 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a30e72f..12b49ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ requires = [ "setuptools>=42", "wheel", - "numpy>=2.0", + "numpy", "cython>=3.0a6", ] build-backend = "setuptools.build_meta" diff --git a/src/DarkNews/Cfourvec.c b/src/DarkNews/Cfourvec.c index 0b0b679..ac0b758 100644 --- a/src/DarkNews/Cfourvec.c +++ b/src/DarkNews/Cfourvec.c @@ -4,14 +4,14 @@ { "distutils": { "depends": [ - "/private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/_core/include/numpy/arrayobject.h", - "/private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/_core/include/numpy/arrayscalars.h", - "/private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/_core/include/numpy/ndarrayobject.h", - "/private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/_core/include/numpy/ndarraytypes.h", - "/private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/_core/include/numpy/ufuncobject.h" + "/Users/mhostert/Repos/DarkNews-generator/.tox/.pkg/lib/python3.11/site-packages/numpy/_core/include/numpy/arrayobject.h", + "/Users/mhostert/Repos/DarkNews-generator/.tox/.pkg/lib/python3.11/site-packages/numpy/_core/include/numpy/arrayscalars.h", + "/Users/mhostert/Repos/DarkNews-generator/.tox/.pkg/lib/python3.11/site-packages/numpy/_core/include/numpy/ndarrayobject.h", + "/Users/mhostert/Repos/DarkNews-generator/.tox/.pkg/lib/python3.11/site-packages/numpy/_core/include/numpy/ndarraytypes.h", + "/Users/mhostert/Repos/DarkNews-generator/.tox/.pkg/lib/python3.11/site-packages/numpy/_core/include/numpy/ufuncobject.h" ], "include_dirs": [ - "/private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/_core/include" + "/Users/mhostert/Repos/DarkNews-generator/.tox/.pkg/lib/python3.11/site-packages/numpy/_core/include" ], "name": "DarkNews.Cfourvec", "sources": [ @@ -1524,8 +1524,8 @@ static const char *__pyx_filename; static const char *__pyx_f[] = { "src/DarkNews/Cfourvec.pyx", - "__init__.cython-30.pxd", - "type.pxd", + ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd", + ".tox/.pkg/lib/python3.11/site-packages/Cython/Includes/cpython/type.pxd", }; /* #### Code section: utility_code_proto_before_types ### */ /* ForceInitThreads.proto */ @@ -1577,7 +1577,7 @@ typedef struct { /* #### Code section: numeric_typedefs ### */ -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":769 * # in Cython to enable them only on the right systems. * * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<< @@ -1586,7 +1586,7 @@ typedef struct { */ typedef npy_int8 __pyx_t_5numpy_int8_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":770 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":770 * * ctypedef npy_int8 int8_t * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<< @@ -1595,7 +1595,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t; */ typedef npy_int16 __pyx_t_5numpy_int16_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":771 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":771 * ctypedef npy_int8 int8_t * ctypedef npy_int16 int16_t * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<< @@ -1604,7 +1604,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t; */ typedef npy_int32 __pyx_t_5numpy_int32_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":772 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":772 * ctypedef npy_int16 int16_t * ctypedef npy_int32 int32_t * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<< @@ -1613,7 +1613,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t; */ typedef npy_int64 __pyx_t_5numpy_int64_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":776 * #ctypedef npy_int128 int128_t * * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<< @@ -1622,7 +1622,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t; */ typedef npy_uint8 __pyx_t_5numpy_uint8_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":777 * * ctypedef npy_uint8 uint8_t * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<< @@ -1631,7 +1631,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t; */ typedef npy_uint16 __pyx_t_5numpy_uint16_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":778 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":778 * ctypedef npy_uint8 uint8_t * ctypedef npy_uint16 uint16_t * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<< @@ -1640,7 +1640,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t; */ typedef npy_uint32 __pyx_t_5numpy_uint32_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":779 * ctypedef npy_uint16 uint16_t * ctypedef npy_uint32 uint32_t * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<< @@ -1649,7 +1649,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t; */ typedef npy_uint64 __pyx_t_5numpy_uint64_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":783 * #ctypedef npy_uint128 uint128_t * * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<< @@ -1658,7 +1658,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t; */ typedef npy_float32 __pyx_t_5numpy_float32_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":784 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":784 * * ctypedef npy_float32 float32_t * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<< @@ -1667,7 +1667,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t; */ typedef npy_float64 __pyx_t_5numpy_float64_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":791 * ctypedef double complex complex128_t * * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<< @@ -1676,7 +1676,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t; */ typedef npy_longlong __pyx_t_5numpy_longlong_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":792 * * ctypedef npy_longlong longlong_t * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<< @@ -1685,7 +1685,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t; */ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":794 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":794 * ctypedef npy_ulonglong ulonglong_t * * ctypedef npy_intp intp_t # <<<<<<<<<<<<<< @@ -1694,7 +1694,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; */ typedef npy_intp __pyx_t_5numpy_intp_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":795 * * ctypedef npy_intp intp_t * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<< @@ -1703,7 +1703,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t; */ typedef npy_uintp __pyx_t_5numpy_uintp_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":797 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":797 * ctypedef npy_uintp uintp_t * * ctypedef npy_double float_t # <<<<<<<<<<<<<< @@ -1712,7 +1712,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t; */ typedef npy_double __pyx_t_5numpy_float_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":798 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":798 * * ctypedef npy_double float_t * ctypedef npy_double double_t # <<<<<<<<<<<<<< @@ -1721,7 +1721,7 @@ typedef npy_double __pyx_t_5numpy_float_t; */ typedef npy_double __pyx_t_5numpy_double_t; -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":799 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":799 * ctypedef npy_double float_t * ctypedef npy_double double_t * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<< @@ -1779,7 +1779,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro /*--- Type declarations ---*/ -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1095 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1095 * * # Iterator API added in v1.6 * ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<< @@ -1788,7 +1788,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro */ typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *); -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1096 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1096 * # 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 # <<<<<<<<<<<<<< @@ -3496,7 +3496,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) { #define __pyx_codeobj__48 __pyx_mstate_global->__pyx_codeobj__48 /* #### Code section: module_code ### */ -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":286 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":286 * * @property * cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3507,7 +3507,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) { static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) { npy_intp __pyx_r; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":287 * @property * cdef inline npy_intp itemsize(self) noexcept nogil: * return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<< @@ -3517,7 +3517,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D __pyx_r = PyDataType_ELSIZE(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":286 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":286 * * @property * cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3530,7 +3530,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":290 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":290 * * @property * cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3541,7 +3541,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":291 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":291 * @property * cdef inline npy_intp alignment(self) noexcept nogil: * return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<< @@ -3551,7 +3551,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray __pyx_r = PyDataType_ALIGNMENT(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":290 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":290 * * @property * cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3564,7 +3564,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":296 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":296 * # for this using PyDataType_HASFIELDS. * @property * cdef inline object fields(self): # <<<<<<<<<<<<<< @@ -3578,7 +3578,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc PyObject *__pyx_t_1; __Pyx_RefNannySetupContext("fields", 1); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":297 * @property * cdef inline object fields(self): * return PyDataType_FIELDS(self) # <<<<<<<<<<<<<< @@ -3591,7 +3591,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc __pyx_r = ((PyObject *)__pyx_t_1); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":296 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":296 * # for this using PyDataType_HASFIELDS. * @property * cdef inline object fields(self): # <<<<<<<<<<<<<< @@ -3606,7 +3606,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":300 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":300 * * @property * cdef inline tuple names(self): # <<<<<<<<<<<<<< @@ -3620,7 +3620,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr PyObject *__pyx_t_1; __Pyx_RefNannySetupContext("names", 1); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":301 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":301 * @property * cdef inline tuple names(self): * return PyDataType_NAMES(self) # <<<<<<<<<<<<<< @@ -3633,7 +3633,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr __pyx_r = ((PyObject*)__pyx_t_1); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":300 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":300 * * @property * cdef inline tuple names(self): # <<<<<<<<<<<<<< @@ -3648,7 +3648,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":307 +/* ".tox/.pkg/lib/python3.11/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: # <<<<<<<<<<<<<< @@ -3659,7 +3659,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":308 * @property * cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: * return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<< @@ -3669,7 +3669,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra __pyx_r = PyDataType_SUBARRAY(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":307 + /* ".tox/.pkg/lib/python3.11/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: # <<<<<<<<<<<<<< @@ -3682,7 +3682,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":311 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":311 * * @property * cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3693,7 +3693,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":313 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":313 * cdef inline npy_uint64 flags(self) noexcept nogil: * """The data types flags.""" * return PyDataType_FLAGS(self) # <<<<<<<<<<<<<< @@ -3703,7 +3703,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr __pyx_r = PyDataType_FLAGS(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":311 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":311 * * @property * cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3716,7 +3716,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":323 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":323 * * @property * cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3727,7 +3727,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":325 + /* ".tox/.pkg/lib/python3.11/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) # <<<<<<<<<<<<<< @@ -3737,7 +3737,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti __pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":323 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":323 * * @property * cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3750,7 +3750,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328 * * @property * cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3761,7 +3761,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":330 + /* ".tox/.pkg/lib/python3.11/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) # <<<<<<<<<<<<<< @@ -3771,7 +3771,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI __pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":328 * * @property * cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3784,7 +3784,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":333 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":333 * * @property * cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3795,7 +3795,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":335 + /* ".tox/.pkg/lib/python3.11/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) # <<<<<<<<<<<<<< @@ -3805,7 +3805,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult __pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":333 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":333 * * @property * cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3818,7 +3818,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338 * * @property * cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3829,7 +3829,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":340 + /* ".tox/.pkg/lib/python3.11/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) # <<<<<<<<<<<<<< @@ -3839,7 +3839,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject __pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":338 * * @property * cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3852,7 +3852,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":343 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":343 * * @property * cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3863,7 +3863,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":345 + /* ".tox/.pkg/lib/python3.11/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) # <<<<<<<<<<<<<< @@ -3873,7 +3873,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions __pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":343 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":343 * * @property * cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3886,7 +3886,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348 * * @property * cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3897,7 +3897,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":351 + /* ".tox/.pkg/lib/python3.11/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) # <<<<<<<<<<<<<< @@ -3907,7 +3907,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI __pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":348 * * @property * cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3920,7 +3920,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":366 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":366 * * @property * cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3931,7 +3931,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":369 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":369 * """Returns a borrowed reference to the object owning the data/memory. * """ * return PyArray_BASE(self) # <<<<<<<<<<<<<< @@ -3941,7 +3941,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject __pyx_r = PyArray_BASE(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":366 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":366 * * @property * cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -3954,7 +3954,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":372 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":372 * * @property * cdef inline dtype descr(self): # <<<<<<<<<<<<<< @@ -3968,7 +3968,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray PyArray_Descr *__pyx_t_1; __Pyx_RefNannySetupContext("descr", 1); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":375 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":375 * """Returns an owned reference to the dtype of the array. * """ * return PyArray_DESCR(self) # <<<<<<<<<<<<<< @@ -3981,7 +3981,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray __pyx_r = ((PyArray_Descr *)__pyx_t_1); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":372 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":372 * * @property * cdef inline dtype descr(self): # <<<<<<<<<<<<<< @@ -3996,7 +3996,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":378 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":378 * * @property * cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -4007,7 +4007,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":381 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":381 * """Returns the number of dimensions in the array. * """ * return PyArray_NDIM(self) # <<<<<<<<<<<<<< @@ -4017,7 +4017,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx __pyx_r = PyArray_NDIM(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":378 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":378 * * @property * cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -4030,7 +4030,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":384 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":384 * * @property * cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -4041,7 +4041,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":389 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":389 * Can return NULL for 0-dimensional arrays. * """ * return PyArray_DIMS(self) # <<<<<<<<<<<<<< @@ -4051,7 +4051,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec __pyx_r = PyArray_DIMS(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":384 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":384 * * @property * cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -4064,7 +4064,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":392 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":392 * * @property * cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -4075,7 +4075,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":396 + /* ".tox/.pkg/lib/python3.11/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) # <<<<<<<<<<<<<< @@ -4085,7 +4085,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO __pyx_r = PyArray_STRIDES(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":392 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":392 * * @property * cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -4098,7 +4098,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":399 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":399 * * @property * cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -4109,7 +4109,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":402 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":402 * """Returns the total size (in number of elements) of the array. * """ * return PyArray_SIZE(self) # <<<<<<<<<<<<<< @@ -4119,7 +4119,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject * __pyx_r = PyArray_SIZE(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":399 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":399 * * @property * cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -4132,7 +4132,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject * return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":405 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":405 * * @property * cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -4143,7 +4143,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":411 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":411 * of `PyArray_DATA()` instead, which returns a 'void*'. * """ * return PyArray_BYTES(self) # <<<<<<<<<<<<<< @@ -4153,7 +4153,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p __pyx_r = PyArray_BYTES(__pyx_v_self); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":405 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":405 * * @property * cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<< @@ -4166,7 +4166,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":806 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":806 * ctypedef long double complex clongdouble_t * * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< @@ -4183,7 +4183,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":807 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":807 * * cdef inline object PyArray_MultiIterNew1(a): * return PyArray_MultiIterNew(1, a) # <<<<<<<<<<<<<< @@ -4197,7 +4197,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__ __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":806 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":806 * ctypedef long double complex clongdouble_t * * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< @@ -4216,7 +4216,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__ return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":809 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":809 * return PyArray_MultiIterNew(1, a) * * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< @@ -4233,7 +4233,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":810 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":810 * * cdef inline object PyArray_MultiIterNew2(a, b): * return PyArray_MultiIterNew(2, a, b) # <<<<<<<<<<<<<< @@ -4247,7 +4247,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__ __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":809 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":809 * return PyArray_MultiIterNew(1, a) * * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< @@ -4266,7 +4266,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__ return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":812 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":812 * return PyArray_MultiIterNew(2, a, b) * * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< @@ -4283,7 +4283,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":813 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":813 * * cdef inline object PyArray_MultiIterNew3(a, b, c): * return PyArray_MultiIterNew(3, a, b, c) # <<<<<<<<<<<<<< @@ -4297,7 +4297,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__ __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":812 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":812 * return PyArray_MultiIterNew(2, a, b) * * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< @@ -4316,7 +4316,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__ return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":815 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":815 * return PyArray_MultiIterNew(3, a, b, c) * * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< @@ -4333,7 +4333,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":816 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":816 * * cdef inline object PyArray_MultiIterNew4(a, b, c, d): * return PyArray_MultiIterNew(4, a, b, c, d) # <<<<<<<<<<<<<< @@ -4347,7 +4347,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__ __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":815 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":815 * return PyArray_MultiIterNew(3, a, b, c) * * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< @@ -4366,7 +4366,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__ return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":818 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":818 * return PyArray_MultiIterNew(4, a, b, c, d) * * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< @@ -4383,7 +4383,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":819 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":819 * * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): * return PyArray_MultiIterNew(5, a, b, c, d, e) # <<<<<<<<<<<<<< @@ -4397,7 +4397,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__ __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":818 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":818 * return PyArray_MultiIterNew(4, a, b, c, d) * * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< @@ -4416,7 +4416,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__ return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":821 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":821 * return PyArray_MultiIterNew(5, a, b, c, d, e) * * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<< @@ -4431,7 +4431,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ PyObject *__pyx_t_2; __Pyx_RefNannySetupContext("PyDataType_SHAPE", 1); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":822 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":822 * * cdef inline tuple PyDataType_SHAPE(dtype d): * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<< @@ -4441,7 +4441,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ __pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d); if (__pyx_t_1) { - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":823 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":823 * cdef inline tuple PyDataType_SHAPE(dtype d): * if PyDataType_HASSUBARRAY(d): * return d.subarray.shape # <<<<<<<<<<<<<< @@ -4454,7 +4454,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ __pyx_r = ((PyObject*)__pyx_t_2); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":822 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":822 * * cdef inline tuple PyDataType_SHAPE(dtype d): * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<< @@ -4463,7 +4463,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ */ } - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":825 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":825 * return d.subarray.shape * else: * return () # <<<<<<<<<<<<<< @@ -4477,7 +4477,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ goto __pyx_L0; } - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":821 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":821 * return PyArray_MultiIterNew(5, a, b, c, d, e) * * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<< @@ -4492,7 +4492,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009 * int _import_umath() except -1 * * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<< @@ -4506,7 +4506,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a const char *__pyx_filename = NULL; int __pyx_clineno = 0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1010 * * cdef inline void set_array_base(ndarray arr, object base) except *: * Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<< @@ -4515,7 +4515,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a */ Py_INCREF(__pyx_v_base); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1011 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1011 * 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) # <<<<<<<<<<<<<< @@ -4524,7 +4524,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a */ __pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 1011, __pyx_L1_error) - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1009 * int _import_umath() except -1 * * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<< @@ -4539,7 +4539,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a __pyx_L0:; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013 * PyArray_SetBaseObject(arr, base) * * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< @@ -4554,7 +4554,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py int __pyx_t_1; __Pyx_RefNannySetupContext("get_array_base", 1); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1014 * * cdef inline object get_array_base(ndarray arr): * base = PyArray_BASE(arr) # <<<<<<<<<<<<<< @@ -4563,7 +4563,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py */ __pyx_v_base = PyArray_BASE(__pyx_v_arr); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015 * cdef inline object get_array_base(ndarray arr): * base = PyArray_BASE(arr) * if base is NULL: # <<<<<<<<<<<<<< @@ -4573,7 +4573,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py __pyx_t_1 = (__pyx_v_base == NULL); if (__pyx_t_1) { - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1016 * base = PyArray_BASE(arr) * if base is NULL: * return None # <<<<<<<<<<<<<< @@ -4584,7 +4584,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py __pyx_r = Py_None; __Pyx_INCREF(Py_None); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1015 * cdef inline object get_array_base(ndarray arr): * base = PyArray_BASE(arr) * if base is NULL: # <<<<<<<<<<<<<< @@ -4593,7 +4593,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py */ } - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1017 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1017 * if base is NULL: * return None * return base # <<<<<<<<<<<<<< @@ -4605,7 +4605,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py __pyx_r = ((PyObject *)__pyx_v_base); goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1013 * PyArray_SetBaseObject(arr, base) * * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< @@ -4620,7 +4620,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021 * # Versions of the import_* functions which are more suitable for * # Cython code. * cdef inline int import_array() except -1: # <<<<<<<<<<<<<< @@ -4644,7 +4644,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { int __pyx_clineno = 0; __Pyx_RefNannySetupContext("import_array", 1); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022 * # Cython code. * cdef inline int import_array() except -1: * try: # <<<<<<<<<<<<<< @@ -4660,7 +4660,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { __Pyx_XGOTREF(__pyx_t_3); /*try:*/ { - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1023 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1023 * cdef inline int import_array() except -1: * try: * __pyx_import_array() # <<<<<<<<<<<<<< @@ -4669,7 +4669,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { */ __pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1023, __pyx_L3_error) - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022 * # Cython code. * cdef inline int import_array() except -1: * try: # <<<<<<<<<<<<<< @@ -4683,7 +4683,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { goto __pyx_L8_try_end; __pyx_L3_error:; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1024 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1024 * try: * __pyx_import_array() * except Exception: # <<<<<<<<<<<<<< @@ -4698,7 +4698,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { __Pyx_XGOTREF(__pyx_t_6); __Pyx_XGOTREF(__pyx_t_7); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025 * __pyx_import_array() * except Exception: * raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<< @@ -4713,7 +4713,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { } goto __pyx_L5_except_error; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1022 * # Cython code. * cdef inline int import_array() except -1: * try: # <<<<<<<<<<<<<< @@ -4729,7 +4729,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { __pyx_L8_try_end:; } - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1021 * # Versions of the import_* functions which are more suitable for * # Cython code. * cdef inline int import_array() except -1: # <<<<<<<<<<<<<< @@ -4752,7 +4752,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1027 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1027 * raise ImportError("numpy._core.multiarray failed to import") * * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<< @@ -4776,7 +4776,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { int __pyx_clineno = 0; __Pyx_RefNannySetupContext("import_umath", 1); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1028 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1028 * * cdef inline int import_umath() except -1: * try: # <<<<<<<<<<<<<< @@ -4792,7 +4792,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { __Pyx_XGOTREF(__pyx_t_3); /*try:*/ { - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1029 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1029 * cdef inline int import_umath() except -1: * try: * _import_umath() # <<<<<<<<<<<<<< @@ -4801,7 +4801,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { */ __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1029, __pyx_L3_error) - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1028 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1028 * * cdef inline int import_umath() except -1: * try: # <<<<<<<<<<<<<< @@ -4815,7 +4815,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { goto __pyx_L8_try_end; __pyx_L3_error:; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1030 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1030 * try: * _import_umath() * except Exception: # <<<<<<<<<<<<<< @@ -4830,7 +4830,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { __Pyx_XGOTREF(__pyx_t_6); __Pyx_XGOTREF(__pyx_t_7); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1031 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1031 * _import_umath() * except Exception: * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<< @@ -4845,7 +4845,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { } goto __pyx_L5_except_error; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1028 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1028 * * cdef inline int import_umath() except -1: * try: # <<<<<<<<<<<<<< @@ -4861,7 +4861,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { __pyx_L8_try_end:; } - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1027 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1027 * raise ImportError("numpy._core.multiarray failed to import") * * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<< @@ -4884,7 +4884,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1033 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1033 * raise ImportError("numpy._core.umath failed to import") * * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<< @@ -4908,7 +4908,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { int __pyx_clineno = 0; __Pyx_RefNannySetupContext("import_ufunc", 1); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1034 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1034 * * cdef inline int import_ufunc() except -1: * try: # <<<<<<<<<<<<<< @@ -4924,7 +4924,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { __Pyx_XGOTREF(__pyx_t_3); /*try:*/ { - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1035 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1035 * cdef inline int import_ufunc() except -1: * try: * _import_umath() # <<<<<<<<<<<<<< @@ -4933,7 +4933,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { */ __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1035, __pyx_L3_error) - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1034 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1034 * * cdef inline int import_ufunc() except -1: * try: # <<<<<<<<<<<<<< @@ -4947,7 +4947,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { goto __pyx_L8_try_end; __pyx_L3_error:; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1036 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1036 * try: * _import_umath() * except Exception: # <<<<<<<<<<<<<< @@ -4962,7 +4962,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { __Pyx_XGOTREF(__pyx_t_6); __Pyx_XGOTREF(__pyx_t_7); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1037 * _import_umath() * except Exception: * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<< @@ -4977,7 +4977,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { } goto __pyx_L5_except_error; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1034 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1034 * * cdef inline int import_ufunc() except -1: * try: # <<<<<<<<<<<<<< @@ -4993,7 +4993,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { __pyx_L8_try_end:; } - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1033 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1033 * raise ImportError("numpy._core.umath failed to import") * * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<< @@ -5016,7 +5016,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040 * * * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<< @@ -5027,7 +5027,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1052 * bool * """ * return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<< @@ -5037,7 +5037,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1040 * * * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<< @@ -5050,7 +5050,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_ return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055 * * * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<< @@ -5061,7 +5061,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1067 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1067 * bool * """ * return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<< @@ -5071,7 +5071,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1055 * * * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<< @@ -5084,7 +5084,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1070 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1070 * * * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<< @@ -5095,7 +5095,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1077 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1077 * also needed. That can be found using `get_datetime64_unit`. * """ * return (obj).obval # <<<<<<<<<<<<<< @@ -5105,7 +5105,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject * __pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval; goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1070 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1070 * * * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<< @@ -5118,7 +5118,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject * return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1080 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1080 * * * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<< @@ -5129,7 +5129,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1084 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1084 * returns the int64 value underlying scalar numpy timedelta64 object * """ * return (obj).obval # <<<<<<<<<<<<<< @@ -5139,7 +5139,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject __pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval; goto __pyx_L0; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1080 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1080 * * * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<< @@ -5152,7 +5152,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject return __pyx_r; } -/* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1087 +/* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1087 * * * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<< @@ -5163,7 +5163,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1091 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1091 * returns the unit part of the dtype for a numpy datetime64 object. * """ * return (obj).obmeta.base # <<<<<<<<<<<<<< @@ -5173,7 +5173,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; - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1087 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1087 * * * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<< @@ -17232,7 +17232,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) { __Pyx_RefNannyDeclarations __Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1025 * __pyx_import_array() * except Exception: * raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<< @@ -17243,7 +17243,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) { __Pyx_GOTREF(__pyx_tuple_); __Pyx_GIVEREF(__pyx_tuple_); - /* "../../../../private/var/folders/dl/ccbsfs591r1fhgcws28m8xy40000gn/T/pip-build-env-gfykk99w/overlay/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1031 + /* ".tox/.pkg/lib/python3.11/site-packages/numpy/__init__.cython-30.pxd":1031 * _import_umath() * except Exception: * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<