From 64cfc57599e25b118866ac724acb172c27e98f9f Mon Sep 17 00:00:00 2001 From: Russell Neches Date: Fri, 17 May 2024 16:57:00 +0900 Subject: [PATCH] fix build badge --- README.md | 2 +- SuchTree/MuchTree.c | 246 ++++++++++++++++++++++---------------------- 2 files changed, 124 insertions(+), 124 deletions(-) diff --git a/README.md b/README.md index e00258c..1e14789 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A Python library for doing fast, thread-safe computations with phylogenetic trees. -[![Actions Status](https://github.com/ryneches/SuchTree/workflows/Build/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) ![PyPI - Downloads](https://img.shields.io/pypi/dd/SuchTree?logo=PyPI) +[![Actions Status](https://github.com/ryneches/SuchTree/workflows/package/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) ![PyPI - Downloads](https://img.shields.io/pypi/dd/SuchTree?logo=PyPI) ### Release notes diff --git a/SuchTree/MuchTree.c b/SuchTree/MuchTree.c index b019837..d5f11bb 100644 --- a/SuchTree/MuchTree.c +++ b/SuchTree/MuchTree.c @@ -4,14 +4,14 @@ { "distutils": { "depends": [ - "/tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h", - "/tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/core/include/numpy/arrayscalars.h", - "/tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h", - "/tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h", - "/tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/core/include/numpy/ufuncobject.h" + "/tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h", + "/tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/core/include/numpy/arrayscalars.h", + "/tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h", + "/tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h", + "/tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/core/include/numpy/ufuncobject.h" ], "include_dirs": [ - "/tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/core/include" + "/tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/core/include" ], "name": "MuchTree", "sources": [ @@ -1673,7 +1673,7 @@ typedef struct { /* #### Code section: numeric_typedefs ### */ -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":730 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":730 * # 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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":731 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":731 * * 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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":732 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":732 * 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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":733 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":733 * 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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":737 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":737 * #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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":738 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":738 * * 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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":739 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":739 * 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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":740 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":740 * 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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":744 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":744 * #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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":745 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":745 * * 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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":754 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":754 * # The int types are mapped a bit surprising -- * # numpy.int corresponds to 'l' and numpy.long to 'q' * ctypedef npy_long int_t # <<<<<<<<<<<<<< @@ -1772,7 +1772,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t; */ typedef npy_long __pyx_t_5numpy_int_t; -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":755 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":755 * # numpy.int corresponds to 'l' and numpy.long to 'q' * ctypedef npy_long int_t * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<< @@ -1781,7 +1781,7 @@ typedef npy_long __pyx_t_5numpy_int_t; */ typedef npy_longlong __pyx_t_5numpy_longlong_t; -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":757 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":757 * ctypedef npy_longlong longlong_t * * ctypedef npy_ulong uint_t # <<<<<<<<<<<<<< @@ -1790,7 +1790,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t; */ typedef npy_ulong __pyx_t_5numpy_uint_t; -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":758 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":758 * * ctypedef npy_ulong uint_t * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<< @@ -1799,7 +1799,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t; */ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":760 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":760 * ctypedef npy_ulonglong ulonglong_t * * ctypedef npy_intp intp_t # <<<<<<<<<<<<<< @@ -1808,7 +1808,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t; */ typedef npy_intp __pyx_t_5numpy_intp_t; -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":761 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":761 * * ctypedef npy_intp intp_t * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<< @@ -1817,7 +1817,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t; */ typedef npy_uintp __pyx_t_5numpy_uintp_t; -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":763 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":763 * ctypedef npy_uintp uintp_t * * ctypedef npy_double float_t # <<<<<<<<<<<<<< @@ -1826,7 +1826,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t; */ typedef npy_double __pyx_t_5numpy_float_t; -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":764 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":764 * * ctypedef npy_double float_t * ctypedef npy_double double_t # <<<<<<<<<<<<<< @@ -1835,7 +1835,7 @@ typedef npy_double __pyx_t_5numpy_float_t; */ typedef npy_double __pyx_t_5numpy_double_t; -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":765 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":765 * ctypedef npy_double float_t * ctypedef npy_double double_t * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<< @@ -1906,7 +1906,7 @@ struct __pyx_MemviewEnum_obj; struct __pyx_memoryview_obj; struct __pyx_memoryviewslice_obj; -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":767 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":767 * ctypedef npy_longdouble longdouble_t * * ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<< @@ -1915,7 +1915,7 @@ struct __pyx_memoryviewslice_obj; */ typedef npy_cfloat __pyx_t_5numpy_cfloat_t; -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":768 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":768 * * ctypedef npy_cfloat cfloat_t * ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<< @@ -1924,7 +1924,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t; */ typedef npy_cdouble __pyx_t_5numpy_cdouble_t; -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":769 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":769 * ctypedef npy_cfloat cfloat_t * ctypedef npy_cdouble cdouble_t * ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<< @@ -1933,7 +1933,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t; */ typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t; -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771 * ctypedef npy_clongdouble clongdouble_t * * ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<< @@ -21088,7 +21088,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__ return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":245 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":245 * * @property * cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<< @@ -21099,7 +21099,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) { PyObject *__pyx_r; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":248 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":248 * """Returns a borrowed reference to the object owning the data/memory. * """ * return PyArray_BASE(self) # <<<<<<<<<<<<<< @@ -21109,7 +21109,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject __pyx_r = PyArray_BASE(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":245 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":245 * * @property * cdef inline PyObject* base(self) nogil: # <<<<<<<<<<<<<< @@ -21122,7 +21122,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":251 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":251 * * @property * cdef inline dtype descr(self): # <<<<<<<<<<<<<< @@ -21136,7 +21136,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray PyArray_Descr *__pyx_t_1; __Pyx_RefNannySetupContext("descr", 1); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":254 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":254 * """Returns an owned reference to the dtype of the array. * """ * return PyArray_DESCR(self) # <<<<<<<<<<<<<< @@ -21149,7 +21149,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray __pyx_r = ((PyArray_Descr *)__pyx_t_1); goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":251 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":251 * * @property * cdef inline dtype descr(self): # <<<<<<<<<<<<<< @@ -21164,7 +21164,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":257 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":257 * * @property * cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<< @@ -21175,7 +21175,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":260 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":260 * """Returns the number of dimensions in the array. * """ * return PyArray_NDIM(self) # <<<<<<<<<<<<<< @@ -21185,7 +21185,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx __pyx_r = PyArray_NDIM(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":257 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":257 * * @property * cdef inline int ndim(self) nogil: # <<<<<<<<<<<<<< @@ -21198,7 +21198,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":263 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":263 * * @property * cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<< @@ -21209,7 +21209,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":268 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":268 * Can return NULL for 0-dimensional arrays. * """ * return PyArray_DIMS(self) # <<<<<<<<<<<<<< @@ -21219,7 +21219,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec __pyx_r = PyArray_DIMS(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":263 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":263 * * @property * cdef inline npy_intp *shape(self) nogil: # <<<<<<<<<<<<<< @@ -21232,7 +21232,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":271 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":271 * * @property * cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<< @@ -21243,7 +21243,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":275 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":275 * The number of elements matches the number of dimensions of the array (ndim). * """ * return PyArray_STRIDES(self) # <<<<<<<<<<<<<< @@ -21253,7 +21253,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO __pyx_r = PyArray_STRIDES(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":271 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":271 * * @property * cdef inline npy_intp *strides(self) nogil: # <<<<<<<<<<<<<< @@ -21266,7 +21266,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":278 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":278 * * @property * cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<< @@ -21277,7 +21277,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":281 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":281 * """Returns the total size (in number of elements) of the array. * """ * return PyArray_SIZE(self) # <<<<<<<<<<<<<< @@ -21287,7 +21287,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject * __pyx_r = PyArray_SIZE(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":278 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":278 * * @property * cdef inline npy_intp size(self) nogil: # <<<<<<<<<<<<<< @@ -21300,7 +21300,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject * return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":284 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":284 * * @property * cdef inline char* data(self) nogil: # <<<<<<<<<<<<<< @@ -21311,7 +21311,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290 * of `PyArray_DATA()` instead, which returns a 'void*'. * """ * return PyArray_BYTES(self) # <<<<<<<<<<<<<< @@ -21321,7 +21321,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p __pyx_r = PyArray_BYTES(__pyx_v_self); goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":284 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":284 * * @property * cdef inline char* data(self) nogil: # <<<<<<<<<<<<<< @@ -21334,7 +21334,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773 * ctypedef npy_cdouble complex_t * * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< @@ -21351,7 +21351,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":774 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":774 * * cdef inline object PyArray_MultiIterNew1(a): * return PyArray_MultiIterNew(1, a) # <<<<<<<<<<<<<< @@ -21365,7 +21365,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__ __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773 * ctypedef npy_cdouble complex_t * * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<< @@ -21384,7 +21384,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__ return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776 * return PyArray_MultiIterNew(1, a) * * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< @@ -21401,7 +21401,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777 * * cdef inline object PyArray_MultiIterNew2(a, b): * return PyArray_MultiIterNew(2, a, b) # <<<<<<<<<<<<<< @@ -21415,7 +21415,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__ __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776 * return PyArray_MultiIterNew(1, a) * * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<< @@ -21434,7 +21434,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__ return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779 * return PyArray_MultiIterNew(2, a, b) * * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< @@ -21451,7 +21451,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780 * * cdef inline object PyArray_MultiIterNew3(a, b, c): * return PyArray_MultiIterNew(3, a, b, c) # <<<<<<<<<<<<<< @@ -21465,7 +21465,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__ __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779 * return PyArray_MultiIterNew(2, a, b) * * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<< @@ -21484,7 +21484,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__ return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782 * return PyArray_MultiIterNew(3, a, b, c) * * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< @@ -21501,7 +21501,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783 * * cdef inline object PyArray_MultiIterNew4(a, b, c, d): * return PyArray_MultiIterNew(4, a, b, c, d) # <<<<<<<<<<<<<< @@ -21515,7 +21515,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__ __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782 * return PyArray_MultiIterNew(3, a, b, c) * * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<< @@ -21534,7 +21534,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__ return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785 * return PyArray_MultiIterNew(4, a, b, c, d) * * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< @@ -21551,7 +21551,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__ int __pyx_clineno = 0; __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786 * * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): * return PyArray_MultiIterNew(5, a, b, c, d, e) # <<<<<<<<<<<<<< @@ -21565,7 +21565,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__ __pyx_t_1 = 0; goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785 * return PyArray_MultiIterNew(4, a, b, c, d) * * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<< @@ -21584,7 +21584,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__ return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788 * return PyArray_MultiIterNew(5, a, b, c, d, e) * * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<< @@ -21598,7 +21598,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ int __pyx_t_1; __Pyx_RefNannySetupContext("PyDataType_SHAPE", 1); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789 * * cdef inline tuple PyDataType_SHAPE(dtype d): * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<< @@ -21608,7 +21608,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790 * cdef inline tuple PyDataType_SHAPE(dtype d): * if PyDataType_HASSUBARRAY(d): * return d.subarray.shape # <<<<<<<<<<<<<< @@ -21620,7 +21620,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ __pyx_r = ((PyObject*)__pyx_v_d->subarray->shape); goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789 * * cdef inline tuple PyDataType_SHAPE(dtype d): * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<< @@ -21629,7 +21629,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ */ } - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792 * return d.subarray.shape * else: * return () # <<<<<<<<<<<<<< @@ -21643,7 +21643,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ goto __pyx_L0; } - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788 * return PyArray_MultiIterNew(5, a, b, c, d, e) * * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<< @@ -21658,7 +21658,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__ return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968 * int _import_umath() except -1 * * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< @@ -21672,7 +21672,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":969 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":969 * * cdef inline void set_array_base(ndarray arr, object base): * Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<< @@ -21681,7 +21681,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a */ Py_INCREF(__pyx_v_base); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":970 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":970 * cdef inline void set_array_base(ndarray arr, object base): * Py_INCREF(base) # important to do this before stealing the reference below! * PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<< @@ -21690,7 +21690,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(2, 970, __pyx_L1_error) - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968 * int _import_umath() except -1 * * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<< @@ -21705,7 +21705,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a __pyx_L0:; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972 * PyArray_SetBaseObject(arr, base) * * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< @@ -21720,7 +21720,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py int __pyx_t_1; __Pyx_RefNannySetupContext("get_array_base", 1); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973 * * cdef inline object get_array_base(ndarray arr): * base = PyArray_BASE(arr) # <<<<<<<<<<<<<< @@ -21729,7 +21729,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py */ __pyx_v_base = PyArray_BASE(__pyx_v_arr); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974 * cdef inline object get_array_base(ndarray arr): * base = PyArray_BASE(arr) * if base is NULL: # <<<<<<<<<<<<<< @@ -21739,7 +21739,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975 * base = PyArray_BASE(arr) * if base is NULL: * return None # <<<<<<<<<<<<<< @@ -21750,7 +21750,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974 * cdef inline object get_array_base(ndarray arr): * base = PyArray_BASE(arr) * if base is NULL: # <<<<<<<<<<<<<< @@ -21759,7 +21759,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py */ } - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976 * if base is NULL: * return None * return base # <<<<<<<<<<<<<< @@ -21771,7 +21771,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py __pyx_r = ((PyObject *)__pyx_v_base); goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972 * PyArray_SetBaseObject(arr, base) * * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<< @@ -21786,7 +21786,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980 * # Versions of the import_* functions which are more suitable for * # Cython code. * cdef inline int import_array() except -1: # <<<<<<<<<<<<<< @@ -21810,7 +21810,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { int __pyx_clineno = 0; __Pyx_RefNannySetupContext("import_array", 1); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981 * # Cython code. * cdef inline int import_array() except -1: * try: # <<<<<<<<<<<<<< @@ -21826,7 +21826,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { __Pyx_XGOTREF(__pyx_t_3); /*try:*/ { - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":982 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":982 * cdef inline int import_array() except -1: * try: * __pyx_import_array() # <<<<<<<<<<<<<< @@ -21835,7 +21835,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(2, 982, __pyx_L3_error) - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981 * # Cython code. * cdef inline int import_array() except -1: * try: # <<<<<<<<<<<<<< @@ -21849,7 +21849,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { goto __pyx_L8_try_end; __pyx_L3_error:; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983 * try: * __pyx_import_array() * except Exception: # <<<<<<<<<<<<<< @@ -21864,7 +21864,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { __Pyx_XGOTREF(__pyx_t_6); __Pyx_XGOTREF(__pyx_t_7); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984 * __pyx_import_array() * except Exception: * raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<< @@ -21879,7 +21879,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { } goto __pyx_L5_except_error; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981 * # Cython code. * cdef inline int import_array() except -1: * try: # <<<<<<<<<<<<<< @@ -21895,7 +21895,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { __pyx_L8_try_end:; } - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980 * # Versions of the import_* functions which are more suitable for * # Cython code. * cdef inline int import_array() except -1: # <<<<<<<<<<<<<< @@ -21918,7 +21918,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) { return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986 * raise ImportError("numpy.core.multiarray failed to import") * * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<< @@ -21942,7 +21942,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { int __pyx_clineno = 0; __Pyx_RefNannySetupContext("import_umath", 1); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987 * * cdef inline int import_umath() except -1: * try: # <<<<<<<<<<<<<< @@ -21958,7 +21958,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { __Pyx_XGOTREF(__pyx_t_3); /*try:*/ { - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":988 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":988 * cdef inline int import_umath() except -1: * try: * _import_umath() # <<<<<<<<<<<<<< @@ -21967,7 +21967,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(2, 988, __pyx_L3_error) - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987 * * cdef inline int import_umath() except -1: * try: # <<<<<<<<<<<<<< @@ -21981,7 +21981,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { goto __pyx_L8_try_end; __pyx_L3_error:; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989 * try: * _import_umath() * except Exception: # <<<<<<<<<<<<<< @@ -21996,7 +21996,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { __Pyx_XGOTREF(__pyx_t_6); __Pyx_XGOTREF(__pyx_t_7); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990 * _import_umath() * except Exception: * raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<< @@ -22011,7 +22011,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { } goto __pyx_L5_except_error; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987 * * cdef inline int import_umath() except -1: * try: # <<<<<<<<<<<<<< @@ -22027,7 +22027,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { __pyx_L8_try_end:; } - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986 * raise ImportError("numpy.core.multiarray failed to import") * * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<< @@ -22050,7 +22050,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) { return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992 * raise ImportError("numpy.core.umath failed to import") * * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<< @@ -22074,7 +22074,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { int __pyx_clineno = 0; __Pyx_RefNannySetupContext("import_ufunc", 1); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993 * * cdef inline int import_ufunc() except -1: * try: # <<<<<<<<<<<<<< @@ -22090,7 +22090,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { __Pyx_XGOTREF(__pyx_t_3); /*try:*/ { - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":994 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":994 * cdef inline int import_ufunc() except -1: * try: * _import_umath() # <<<<<<<<<<<<<< @@ -22099,7 +22099,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(2, 994, __pyx_L3_error) - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993 * * cdef inline int import_ufunc() except -1: * try: # <<<<<<<<<<<<<< @@ -22113,7 +22113,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { goto __pyx_L8_try_end; __pyx_L3_error:; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995 * try: * _import_umath() * except Exception: # <<<<<<<<<<<<<< @@ -22128,7 +22128,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { __Pyx_XGOTREF(__pyx_t_6); __Pyx_XGOTREF(__pyx_t_7); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996 * _import_umath() * except Exception: * raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<< @@ -22143,7 +22143,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { } goto __pyx_L5_except_error; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993 * * cdef inline int import_ufunc() except -1: * try: # <<<<<<<<<<<<<< @@ -22159,7 +22159,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { __pyx_L8_try_end:; } - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992 * raise ImportError("numpy.core.umath failed to import") * * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<< @@ -22182,7 +22182,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) { return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999 * * * cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<< @@ -22193,7 +22193,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1011 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1011 * bool * """ * return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<< @@ -22203,7 +22203,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999 * * * cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<< @@ -22216,7 +22216,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_ return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014 * * * cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<< @@ -22227,7 +22227,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1026 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1026 * bool * """ * return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<< @@ -22237,7 +22237,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014 * * * cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<< @@ -22250,7 +22250,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029 * * * cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<< @@ -22261,7 +22261,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1036 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1036 * also needed. That can be found using `get_datetime64_unit`. * """ * return (obj).obval # <<<<<<<<<<<<<< @@ -22271,7 +22271,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject * __pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval; goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029 * * * cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<< @@ -22284,7 +22284,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject * return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039 * * * cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<< @@ -22295,7 +22295,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1043 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1043 * returns the int64 value underlying scalar numpy timedelta64 object * """ * return (obj).obval # <<<<<<<<<<<<<< @@ -22305,7 +22305,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject __pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval; goto __pyx_L0; - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039 * * * cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<< @@ -22318,7 +22318,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject return __pyx_r; } -/* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046 +/* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046 * * * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<< @@ -22329,7 +22329,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1050 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1050 * returns the unit part of the dtype for a numpy datetime64 object. * """ * return (obj).obmeta.base # <<<<<<<<<<<<<< @@ -22337,7 +22337,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/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046 * * * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<< @@ -54000,7 +54000,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) { __Pyx_GOTREF(__pyx_tuple__8); __Pyx_GIVEREF(__pyx_tuple__8); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984 * __pyx_import_array() * except Exception: * raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<< @@ -54011,7 +54011,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) { __Pyx_GOTREF(__pyx_tuple__9); __Pyx_GIVEREF(__pyx_tuple__9); - /* "../../../../tmp/pip-build-env-smxldl0n/overlay/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990 + /* "../../../../tmp/build-env-u3uj3fz3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990 * _import_umath() * except Exception: * raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<