scikit-network 0.33.1__cp311-cp311-win_amd64.whl → 0.33.2__cp311-cp311-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of scikit-network might be problematic. Click here for more details.
- {scikit_network-0.33.1.dist-info → scikit_network-0.33.2.dist-info}/METADATA +9 -7
- {scikit_network-0.33.1.dist-info → scikit_network-0.33.2.dist-info}/RECORD +33 -33
- {scikit_network-0.33.1.dist-info → scikit_network-0.33.2.dist-info}/WHEEL +1 -1
- sknetwork/classification/vote.cp311-win_amd64.pyd +0 -0
- sknetwork/classification/vote.cpp +6 -6
- sknetwork/clustering/leiden_core.cp311-win_amd64.pyd +0 -0
- sknetwork/clustering/leiden_core.cpp +6 -6
- sknetwork/clustering/louvain_core.cp311-win_amd64.pyd +0 -0
- sknetwork/clustering/louvain_core.cpp +6 -6
- sknetwork/gnn/base_activation.py +1 -0
- sknetwork/hierarchy/paris.cp311-win_amd64.pyd +0 -0
- sknetwork/hierarchy/paris.cpp +215 -233
- sknetwork/linalg/diteration.cp311-win_amd64.pyd +0 -0
- sknetwork/linalg/diteration.cpp +6 -6
- sknetwork/linalg/push.cp311-win_amd64.pyd +0 -0
- sknetwork/linalg/push.cpp +215 -233
- sknetwork/ranking/betweenness.cp311-win_amd64.pyd +0 -0
- sknetwork/ranking/betweenness.cpp +6 -6
- sknetwork/topology/cliques.cp311-win_amd64.pyd +0 -0
- sknetwork/topology/cliques.cpp +215 -233
- sknetwork/topology/core.cp311-win_amd64.pyd +0 -0
- sknetwork/topology/core.cpp +216 -234
- sknetwork/topology/cycles.py +2 -2
- sknetwork/topology/minheap.cp311-win_amd64.pyd +0 -0
- sknetwork/topology/minheap.cpp +6 -6
- sknetwork/topology/triangles.cp311-win_amd64.pyd +0 -0
- sknetwork/topology/triangles.cpp +6 -6
- sknetwork/topology/weisfeiler_lehman_core.cp311-win_amd64.pyd +0 -0
- sknetwork/topology/weisfeiler_lehman_core.cpp +6 -6
- sknetwork/visualization/graphs.py +1 -1
- {scikit_network-0.33.1.dist-info → scikit_network-0.33.2.dist-info/licenses}/AUTHORS.rst +0 -0
- {scikit_network-0.33.1.dist-info → scikit_network-0.33.2.dist-info/licenses}/LICENSE +0 -0
- {scikit_network-0.33.1.dist-info → scikit_network-0.33.2.dist-info}/top_level.txt +0 -0
sknetwork/hierarchy/paris.cpp
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
/* Generated by Cython 3.0.
|
|
1
|
+
/* Generated by Cython 3.0.12 */
|
|
2
2
|
|
|
3
3
|
/* BEGIN: Cython Metadata
|
|
4
4
|
{
|
|
5
5
|
"distutils": {
|
|
6
6
|
"depends": [
|
|
7
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
8
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
9
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
10
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
11
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
7
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-um3f_m6n\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayobject.h",
|
|
8
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-um3f_m6n\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayscalars.h",
|
|
9
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-um3f_m6n\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarrayobject.h",
|
|
10
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-um3f_m6n\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarraytypes.h",
|
|
11
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-um3f_m6n\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ufuncobject.h"
|
|
12
12
|
],
|
|
13
13
|
"extra_compile_args": [
|
|
14
14
|
"/d2FH4-"
|
|
15
15
|
],
|
|
16
16
|
"include_dirs": [
|
|
17
|
-
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-
|
|
17
|
+
"C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-um3f_m6n\\overlay\\Lib\\site-packages\\numpy\\_core\\include"
|
|
18
18
|
],
|
|
19
19
|
"language": "c++",
|
|
20
20
|
"name": "sknetwork.hierarchy.paris",
|
|
@@ -50,10 +50,10 @@ END: Cython Metadata */
|
|
|
50
50
|
#else
|
|
51
51
|
#define __PYX_EXTRA_ABI_MODULE_NAME ""
|
|
52
52
|
#endif
|
|
53
|
-
#define CYTHON_ABI "
|
|
53
|
+
#define CYTHON_ABI "3_0_12" __PYX_EXTRA_ABI_MODULE_NAME
|
|
54
54
|
#define __PYX_ABI_MODULE_NAME "_cython_" CYTHON_ABI
|
|
55
55
|
#define __PYX_TYPE_MODULE_PREFIX __PYX_ABI_MODULE_NAME "."
|
|
56
|
-
#define CYTHON_HEX_VERSION
|
|
56
|
+
#define CYTHON_HEX_VERSION 0x03000CF0
|
|
57
57
|
#define CYTHON_FUTURE_DIVISION 1
|
|
58
58
|
#include <stddef.h>
|
|
59
59
|
#ifndef offsetof
|
|
@@ -1693,7 +1693,7 @@ typedef struct {
|
|
|
1693
1693
|
|
|
1694
1694
|
/* #### Code section: numeric_typedefs ### */
|
|
1695
1695
|
|
|
1696
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1696
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":787
|
|
1697
1697
|
* # in Cython to enable them only on the right systems.
|
|
1698
1698
|
*
|
|
1699
1699
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1702,7 +1702,7 @@ typedef struct {
|
|
|
1702
1702
|
*/
|
|
1703
1703
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1704
1704
|
|
|
1705
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1705
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":788
|
|
1706
1706
|
*
|
|
1707
1707
|
* ctypedef npy_int8 int8_t
|
|
1708
1708
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1711,7 +1711,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1711
1711
|
*/
|
|
1712
1712
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1713
1713
|
|
|
1714
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1714
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":789
|
|
1715
1715
|
* ctypedef npy_int8 int8_t
|
|
1716
1716
|
* ctypedef npy_int16 int16_t
|
|
1717
1717
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1720,7 +1720,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1720
1720
|
*/
|
|
1721
1721
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1722
1722
|
|
|
1723
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1723
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":790
|
|
1724
1724
|
* ctypedef npy_int16 int16_t
|
|
1725
1725
|
* ctypedef npy_int32 int32_t
|
|
1726
1726
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1729,7 +1729,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1729
1729
|
*/
|
|
1730
1730
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1731
1731
|
|
|
1732
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1732
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":794
|
|
1733
1733
|
* #ctypedef npy_int128 int128_t
|
|
1734
1734
|
*
|
|
1735
1735
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1738,7 +1738,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1738
1738
|
*/
|
|
1739
1739
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1740
1740
|
|
|
1741
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1741
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
|
|
1742
1742
|
*
|
|
1743
1743
|
* ctypedef npy_uint8 uint8_t
|
|
1744
1744
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1747,7 +1747,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1747
1747
|
*/
|
|
1748
1748
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1749
1749
|
|
|
1750
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1750
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
|
|
1751
1751
|
* ctypedef npy_uint8 uint8_t
|
|
1752
1752
|
* ctypedef npy_uint16 uint16_t
|
|
1753
1753
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1756,7 +1756,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1756
1756
|
*/
|
|
1757
1757
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1758
1758
|
|
|
1759
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1759
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":797
|
|
1760
1760
|
* ctypedef npy_uint16 uint16_t
|
|
1761
1761
|
* ctypedef npy_uint32 uint32_t
|
|
1762
1762
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1765,7 +1765,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1765
1765
|
*/
|
|
1766
1766
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1767
1767
|
|
|
1768
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1768
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":801
|
|
1769
1769
|
* #ctypedef npy_uint128 uint128_t
|
|
1770
1770
|
*
|
|
1771
1771
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1774,7 +1774,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1774
1774
|
*/
|
|
1775
1775
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1776
1776
|
|
|
1777
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1777
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":802
|
|
1778
1778
|
*
|
|
1779
1779
|
* ctypedef npy_float32 float32_t
|
|
1780
1780
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1783,7 +1783,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1783
1783
|
*/
|
|
1784
1784
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1785
1785
|
|
|
1786
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1786
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":809
|
|
1787
1787
|
* ctypedef double complex complex128_t
|
|
1788
1788
|
*
|
|
1789
1789
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1792,7 +1792,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1792
1792
|
*/
|
|
1793
1793
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1794
1794
|
|
|
1795
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1795
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
|
|
1796
1796
|
*
|
|
1797
1797
|
* ctypedef npy_longlong longlong_t
|
|
1798
1798
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1801,7 +1801,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1801
1801
|
*/
|
|
1802
1802
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1803
1803
|
|
|
1804
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1804
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":812
|
|
1805
1805
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1806
1806
|
*
|
|
1807
1807
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1810,7 +1810,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1810
1810
|
*/
|
|
1811
1811
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1812
1812
|
|
|
1813
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1813
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
|
|
1814
1814
|
*
|
|
1815
1815
|
* ctypedef npy_intp intp_t
|
|
1816
1816
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1819,7 +1819,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1819
1819
|
*/
|
|
1820
1820
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1821
1821
|
|
|
1822
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1822
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":815
|
|
1823
1823
|
* ctypedef npy_uintp uintp_t
|
|
1824
1824
|
*
|
|
1825
1825
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1828,7 +1828,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1828
1828
|
*/
|
|
1829
1829
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1830
1830
|
|
|
1831
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1831
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
|
|
1832
1832
|
*
|
|
1833
1833
|
* ctypedef npy_double float_t
|
|
1834
1834
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1837,7 +1837,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1837
1837
|
*/
|
|
1838
1838
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1839
1839
|
|
|
1840
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
1840
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":817
|
|
1841
1841
|
* ctypedef npy_double float_t
|
|
1842
1842
|
* ctypedef npy_double double_t
|
|
1843
1843
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1890,24 +1890,6 @@ struct __pyx_array_obj;
|
|
|
1890
1890
|
struct __pyx_MemviewEnum_obj;
|
|
1891
1891
|
struct __pyx_memoryview_obj;
|
|
1892
1892
|
struct __pyx_memoryviewslice_obj;
|
|
1893
|
-
|
|
1894
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-uht5bid5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1095
|
|
1895
|
-
*
|
|
1896
|
-
* # Iterator API added in v1.6
|
|
1897
|
-
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
|
|
1898
|
-
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil
|
|
1899
|
-
*
|
|
1900
|
-
*/
|
|
1901
|
-
typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
|
|
1902
|
-
|
|
1903
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-uht5bid5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
|
|
1904
|
-
* # Iterator API added in v1.6
|
|
1905
|
-
* ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
|
|
1906
|
-
* ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
|
|
1907
|
-
*
|
|
1908
|
-
* cdef extern from "numpy/arrayobject.h":
|
|
1909
|
-
*/
|
|
1910
|
-
typedef void (*__pyx_t_5numpy_NpyIter_GetMultiIndexFunc)(NpyIter *, npy_intp *);
|
|
1911
1893
|
struct __pyx_ctuple_int__and_int;
|
|
1912
1894
|
typedef struct __pyx_ctuple_int__and_int __pyx_ctuple_int__and_int;
|
|
1913
1895
|
|
|
@@ -2328,7 +2310,7 @@ static PyObject *__Pyx_PyFunction_FastCallDict(PyObject *func, PyObject **args,
|
|
|
2328
2310
|
#if !CYTHON_VECTORCALL
|
|
2329
2311
|
#if PY_VERSION_HEX >= 0x03080000
|
|
2330
2312
|
#include "frameobject.h"
|
|
2331
|
-
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API
|
|
2313
|
+
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API && !defined(PYPY_VERSION)
|
|
2332
2314
|
#ifndef Py_BUILD_CORE
|
|
2333
2315
|
#define Py_BUILD_CORE 1
|
|
2334
2316
|
#endif
|
|
@@ -3032,22 +3014,22 @@ static int __Pyx_setup_reduce(PyObject* type_obj);
|
|
|
3032
3014
|
#endif
|
|
3033
3015
|
|
|
3034
3016
|
/* TypeImport.proto */
|
|
3035
|
-
#ifndef
|
|
3036
|
-
#define
|
|
3017
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_0_12
|
|
3018
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_0_12
|
|
3037
3019
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
|
3038
3020
|
#include <stdalign.h>
|
|
3039
3021
|
#endif
|
|
3040
3022
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
|
3041
|
-
#define
|
|
3023
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_0_12(s) alignof(s)
|
|
3042
3024
|
#else
|
|
3043
|
-
#define
|
|
3025
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_0_12(s) sizeof(void*)
|
|
3044
3026
|
#endif
|
|
3045
|
-
enum
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3027
|
+
enum __Pyx_ImportType_CheckSize_3_0_12 {
|
|
3028
|
+
__Pyx_ImportType_CheckSize_Error_3_0_12 = 0,
|
|
3029
|
+
__Pyx_ImportType_CheckSize_Warn_3_0_12 = 1,
|
|
3030
|
+
__Pyx_ImportType_CheckSize_Ignore_3_0_12 = 2
|
|
3049
3031
|
};
|
|
3050
|
-
static PyTypeObject *
|
|
3032
|
+
static PyTypeObject *__Pyx_ImportType_3_0_12(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_0_12 check_size);
|
|
3051
3033
|
#endif
|
|
3052
3034
|
|
|
3053
3035
|
/* FetchSharedCythonModule.proto */
|
|
@@ -18898,7 +18880,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18898
18880
|
return __pyx_r;
|
|
18899
18881
|
}
|
|
18900
18882
|
|
|
18901
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18883
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
|
|
18902
18884
|
*
|
|
18903
18885
|
* @property
|
|
18904
18886
|
* cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18909,7 +18891,7 @@ static PyObject *__pyx_unpickle_Enum__set_state(struct __pyx_MemviewEnum_obj *__
|
|
|
18909
18891
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
|
|
18910
18892
|
npy_intp __pyx_r;
|
|
18911
18893
|
|
|
18912
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18894
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":288
|
|
18913
18895
|
* @property
|
|
18914
18896
|
* cdef inline npy_intp itemsize(self) noexcept nogil:
|
|
18915
18897
|
* return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -18919,7 +18901,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
18919
18901
|
__pyx_r = PyDataType_ELSIZE(__pyx_v_self);
|
|
18920
18902
|
goto __pyx_L0;
|
|
18921
18903
|
|
|
18922
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18904
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
|
|
18923
18905
|
*
|
|
18924
18906
|
* @property
|
|
18925
18907
|
* cdef inline npy_intp itemsize(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18932,7 +18914,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
18932
18914
|
return __pyx_r;
|
|
18933
18915
|
}
|
|
18934
18916
|
|
|
18935
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18917
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
|
|
18936
18918
|
*
|
|
18937
18919
|
* @property
|
|
18938
18920
|
* cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18943,7 +18925,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
|
|
|
18943
18925
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
|
|
18944
18926
|
npy_intp __pyx_r;
|
|
18945
18927
|
|
|
18946
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18928
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":292
|
|
18947
18929
|
* @property
|
|
18948
18930
|
* cdef inline npy_intp alignment(self) noexcept nogil:
|
|
18949
18931
|
* return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
|
|
@@ -18953,7 +18935,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
18953
18935
|
__pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
|
|
18954
18936
|
goto __pyx_L0;
|
|
18955
18937
|
|
|
18956
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18938
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
|
|
18957
18939
|
*
|
|
18958
18940
|
* @property
|
|
18959
18941
|
* cdef inline npy_intp alignment(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -18966,7 +18948,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
|
|
|
18966
18948
|
return __pyx_r;
|
|
18967
18949
|
}
|
|
18968
18950
|
|
|
18969
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18951
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
|
|
18970
18952
|
* # for this using PyDataType_HASFIELDS.
|
|
18971
18953
|
* @property
|
|
18972
18954
|
* cdef inline object fields(self): # <<<<<<<<<<<<<<
|
|
@@ -18980,7 +18962,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
18980
18962
|
PyObject *__pyx_t_1;
|
|
18981
18963
|
__Pyx_RefNannySetupContext("fields", 1);
|
|
18982
18964
|
|
|
18983
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18965
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":298
|
|
18984
18966
|
* @property
|
|
18985
18967
|
* cdef inline object fields(self):
|
|
18986
18968
|
* return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
|
|
@@ -18993,7 +18975,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
18993
18975
|
__pyx_r = ((PyObject *)__pyx_t_1);
|
|
18994
18976
|
goto __pyx_L0;
|
|
18995
18977
|
|
|
18996
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18978
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
|
|
18997
18979
|
* # for this using PyDataType_HASFIELDS.
|
|
18998
18980
|
* @property
|
|
18999
18981
|
* cdef inline object fields(self): # <<<<<<<<<<<<<<
|
|
@@ -19008,7 +18990,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
|
|
|
19008
18990
|
return __pyx_r;
|
|
19009
18991
|
}
|
|
19010
18992
|
|
|
19011
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
18993
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
|
|
19012
18994
|
*
|
|
19013
18995
|
* @property
|
|
19014
18996
|
* cdef inline tuple names(self): # <<<<<<<<<<<<<<
|
|
@@ -19022,7 +19004,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
19022
19004
|
PyObject *__pyx_t_1;
|
|
19023
19005
|
__Pyx_RefNannySetupContext("names", 1);
|
|
19024
19006
|
|
|
19025
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19007
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":302
|
|
19026
19008
|
* @property
|
|
19027
19009
|
* cdef inline tuple names(self):
|
|
19028
19010
|
* return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
|
|
@@ -19035,7 +19017,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
19035
19017
|
__pyx_r = ((PyObject*)__pyx_t_1);
|
|
19036
19018
|
goto __pyx_L0;
|
|
19037
19019
|
|
|
19038
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19020
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
|
|
19039
19021
|
*
|
|
19040
19022
|
* @property
|
|
19041
19023
|
* cdef inline tuple names(self): # <<<<<<<<<<<<<<
|
|
@@ -19050,7 +19032,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
19050
19032
|
return __pyx_r;
|
|
19051
19033
|
}
|
|
19052
19034
|
|
|
19053
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19035
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
|
|
19054
19036
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
19055
19037
|
* @property
|
|
19056
19038
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19061,7 +19043,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
|
|
|
19061
19043
|
static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
|
|
19062
19044
|
PyArray_ArrayDescr *__pyx_r;
|
|
19063
19045
|
|
|
19064
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19046
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":309
|
|
19065
19047
|
* @property
|
|
19066
19048
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
|
|
19067
19049
|
* return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
|
|
@@ -19071,7 +19053,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
19071
19053
|
__pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
|
|
19072
19054
|
goto __pyx_L0;
|
|
19073
19055
|
|
|
19074
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19056
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
|
|
19075
19057
|
* # this field via the inline helper method PyDataType_SHAPE.
|
|
19076
19058
|
* @property
|
|
19077
19059
|
* cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19084,7 +19066,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
19084
19066
|
return __pyx_r;
|
|
19085
19067
|
}
|
|
19086
19068
|
|
|
19087
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19069
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":312
|
|
19088
19070
|
*
|
|
19089
19071
|
* @property
|
|
19090
19072
|
* cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19095,7 +19077,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
|
|
|
19095
19077
|
static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
|
|
19096
19078
|
npy_uint64 __pyx_r;
|
|
19097
19079
|
|
|
19098
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19080
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":314
|
|
19099
19081
|
* cdef inline npy_uint64 flags(self) noexcept nogil:
|
|
19100
19082
|
* """The data types flags."""
|
|
19101
19083
|
* return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
|
|
@@ -19105,7 +19087,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
19105
19087
|
__pyx_r = PyDataType_FLAGS(__pyx_v_self);
|
|
19106
19088
|
goto __pyx_L0;
|
|
19107
19089
|
|
|
19108
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19090
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":312
|
|
19109
19091
|
*
|
|
19110
19092
|
* @property
|
|
19111
19093
|
* cdef inline npy_uint64 flags(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19118,7 +19100,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
19118
19100
|
return __pyx_r;
|
|
19119
19101
|
}
|
|
19120
19102
|
|
|
19121
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19103
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":324
|
|
19122
19104
|
*
|
|
19123
19105
|
* @property
|
|
19124
19106
|
* cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19129,7 +19111,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
|
|
|
19129
19111
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
|
|
19130
19112
|
int __pyx_r;
|
|
19131
19113
|
|
|
19132
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19114
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":326
|
|
19133
19115
|
* cdef inline int numiter(self) noexcept nogil:
|
|
19134
19116
|
* """The number of arrays that need to be broadcast to the same shape."""
|
|
19135
19117
|
* return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
|
|
@@ -19139,7 +19121,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
19139
19121
|
__pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
|
|
19140
19122
|
goto __pyx_L0;
|
|
19141
19123
|
|
|
19142
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19124
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":324
|
|
19143
19125
|
*
|
|
19144
19126
|
* @property
|
|
19145
19127
|
* cdef inline int numiter(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19152,7 +19134,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
19152
19134
|
return __pyx_r;
|
|
19153
19135
|
}
|
|
19154
19136
|
|
|
19155
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19137
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":329
|
|
19156
19138
|
*
|
|
19157
19139
|
* @property
|
|
19158
19140
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19163,7 +19145,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
|
|
|
19163
19145
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
|
|
19164
19146
|
npy_intp __pyx_r;
|
|
19165
19147
|
|
|
19166
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19148
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":331
|
|
19167
19149
|
* cdef inline npy_intp size(self) noexcept nogil:
|
|
19168
19150
|
* """The total broadcasted size."""
|
|
19169
19151
|
* return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -19173,7 +19155,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
19173
19155
|
__pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
|
|
19174
19156
|
goto __pyx_L0;
|
|
19175
19157
|
|
|
19176
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19158
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":329
|
|
19177
19159
|
*
|
|
19178
19160
|
* @property
|
|
19179
19161
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19186,7 +19168,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
19186
19168
|
return __pyx_r;
|
|
19187
19169
|
}
|
|
19188
19170
|
|
|
19189
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19171
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":334
|
|
19190
19172
|
*
|
|
19191
19173
|
* @property
|
|
19192
19174
|
* cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19197,7 +19179,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
|
|
|
19197
19179
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
|
|
19198
19180
|
npy_intp __pyx_r;
|
|
19199
19181
|
|
|
19200
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19182
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":336
|
|
19201
19183
|
* cdef inline npy_intp index(self) noexcept nogil:
|
|
19202
19184
|
* """The current (1-d) index into the broadcasted result."""
|
|
19203
19185
|
* return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
|
|
@@ -19207,7 +19189,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
19207
19189
|
__pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
|
|
19208
19190
|
goto __pyx_L0;
|
|
19209
19191
|
|
|
19210
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19192
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":334
|
|
19211
19193
|
*
|
|
19212
19194
|
* @property
|
|
19213
19195
|
* cdef inline npy_intp index(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19220,7 +19202,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
19220
19202
|
return __pyx_r;
|
|
19221
19203
|
}
|
|
19222
19204
|
|
|
19223
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19205
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":339
|
|
19224
19206
|
*
|
|
19225
19207
|
* @property
|
|
19226
19208
|
* cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19231,7 +19213,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
|
|
|
19231
19213
|
static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
|
|
19232
19214
|
int __pyx_r;
|
|
19233
19215
|
|
|
19234
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19216
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":341
|
|
19235
19217
|
* cdef inline int nd(self) noexcept nogil:
|
|
19236
19218
|
* """The number of dimensions in the broadcasted result."""
|
|
19237
19219
|
* return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -19241,7 +19223,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
19241
19223
|
__pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
|
|
19242
19224
|
goto __pyx_L0;
|
|
19243
19225
|
|
|
19244
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19226
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":339
|
|
19245
19227
|
*
|
|
19246
19228
|
* @property
|
|
19247
19229
|
* cdef inline int nd(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19254,7 +19236,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
19254
19236
|
return __pyx_r;
|
|
19255
19237
|
}
|
|
19256
19238
|
|
|
19257
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19239
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":344
|
|
19258
19240
|
*
|
|
19259
19241
|
* @property
|
|
19260
19242
|
* cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19265,7 +19247,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
|
|
|
19265
19247
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
|
|
19266
19248
|
npy_intp *__pyx_r;
|
|
19267
19249
|
|
|
19268
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19250
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":346
|
|
19269
19251
|
* cdef inline npy_intp* dimensions(self) noexcept nogil:
|
|
19270
19252
|
* """The shape of the broadcasted result."""
|
|
19271
19253
|
* return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -19275,7 +19257,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
19275
19257
|
__pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
|
|
19276
19258
|
goto __pyx_L0;
|
|
19277
19259
|
|
|
19278
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19260
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":344
|
|
19279
19261
|
*
|
|
19280
19262
|
* @property
|
|
19281
19263
|
* cdef inline npy_intp* dimensions(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19288,7 +19270,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
19288
19270
|
return __pyx_r;
|
|
19289
19271
|
}
|
|
19290
19272
|
|
|
19291
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19273
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":349
|
|
19292
19274
|
*
|
|
19293
19275
|
* @property
|
|
19294
19276
|
* cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19299,7 +19281,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
|
|
|
19299
19281
|
static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
|
|
19300
19282
|
void **__pyx_r;
|
|
19301
19283
|
|
|
19302
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19284
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":352
|
|
19303
19285
|
* """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
|
|
19304
19286
|
* On return, the iterators are adjusted for broadcasting."""
|
|
19305
19287
|
* return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
|
|
@@ -19309,7 +19291,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
19309
19291
|
__pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
|
|
19310
19292
|
goto __pyx_L0;
|
|
19311
19293
|
|
|
19312
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19294
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":349
|
|
19313
19295
|
*
|
|
19314
19296
|
* @property
|
|
19315
19297
|
* cdef inline void** iters(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19322,7 +19304,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
19322
19304
|
return __pyx_r;
|
|
19323
19305
|
}
|
|
19324
19306
|
|
|
19325
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19307
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":367
|
|
19326
19308
|
*
|
|
19327
19309
|
* @property
|
|
19328
19310
|
* cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19333,7 +19315,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
|
|
|
19333
19315
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
19334
19316
|
PyObject *__pyx_r;
|
|
19335
19317
|
|
|
19336
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19318
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":370
|
|
19337
19319
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
19338
19320
|
* """
|
|
19339
19321
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -19343,7 +19325,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
19343
19325
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
19344
19326
|
goto __pyx_L0;
|
|
19345
19327
|
|
|
19346
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19328
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":367
|
|
19347
19329
|
*
|
|
19348
19330
|
* @property
|
|
19349
19331
|
* cdef inline PyObject* base(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19356,7 +19338,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
19356
19338
|
return __pyx_r;
|
|
19357
19339
|
}
|
|
19358
19340
|
|
|
19359
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19341
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":373
|
|
19360
19342
|
*
|
|
19361
19343
|
* @property
|
|
19362
19344
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -19370,7 +19352,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
19370
19352
|
PyArray_Descr *__pyx_t_1;
|
|
19371
19353
|
__Pyx_RefNannySetupContext("descr", 1);
|
|
19372
19354
|
|
|
19373
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19355
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":376
|
|
19374
19356
|
* """Returns an owned reference to the dtype of the array.
|
|
19375
19357
|
* """
|
|
19376
19358
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -19383,7 +19365,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
19383
19365
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
19384
19366
|
goto __pyx_L0;
|
|
19385
19367
|
|
|
19386
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19368
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":373
|
|
19387
19369
|
*
|
|
19388
19370
|
* @property
|
|
19389
19371
|
* cdef inline dtype descr(self): # <<<<<<<<<<<<<<
|
|
@@ -19398,7 +19380,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
19398
19380
|
return __pyx_r;
|
|
19399
19381
|
}
|
|
19400
19382
|
|
|
19401
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19383
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":379
|
|
19402
19384
|
*
|
|
19403
19385
|
* @property
|
|
19404
19386
|
* cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19409,7 +19391,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
19409
19391
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
19410
19392
|
int __pyx_r;
|
|
19411
19393
|
|
|
19412
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19394
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":382
|
|
19413
19395
|
* """Returns the number of dimensions in the array.
|
|
19414
19396
|
* """
|
|
19415
19397
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -19419,7 +19401,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
19419
19401
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
19420
19402
|
goto __pyx_L0;
|
|
19421
19403
|
|
|
19422
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19404
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":379
|
|
19423
19405
|
*
|
|
19424
19406
|
* @property
|
|
19425
19407
|
* cdef inline int ndim(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19432,7 +19414,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
19432
19414
|
return __pyx_r;
|
|
19433
19415
|
}
|
|
19434
19416
|
|
|
19435
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19417
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":385
|
|
19436
19418
|
*
|
|
19437
19419
|
* @property
|
|
19438
19420
|
* cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19443,7 +19425,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
19443
19425
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
19444
19426
|
npy_intp *__pyx_r;
|
|
19445
19427
|
|
|
19446
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19428
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":390
|
|
19447
19429
|
* Can return NULL for 0-dimensional arrays.
|
|
19448
19430
|
* """
|
|
19449
19431
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -19453,7 +19435,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
19453
19435
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
19454
19436
|
goto __pyx_L0;
|
|
19455
19437
|
|
|
19456
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19438
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":385
|
|
19457
19439
|
*
|
|
19458
19440
|
* @property
|
|
19459
19441
|
* cdef inline npy_intp *shape(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19466,7 +19448,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
19466
19448
|
return __pyx_r;
|
|
19467
19449
|
}
|
|
19468
19450
|
|
|
19469
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19451
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":393
|
|
19470
19452
|
*
|
|
19471
19453
|
* @property
|
|
19472
19454
|
* cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19477,7 +19459,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
19477
19459
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
19478
19460
|
npy_intp *__pyx_r;
|
|
19479
19461
|
|
|
19480
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19462
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":397
|
|
19481
19463
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
19482
19464
|
* """
|
|
19483
19465
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -19487,7 +19469,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
19487
19469
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
19488
19470
|
goto __pyx_L0;
|
|
19489
19471
|
|
|
19490
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19472
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":393
|
|
19491
19473
|
*
|
|
19492
19474
|
* @property
|
|
19493
19475
|
* cdef inline npy_intp *strides(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19500,7 +19482,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
19500
19482
|
return __pyx_r;
|
|
19501
19483
|
}
|
|
19502
19484
|
|
|
19503
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19485
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":400
|
|
19504
19486
|
*
|
|
19505
19487
|
* @property
|
|
19506
19488
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19511,7 +19493,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
19511
19493
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
19512
19494
|
npy_intp __pyx_r;
|
|
19513
19495
|
|
|
19514
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19496
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":403
|
|
19515
19497
|
* """Returns the total size (in number of elements) of the array.
|
|
19516
19498
|
* """
|
|
19517
19499
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -19521,7 +19503,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
19521
19503
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
19522
19504
|
goto __pyx_L0;
|
|
19523
19505
|
|
|
19524
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19506
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":400
|
|
19525
19507
|
*
|
|
19526
19508
|
* @property
|
|
19527
19509
|
* cdef inline npy_intp size(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19534,7 +19516,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
19534
19516
|
return __pyx_r;
|
|
19535
19517
|
}
|
|
19536
19518
|
|
|
19537
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19519
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":406
|
|
19538
19520
|
*
|
|
19539
19521
|
* @property
|
|
19540
19522
|
* cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19545,7 +19527,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
19545
19527
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
19546
19528
|
char *__pyx_r;
|
|
19547
19529
|
|
|
19548
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19530
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":412
|
|
19549
19531
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
19550
19532
|
* """
|
|
19551
19533
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -19555,7 +19537,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
19555
19537
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
19556
19538
|
goto __pyx_L0;
|
|
19557
19539
|
|
|
19558
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19540
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":406
|
|
19559
19541
|
*
|
|
19560
19542
|
* @property
|
|
19561
19543
|
* cdef inline char* data(self) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -19568,7 +19550,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
19568
19550
|
return __pyx_r;
|
|
19569
19551
|
}
|
|
19570
19552
|
|
|
19571
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19553
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
|
|
19572
19554
|
* ctypedef long double complex clongdouble_t
|
|
19573
19555
|
*
|
|
19574
19556
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -19585,7 +19567,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
19585
19567
|
int __pyx_clineno = 0;
|
|
19586
19568
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 1);
|
|
19587
19569
|
|
|
19588
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19570
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":825
|
|
19589
19571
|
*
|
|
19590
19572
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
19591
19573
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -19593,13 +19575,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
19593
19575
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
19594
19576
|
*/
|
|
19595
19577
|
__Pyx_XDECREF(__pyx_r);
|
|
19596
|
-
__pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
19578
|
+
__pyx_t_1 = PyArray_MultiIterNew(1, ((void *)__pyx_v_a)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 825, __pyx_L1_error)
|
|
19597
19579
|
__Pyx_GOTREF(__pyx_t_1);
|
|
19598
19580
|
__pyx_r = __pyx_t_1;
|
|
19599
19581
|
__pyx_t_1 = 0;
|
|
19600
19582
|
goto __pyx_L0;
|
|
19601
19583
|
|
|
19602
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19584
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
|
|
19603
19585
|
* ctypedef long double complex clongdouble_t
|
|
19604
19586
|
*
|
|
19605
19587
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -19618,7 +19600,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
19618
19600
|
return __pyx_r;
|
|
19619
19601
|
}
|
|
19620
19602
|
|
|
19621
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19603
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":827
|
|
19622
19604
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
19623
19605
|
*
|
|
19624
19606
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -19635,7 +19617,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
19635
19617
|
int __pyx_clineno = 0;
|
|
19636
19618
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 1);
|
|
19637
19619
|
|
|
19638
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19620
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":828
|
|
19639
19621
|
*
|
|
19640
19622
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
19641
19623
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -19643,13 +19625,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
19643
19625
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
19644
19626
|
*/
|
|
19645
19627
|
__Pyx_XDECREF(__pyx_r);
|
|
19646
|
-
__pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
19628
|
+
__pyx_t_1 = PyArray_MultiIterNew(2, ((void *)__pyx_v_a), ((void *)__pyx_v_b)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 828, __pyx_L1_error)
|
|
19647
19629
|
__Pyx_GOTREF(__pyx_t_1);
|
|
19648
19630
|
__pyx_r = __pyx_t_1;
|
|
19649
19631
|
__pyx_t_1 = 0;
|
|
19650
19632
|
goto __pyx_L0;
|
|
19651
19633
|
|
|
19652
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19634
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":827
|
|
19653
19635
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
19654
19636
|
*
|
|
19655
19637
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -19668,7 +19650,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
19668
19650
|
return __pyx_r;
|
|
19669
19651
|
}
|
|
19670
19652
|
|
|
19671
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19653
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":830
|
|
19672
19654
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
19673
19655
|
*
|
|
19674
19656
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -19685,7 +19667,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19685
19667
|
int __pyx_clineno = 0;
|
|
19686
19668
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 1);
|
|
19687
19669
|
|
|
19688
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19670
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":831
|
|
19689
19671
|
*
|
|
19690
19672
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
19691
19673
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -19693,13 +19675,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19693
19675
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
19694
19676
|
*/
|
|
19695
19677
|
__Pyx_XDECREF(__pyx_r);
|
|
19696
|
-
__pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
19678
|
+
__pyx_t_1 = PyArray_MultiIterNew(3, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 831, __pyx_L1_error)
|
|
19697
19679
|
__Pyx_GOTREF(__pyx_t_1);
|
|
19698
19680
|
__pyx_r = __pyx_t_1;
|
|
19699
19681
|
__pyx_t_1 = 0;
|
|
19700
19682
|
goto __pyx_L0;
|
|
19701
19683
|
|
|
19702
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19684
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":830
|
|
19703
19685
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
19704
19686
|
*
|
|
19705
19687
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -19718,7 +19700,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
19718
19700
|
return __pyx_r;
|
|
19719
19701
|
}
|
|
19720
19702
|
|
|
19721
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19703
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":833
|
|
19722
19704
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
19723
19705
|
*
|
|
19724
19706
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -19735,7 +19717,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19735
19717
|
int __pyx_clineno = 0;
|
|
19736
19718
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 1);
|
|
19737
19719
|
|
|
19738
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19720
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":834
|
|
19739
19721
|
*
|
|
19740
19722
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
19741
19723
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -19743,13 +19725,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19743
19725
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
19744
19726
|
*/
|
|
19745
19727
|
__Pyx_XDECREF(__pyx_r);
|
|
19746
|
-
__pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
19728
|
+
__pyx_t_1 = PyArray_MultiIterNew(4, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 834, __pyx_L1_error)
|
|
19747
19729
|
__Pyx_GOTREF(__pyx_t_1);
|
|
19748
19730
|
__pyx_r = __pyx_t_1;
|
|
19749
19731
|
__pyx_t_1 = 0;
|
|
19750
19732
|
goto __pyx_L0;
|
|
19751
19733
|
|
|
19752
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19734
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":833
|
|
19753
19735
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
19754
19736
|
*
|
|
19755
19737
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -19768,7 +19750,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
19768
19750
|
return __pyx_r;
|
|
19769
19751
|
}
|
|
19770
19752
|
|
|
19771
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19753
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":836
|
|
19772
19754
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
19773
19755
|
*
|
|
19774
19756
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -19785,7 +19767,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19785
19767
|
int __pyx_clineno = 0;
|
|
19786
19768
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 1);
|
|
19787
19769
|
|
|
19788
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19770
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":837
|
|
19789
19771
|
*
|
|
19790
19772
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
19791
19773
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -19793,13 +19775,13 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19793
19775
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19794
19776
|
*/
|
|
19795
19777
|
__Pyx_XDECREF(__pyx_r);
|
|
19796
|
-
__pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
19778
|
+
__pyx_t_1 = PyArray_MultiIterNew(5, ((void *)__pyx_v_a), ((void *)__pyx_v_b), ((void *)__pyx_v_c), ((void *)__pyx_v_d), ((void *)__pyx_v_e)); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 837, __pyx_L1_error)
|
|
19797
19779
|
__Pyx_GOTREF(__pyx_t_1);
|
|
19798
19780
|
__pyx_r = __pyx_t_1;
|
|
19799
19781
|
__pyx_t_1 = 0;
|
|
19800
19782
|
goto __pyx_L0;
|
|
19801
19783
|
|
|
19802
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19784
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":836
|
|
19803
19785
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
19804
19786
|
*
|
|
19805
19787
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -19818,7 +19800,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
19818
19800
|
return __pyx_r;
|
|
19819
19801
|
}
|
|
19820
19802
|
|
|
19821
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19803
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":839
|
|
19822
19804
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19823
19805
|
*
|
|
19824
19806
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19833,7 +19815,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19833
19815
|
PyObject *__pyx_t_2;
|
|
19834
19816
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 1);
|
|
19835
19817
|
|
|
19836
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19818
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":840
|
|
19837
19819
|
*
|
|
19838
19820
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19839
19821
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19843,7 +19825,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19843
19825
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
19844
19826
|
if (__pyx_t_1) {
|
|
19845
19827
|
|
|
19846
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19828
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":841
|
|
19847
19829
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19848
19830
|
* if PyDataType_HASSUBARRAY(d):
|
|
19849
19831
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -19856,7 +19838,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19856
19838
|
__pyx_r = ((PyObject*)__pyx_t_2);
|
|
19857
19839
|
goto __pyx_L0;
|
|
19858
19840
|
|
|
19859
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19841
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":840
|
|
19860
19842
|
*
|
|
19861
19843
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
19862
19844
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -19865,7 +19847,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19865
19847
|
*/
|
|
19866
19848
|
}
|
|
19867
19849
|
|
|
19868
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19850
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":843
|
|
19869
19851
|
* return <tuple>d.subarray.shape
|
|
19870
19852
|
* else:
|
|
19871
19853
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -19879,7 +19861,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19879
19861
|
goto __pyx_L0;
|
|
19880
19862
|
}
|
|
19881
19863
|
|
|
19882
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19864
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":839
|
|
19883
19865
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
19884
19866
|
*
|
|
19885
19867
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -19894,7 +19876,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
19894
19876
|
return __pyx_r;
|
|
19895
19877
|
}
|
|
19896
19878
|
|
|
19897
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19879
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
19898
19880
|
* int _import_umath() except -1
|
|
19899
19881
|
*
|
|
19900
19882
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -19908,7 +19890,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19908
19890
|
const char *__pyx_filename = NULL;
|
|
19909
19891
|
int __pyx_clineno = 0;
|
|
19910
19892
|
|
|
19911
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19893
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1036
|
|
19912
19894
|
*
|
|
19913
19895
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
19914
19896
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -19917,16 +19899,16 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19917
19899
|
*/
|
|
19918
19900
|
Py_INCREF(__pyx_v_base);
|
|
19919
19901
|
|
|
19920
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19902
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1037
|
|
19921
19903
|
* cdef inline void set_array_base(ndarray arr, object base) except *:
|
|
19922
19904
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
19923
19905
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
19924
19906
|
*
|
|
19925
19907
|
* cdef inline object get_array_base(ndarray arr):
|
|
19926
19908
|
*/
|
|
19927
|
-
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2,
|
|
19909
|
+
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(2, 1037, __pyx_L1_error)
|
|
19928
19910
|
|
|
19929
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19911
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
|
|
19930
19912
|
* int _import_umath() except -1
|
|
19931
19913
|
*
|
|
19932
19914
|
* cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
|
|
@@ -19941,7 +19923,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
19941
19923
|
__pyx_L0:;
|
|
19942
19924
|
}
|
|
19943
19925
|
|
|
19944
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19926
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
19945
19927
|
* PyArray_SetBaseObject(arr, base)
|
|
19946
19928
|
*
|
|
19947
19929
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -19956,7 +19938,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19956
19938
|
int __pyx_t_1;
|
|
19957
19939
|
__Pyx_RefNannySetupContext("get_array_base", 1);
|
|
19958
19940
|
|
|
19959
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19941
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1040
|
|
19960
19942
|
*
|
|
19961
19943
|
* cdef inline object get_array_base(ndarray arr):
|
|
19962
19944
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -19965,7 +19947,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19965
19947
|
*/
|
|
19966
19948
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
19967
19949
|
|
|
19968
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19950
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
19969
19951
|
* cdef inline object get_array_base(ndarray arr):
|
|
19970
19952
|
* base = PyArray_BASE(arr)
|
|
19971
19953
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19975,7 +19957,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19975
19957
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
19976
19958
|
if (__pyx_t_1) {
|
|
19977
19959
|
|
|
19978
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19960
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1042
|
|
19979
19961
|
* base = PyArray_BASE(arr)
|
|
19980
19962
|
* if base is NULL:
|
|
19981
19963
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -19986,7 +19968,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19986
19968
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
19987
19969
|
goto __pyx_L0;
|
|
19988
19970
|
|
|
19989
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19971
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
|
|
19990
19972
|
* cdef inline object get_array_base(ndarray arr):
|
|
19991
19973
|
* base = PyArray_BASE(arr)
|
|
19992
19974
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -19995,7 +19977,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
19995
19977
|
*/
|
|
19996
19978
|
}
|
|
19997
19979
|
|
|
19998
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19980
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1043
|
|
19999
19981
|
* if base is NULL:
|
|
20000
19982
|
* return None
|
|
20001
19983
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -20007,7 +19989,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
20007
19989
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
20008
19990
|
goto __pyx_L0;
|
|
20009
19991
|
|
|
20010
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
19992
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
20011
19993
|
* PyArray_SetBaseObject(arr, base)
|
|
20012
19994
|
*
|
|
20013
19995
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -20022,7 +20004,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
20022
20004
|
return __pyx_r;
|
|
20023
20005
|
}
|
|
20024
20006
|
|
|
20025
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20007
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1047
|
|
20026
20008
|
* # Versions of the import_* functions which are more suitable for
|
|
20027
20009
|
* # Cython code.
|
|
20028
20010
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20046,7 +20028,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20046
20028
|
int __pyx_clineno = 0;
|
|
20047
20029
|
__Pyx_RefNannySetupContext("import_array", 1);
|
|
20048
20030
|
|
|
20049
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20031
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
20050
20032
|
* # Cython code.
|
|
20051
20033
|
* cdef inline int import_array() except -1:
|
|
20052
20034
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20062,16 +20044,16 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20062
20044
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
20063
20045
|
/*try:*/ {
|
|
20064
20046
|
|
|
20065
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20047
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1049
|
|
20066
20048
|
* cdef inline int import_array() except -1:
|
|
20067
20049
|
* try:
|
|
20068
20050
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
20069
20051
|
* except Exception:
|
|
20070
20052
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
20071
20053
|
*/
|
|
20072
|
-
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2,
|
|
20054
|
+
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1049, __pyx_L3_error)
|
|
20073
20055
|
|
|
20074
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20056
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
20075
20057
|
* # Cython code.
|
|
20076
20058
|
* cdef inline int import_array() except -1:
|
|
20077
20059
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20085,7 +20067,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20085
20067
|
goto __pyx_L8_try_end;
|
|
20086
20068
|
__pyx_L3_error:;
|
|
20087
20069
|
|
|
20088
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20070
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1050
|
|
20089
20071
|
* try:
|
|
20090
20072
|
* __pyx_import_array()
|
|
20091
20073
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -20095,27 +20077,27 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20095
20077
|
__pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])));
|
|
20096
20078
|
if (__pyx_t_4) {
|
|
20097
20079
|
__Pyx_AddTraceback("numpy.import_array", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
20098
|
-
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2,
|
|
20080
|
+
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1050, __pyx_L5_except_error)
|
|
20099
20081
|
__Pyx_XGOTREF(__pyx_t_5);
|
|
20100
20082
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
20101
20083
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
20102
20084
|
|
|
20103
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20085
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1051
|
|
20104
20086
|
* __pyx_import_array()
|
|
20105
20087
|
* except Exception:
|
|
20106
20088
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
20107
20089
|
*
|
|
20108
20090
|
* cdef inline int import_umath() except -1:
|
|
20109
20091
|
*/
|
|
20110
|
-
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__9, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2,
|
|
20092
|
+
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__9, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 1051, __pyx_L5_except_error)
|
|
20111
20093
|
__Pyx_GOTREF(__pyx_t_8);
|
|
20112
20094
|
__Pyx_Raise(__pyx_t_8, 0, 0, 0);
|
|
20113
20095
|
__Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
|
|
20114
|
-
__PYX_ERR(2,
|
|
20096
|
+
__PYX_ERR(2, 1051, __pyx_L5_except_error)
|
|
20115
20097
|
}
|
|
20116
20098
|
goto __pyx_L5_except_error;
|
|
20117
20099
|
|
|
20118
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20100
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1048
|
|
20119
20101
|
* # Cython code.
|
|
20120
20102
|
* cdef inline int import_array() except -1:
|
|
20121
20103
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20131,7 +20113,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20131
20113
|
__pyx_L8_try_end:;
|
|
20132
20114
|
}
|
|
20133
20115
|
|
|
20134
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20116
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1047
|
|
20135
20117
|
* # Versions of the import_* functions which are more suitable for
|
|
20136
20118
|
* # Cython code.
|
|
20137
20119
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20154,7 +20136,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
20154
20136
|
return __pyx_r;
|
|
20155
20137
|
}
|
|
20156
20138
|
|
|
20157
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20139
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
20158
20140
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
20159
20141
|
*
|
|
20160
20142
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20178,7 +20160,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20178
20160
|
int __pyx_clineno = 0;
|
|
20179
20161
|
__Pyx_RefNannySetupContext("import_umath", 1);
|
|
20180
20162
|
|
|
20181
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20163
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1054
|
|
20182
20164
|
*
|
|
20183
20165
|
* cdef inline int import_umath() except -1:
|
|
20184
20166
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20194,16 +20176,16 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20194
20176
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
20195
20177
|
/*try:*/ {
|
|
20196
20178
|
|
|
20197
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20179
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1055
|
|
20198
20180
|
* cdef inline int import_umath() except -1:
|
|
20199
20181
|
* try:
|
|
20200
20182
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
20201
20183
|
* except Exception:
|
|
20202
20184
|
* raise ImportError("numpy._core.umath failed to import")
|
|
20203
20185
|
*/
|
|
20204
|
-
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2,
|
|
20186
|
+
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1055, __pyx_L3_error)
|
|
20205
20187
|
|
|
20206
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20188
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1054
|
|
20207
20189
|
*
|
|
20208
20190
|
* cdef inline int import_umath() except -1:
|
|
20209
20191
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20217,7 +20199,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20217
20199
|
goto __pyx_L8_try_end;
|
|
20218
20200
|
__pyx_L3_error:;
|
|
20219
20201
|
|
|
20220
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20202
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
|
|
20221
20203
|
* try:
|
|
20222
20204
|
* _import_umath()
|
|
20223
20205
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -20227,27 +20209,27 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20227
20209
|
__pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])));
|
|
20228
20210
|
if (__pyx_t_4) {
|
|
20229
20211
|
__Pyx_AddTraceback("numpy.import_umath", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
20230
|
-
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2,
|
|
20212
|
+
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1056, __pyx_L5_except_error)
|
|
20231
20213
|
__Pyx_XGOTREF(__pyx_t_5);
|
|
20232
20214
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
20233
20215
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
20234
20216
|
|
|
20235
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20217
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1057
|
|
20236
20218
|
* _import_umath()
|
|
20237
20219
|
* except Exception:
|
|
20238
20220
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
20239
20221
|
*
|
|
20240
20222
|
* cdef inline int import_ufunc() except -1:
|
|
20241
20223
|
*/
|
|
20242
|
-
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2,
|
|
20224
|
+
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 1057, __pyx_L5_except_error)
|
|
20243
20225
|
__Pyx_GOTREF(__pyx_t_8);
|
|
20244
20226
|
__Pyx_Raise(__pyx_t_8, 0, 0, 0);
|
|
20245
20227
|
__Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
|
|
20246
|
-
__PYX_ERR(2,
|
|
20228
|
+
__PYX_ERR(2, 1057, __pyx_L5_except_error)
|
|
20247
20229
|
}
|
|
20248
20230
|
goto __pyx_L5_except_error;
|
|
20249
20231
|
|
|
20250
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20232
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1054
|
|
20251
20233
|
*
|
|
20252
20234
|
* cdef inline int import_umath() except -1:
|
|
20253
20235
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20263,7 +20245,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20263
20245
|
__pyx_L8_try_end:;
|
|
20264
20246
|
}
|
|
20265
20247
|
|
|
20266
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20248
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
|
|
20267
20249
|
* raise ImportError("numpy._core.multiarray failed to import")
|
|
20268
20250
|
*
|
|
20269
20251
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20286,7 +20268,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
20286
20268
|
return __pyx_r;
|
|
20287
20269
|
}
|
|
20288
20270
|
|
|
20289
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20271
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1059
|
|
20290
20272
|
* raise ImportError("numpy._core.umath failed to import")
|
|
20291
20273
|
*
|
|
20292
20274
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20310,7 +20292,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20310
20292
|
int __pyx_clineno = 0;
|
|
20311
20293
|
__Pyx_RefNannySetupContext("import_ufunc", 1);
|
|
20312
20294
|
|
|
20313
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20295
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1060
|
|
20314
20296
|
*
|
|
20315
20297
|
* cdef inline int import_ufunc() except -1:
|
|
20316
20298
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20326,16 +20308,16 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20326
20308
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
20327
20309
|
/*try:*/ {
|
|
20328
20310
|
|
|
20329
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20311
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1061
|
|
20330
20312
|
* cdef inline int import_ufunc() except -1:
|
|
20331
20313
|
* try:
|
|
20332
20314
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
20333
20315
|
* except Exception:
|
|
20334
20316
|
* raise ImportError("numpy._core.umath failed to import")
|
|
20335
20317
|
*/
|
|
20336
|
-
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2,
|
|
20318
|
+
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(2, 1061, __pyx_L3_error)
|
|
20337
20319
|
|
|
20338
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20320
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1060
|
|
20339
20321
|
*
|
|
20340
20322
|
* cdef inline int import_ufunc() except -1:
|
|
20341
20323
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20349,7 +20331,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20349
20331
|
goto __pyx_L8_try_end;
|
|
20350
20332
|
__pyx_L3_error:;
|
|
20351
20333
|
|
|
20352
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20334
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1062
|
|
20353
20335
|
* try:
|
|
20354
20336
|
* _import_umath()
|
|
20355
20337
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -20359,27 +20341,27 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20359
20341
|
__pyx_t_4 = __Pyx_PyErr_ExceptionMatches(((PyObject *)(&((PyTypeObject*)PyExc_Exception)[0])));
|
|
20360
20342
|
if (__pyx_t_4) {
|
|
20361
20343
|
__Pyx_AddTraceback("numpy.import_ufunc", __pyx_clineno, __pyx_lineno, __pyx_filename);
|
|
20362
|
-
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2,
|
|
20344
|
+
if (__Pyx_GetException(&__pyx_t_5, &__pyx_t_6, &__pyx_t_7) < 0) __PYX_ERR(2, 1062, __pyx_L5_except_error)
|
|
20363
20345
|
__Pyx_XGOTREF(__pyx_t_5);
|
|
20364
20346
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
20365
20347
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
20366
20348
|
|
|
20367
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20349
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1063
|
|
20368
20350
|
* _import_umath()
|
|
20369
20351
|
* except Exception:
|
|
20370
20352
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
20371
20353
|
*
|
|
20372
20354
|
*
|
|
20373
20355
|
*/
|
|
20374
|
-
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2,
|
|
20356
|
+
__pyx_t_8 = __Pyx_PyObject_Call(__pyx_builtin_ImportError, __pyx_tuple__10, NULL); if (unlikely(!__pyx_t_8)) __PYX_ERR(2, 1063, __pyx_L5_except_error)
|
|
20375
20357
|
__Pyx_GOTREF(__pyx_t_8);
|
|
20376
20358
|
__Pyx_Raise(__pyx_t_8, 0, 0, 0);
|
|
20377
20359
|
__Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
|
|
20378
|
-
__PYX_ERR(2,
|
|
20360
|
+
__PYX_ERR(2, 1063, __pyx_L5_except_error)
|
|
20379
20361
|
}
|
|
20380
20362
|
goto __pyx_L5_except_error;
|
|
20381
20363
|
|
|
20382
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20364
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1060
|
|
20383
20365
|
*
|
|
20384
20366
|
* cdef inline int import_ufunc() except -1:
|
|
20385
20367
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -20395,7 +20377,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20395
20377
|
__pyx_L8_try_end:;
|
|
20396
20378
|
}
|
|
20397
20379
|
|
|
20398
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20380
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1059
|
|
20399
20381
|
* raise ImportError("numpy._core.umath failed to import")
|
|
20400
20382
|
*
|
|
20401
20383
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -20418,7 +20400,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20418
20400
|
return __pyx_r;
|
|
20419
20401
|
}
|
|
20420
20402
|
|
|
20421
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20403
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1066
|
|
20422
20404
|
*
|
|
20423
20405
|
*
|
|
20424
20406
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -20429,7 +20411,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
20429
20411
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
20430
20412
|
int __pyx_r;
|
|
20431
20413
|
|
|
20432
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20414
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1078
|
|
20433
20415
|
* bool
|
|
20434
20416
|
* """
|
|
20435
20417
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -20439,7 +20421,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
20439
20421
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
20440
20422
|
goto __pyx_L0;
|
|
20441
20423
|
|
|
20442
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20424
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1066
|
|
20443
20425
|
*
|
|
20444
20426
|
*
|
|
20445
20427
|
* cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -20452,7 +20434,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
20452
20434
|
return __pyx_r;
|
|
20453
20435
|
}
|
|
20454
20436
|
|
|
20455
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20437
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
|
|
20456
20438
|
*
|
|
20457
20439
|
*
|
|
20458
20440
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -20463,7 +20445,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
20463
20445
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
20464
20446
|
int __pyx_r;
|
|
20465
20447
|
|
|
20466
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20448
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1093
|
|
20467
20449
|
* bool
|
|
20468
20450
|
* """
|
|
20469
20451
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -20473,7 +20455,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
20473
20455
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
20474
20456
|
goto __pyx_L0;
|
|
20475
20457
|
|
|
20476
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20458
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
|
|
20477
20459
|
*
|
|
20478
20460
|
*
|
|
20479
20461
|
* cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
|
|
@@ -20486,7 +20468,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
20486
20468
|
return __pyx_r;
|
|
20487
20469
|
}
|
|
20488
20470
|
|
|
20489
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20471
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
|
|
20490
20472
|
*
|
|
20491
20473
|
*
|
|
20492
20474
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -20497,7 +20479,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
20497
20479
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
20498
20480
|
npy_datetime __pyx_r;
|
|
20499
20481
|
|
|
20500
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20482
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1103
|
|
20501
20483
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
20502
20484
|
* """
|
|
20503
20485
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -20507,7 +20489,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
20507
20489
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
20508
20490
|
goto __pyx_L0;
|
|
20509
20491
|
|
|
20510
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20492
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
|
|
20511
20493
|
*
|
|
20512
20494
|
*
|
|
20513
20495
|
* cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -20520,7 +20502,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
20520
20502
|
return __pyx_r;
|
|
20521
20503
|
}
|
|
20522
20504
|
|
|
20523
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20505
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1106
|
|
20524
20506
|
*
|
|
20525
20507
|
*
|
|
20526
20508
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -20531,7 +20513,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
20531
20513
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
20532
20514
|
npy_timedelta __pyx_r;
|
|
20533
20515
|
|
|
20534
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20516
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1110
|
|
20535
20517
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
20536
20518
|
* """
|
|
20537
20519
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -20541,7 +20523,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
20541
20523
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
20542
20524
|
goto __pyx_L0;
|
|
20543
20525
|
|
|
20544
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20526
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1106
|
|
20545
20527
|
*
|
|
20546
20528
|
*
|
|
20547
20529
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -20554,7 +20536,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
20554
20536
|
return __pyx_r;
|
|
20555
20537
|
}
|
|
20556
20538
|
|
|
20557
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20539
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1113
|
|
20558
20540
|
*
|
|
20559
20541
|
*
|
|
20560
20542
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -20565,7 +20547,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
20565
20547
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
20566
20548
|
NPY_DATETIMEUNIT __pyx_r;
|
|
20567
20549
|
|
|
20568
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20550
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1117
|
|
20569
20551
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
20570
20552
|
* """
|
|
20571
20553
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -20575,7 +20557,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
20575
20557
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
20576
20558
|
goto __pyx_L0;
|
|
20577
20559
|
|
|
20578
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
20560
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1113
|
|
20579
20561
|
*
|
|
20580
20562
|
*
|
|
20581
20563
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
|
|
@@ -27344,7 +27326,7 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedBuiltins(void) {
|
|
|
27344
27326
|
__pyx_builtin_Ellipsis = __Pyx_GetBuiltinName(__pyx_n_s_Ellipsis); if (!__pyx_builtin_Ellipsis) __PYX_ERR(1, 408, __pyx_L1_error)
|
|
27345
27327
|
__pyx_builtin_id = __Pyx_GetBuiltinName(__pyx_n_s_id); if (!__pyx_builtin_id) __PYX_ERR(1, 618, __pyx_L1_error)
|
|
27346
27328
|
__pyx_builtin_IndexError = __Pyx_GetBuiltinName(__pyx_n_s_IndexError); if (!__pyx_builtin_IndexError) __PYX_ERR(1, 914, __pyx_L1_error)
|
|
27347
|
-
__pyx_builtin_ImportError = __Pyx_GetBuiltinName(__pyx_n_s_ImportError); if (!__pyx_builtin_ImportError) __PYX_ERR(2,
|
|
27329
|
+
__pyx_builtin_ImportError = __Pyx_GetBuiltinName(__pyx_n_s_ImportError); if (!__pyx_builtin_ImportError) __PYX_ERR(2, 1051, __pyx_L1_error)
|
|
27348
27330
|
return 0;
|
|
27349
27331
|
__pyx_L1_error:;
|
|
27350
27332
|
return -1;
|
|
@@ -27391,25 +27373,25 @@ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(void) {
|
|
|
27391
27373
|
__Pyx_GOTREF(__pyx_tuple__8);
|
|
27392
27374
|
__Pyx_GIVEREF(__pyx_tuple__8);
|
|
27393
27375
|
|
|
27394
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
27376
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1051
|
|
27395
27377
|
* __pyx_import_array()
|
|
27396
27378
|
* except Exception:
|
|
27397
27379
|
* raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
27398
27380
|
*
|
|
27399
27381
|
* cdef inline int import_umath() except -1:
|
|
27400
27382
|
*/
|
|
27401
|
-
__pyx_tuple__9 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_multiarray_failed_to); if (unlikely(!__pyx_tuple__9)) __PYX_ERR(2,
|
|
27383
|
+
__pyx_tuple__9 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_multiarray_failed_to); if (unlikely(!__pyx_tuple__9)) __PYX_ERR(2, 1051, __pyx_L1_error)
|
|
27402
27384
|
__Pyx_GOTREF(__pyx_tuple__9);
|
|
27403
27385
|
__Pyx_GIVEREF(__pyx_tuple__9);
|
|
27404
27386
|
|
|
27405
|
-
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-
|
|
27387
|
+
/* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-um3f_m6n/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1057
|
|
27406
27388
|
* _import_umath()
|
|
27407
27389
|
* except Exception:
|
|
27408
27390
|
* raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
|
|
27409
27391
|
*
|
|
27410
27392
|
* cdef inline int import_ufunc() except -1:
|
|
27411
27393
|
*/
|
|
27412
|
-
__pyx_tuple__10 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_umath_failed_to_impo); if (unlikely(!__pyx_tuple__10)) __PYX_ERR(2,
|
|
27394
|
+
__pyx_tuple__10 = PyTuple_Pack(1, __pyx_kp_u_numpy__core_umath_failed_to_impo); if (unlikely(!__pyx_tuple__10)) __PYX_ERR(2, 1057, __pyx_L1_error)
|
|
27413
27395
|
__Pyx_GOTREF(__pyx_tuple__10);
|
|
27414
27396
|
__Pyx_GIVEREF(__pyx_tuple__10);
|
|
27415
27397
|
|
|
@@ -27899,33 +27881,33 @@ static int __Pyx_modinit_type_import_code(void) {
|
|
|
27899
27881
|
/*--- Type import code ---*/
|
|
27900
27882
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(3, 9, __pyx_L1_error)
|
|
27901
27883
|
__Pyx_GOTREF(__pyx_t_1);
|
|
27902
|
-
__pyx_ptype_7cpython_4type_type =
|
|
27884
|
+
__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_0_12(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
|
27903
27885
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
27904
|
-
sizeof(PyTypeObject),
|
|
27886
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyTypeObject),
|
|
27905
27887
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
27906
|
-
sizeof(PyTypeObject),
|
|
27888
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyTypeObject),
|
|
27907
27889
|
#else
|
|
27908
|
-
sizeof(PyHeapTypeObject),
|
|
27890
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyHeapTypeObject),
|
|
27909
27891
|
#endif
|
|
27910
|
-
|
|
27892
|
+
__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_7cpython_4type_type) __PYX_ERR(3, 9, __pyx_L1_error)
|
|
27911
27893
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
27912
|
-
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2,
|
|
27894
|
+
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 272, __pyx_L1_error)
|
|
27913
27895
|
__Pyx_GOTREF(__pyx_t_1);
|
|
27914
|
-
__pyx_ptype_5numpy_dtype =
|
|
27915
|
-
__pyx_ptype_5numpy_flatiter =
|
|
27916
|
-
__pyx_ptype_5numpy_broadcast =
|
|
27917
|
-
__pyx_ptype_5numpy_ndarray =
|
|
27918
|
-
__pyx_ptype_5numpy_generic =
|
|
27919
|
-
__pyx_ptype_5numpy_number =
|
|
27920
|
-
__pyx_ptype_5numpy_integer =
|
|
27921
|
-
__pyx_ptype_5numpy_signedinteger =
|
|
27922
|
-
__pyx_ptype_5numpy_unsignedinteger =
|
|
27923
|
-
__pyx_ptype_5numpy_inexact =
|
|
27924
|
-
__pyx_ptype_5numpy_floating =
|
|
27925
|
-
__pyx_ptype_5numpy_complexfloating =
|
|
27926
|
-
__pyx_ptype_5numpy_flexible =
|
|
27927
|
-
__pyx_ptype_5numpy_character =
|
|
27928
|
-
__pyx_ptype_5numpy_ufunc =
|
|
27896
|
+
__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "dtype", sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyArray_Descr),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_dtype) __PYX_ERR(2, 272, __pyx_L1_error)
|
|
27897
|
+
__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "flatiter", sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyArrayIterObject),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_flatiter) __PYX_ERR(2, 317, __pyx_L1_error)
|
|
27898
|
+
__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "broadcast", sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyArrayMultiIterObject),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_broadcast) __PYX_ERR(2, 321, __pyx_L1_error)
|
|
27899
|
+
__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "ndarray", sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyArrayObject),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_ndarray) __PYX_ERR(2, 360, __pyx_L1_error)
|
|
27900
|
+
__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "generic", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_generic) __PYX_ERR(2, 873, __pyx_L1_error)
|
|
27901
|
+
__pyx_ptype_5numpy_number = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "number", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_number) __PYX_ERR(2, 875, __pyx_L1_error)
|
|
27902
|
+
__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "integer", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_integer) __PYX_ERR(2, 877, __pyx_L1_error)
|
|
27903
|
+
__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "signedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_signedinteger) __PYX_ERR(2, 879, __pyx_L1_error)
|
|
27904
|
+
__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "unsignedinteger", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(2, 881, __pyx_L1_error)
|
|
27905
|
+
__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "inexact", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_inexact) __PYX_ERR(2, 883, __pyx_L1_error)
|
|
27906
|
+
__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "floating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_floating) __PYX_ERR(2, 885, __pyx_L1_error)
|
|
27907
|
+
__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "complexfloating", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_complexfloating) __PYX_ERR(2, 887, __pyx_L1_error)
|
|
27908
|
+
__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "flexible", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_flexible) __PYX_ERR(2, 889, __pyx_L1_error)
|
|
27909
|
+
__pyx_ptype_5numpy_character = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "character", sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyObject),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_5numpy_character) __PYX_ERR(2, 891, __pyx_L1_error)
|
|
27910
|
+
__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_0_12(__pyx_t_1, "numpy", "ufunc", sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(PyUFuncObject),__Pyx_ImportType_CheckSize_Ignore_3_0_12); if (!__pyx_ptype_5numpy_ufunc) __PYX_ERR(2, 955, __pyx_L1_error)
|
|
27929
27911
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
27930
27912
|
__Pyx_RefNannyFinishContext();
|
|
27931
27913
|
return 0;
|
|
@@ -33052,10 +33034,10 @@ __PYX_GOOD:
|
|
|
33052
33034
|
#endif
|
|
33053
33035
|
|
|
33054
33036
|
/* TypeImport */
|
|
33055
|
-
#ifndef
|
|
33056
|
-
#define
|
|
33057
|
-
static PyTypeObject *
|
|
33058
|
-
size_t size, size_t alignment, enum
|
|
33037
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_0_12
|
|
33038
|
+
#define __PYX_HAVE_RT_ImportType_3_0_12
|
|
33039
|
+
static PyTypeObject *__Pyx_ImportType_3_0_12(PyObject *module, const char *module_name, const char *class_name,
|
|
33040
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_0_12 check_size)
|
|
33059
33041
|
{
|
|
33060
33042
|
PyObject *result = 0;
|
|
33061
33043
|
char warning[200];
|
|
@@ -33109,7 +33091,7 @@ static PyTypeObject *__Pyx_ImportType_3_0_11(PyObject *module, const char *modul
|
|
|
33109
33091
|
module_name, class_name, size, basicsize+itemsize);
|
|
33110
33092
|
goto bad;
|
|
33111
33093
|
}
|
|
33112
|
-
if (check_size ==
|
|
33094
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_0_12 &&
|
|
33113
33095
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
|
33114
33096
|
PyErr_Format(PyExc_ValueError,
|
|
33115
33097
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
@@ -33117,7 +33099,7 @@ static PyTypeObject *__Pyx_ImportType_3_0_11(PyObject *module, const char *modul
|
|
|
33117
33099
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
|
33118
33100
|
goto bad;
|
|
33119
33101
|
}
|
|
33120
|
-
else if (check_size ==
|
|
33102
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_0_12 && (size_t)basicsize > size) {
|
|
33121
33103
|
PyOS_snprintf(warning, sizeof(warning),
|
|
33122
33104
|
"%s.%s size changed, may indicate binary incompatibility. "
|
|
33123
33105
|
"Expected %zd from C header, got %zd from PyObject",
|
|
@@ -34789,7 +34771,7 @@ static void __pyx_insert_code_object(int code_line, PyCodeObject* code_object) {
|
|
|
34789
34771
|
#include "compile.h"
|
|
34790
34772
|
#include "frameobject.h"
|
|
34791
34773
|
#include "traceback.h"
|
|
34792
|
-
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API
|
|
34774
|
+
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API && !defined(PYPY_VERSION)
|
|
34793
34775
|
#ifndef Py_BUILD_CORE
|
|
34794
34776
|
#define Py_BUILD_CORE 1
|
|
34795
34777
|
#endif
|