eqc-models 0.14.3__py3-none-any.whl → 0.14.5__py3-none-any.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.
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/base/polyeval.c +226 -221
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/base/polyeval.cpython-310-darwin.so +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/graph/rcshortestpath.py +1 -1
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/graph/shortestpath.py +6 -4
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/classifierbase.py +11 -9
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/classifierqboost.py +12 -5
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/classifierqsvm.py +30 -14
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/clustering.py +39 -23
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/clusteringbase.py +11 -5
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/decomposition.py +30 -14
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/forecast.py +24 -23
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/forecastbase.py +1 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/regressor.py +15 -7
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/regressorbase.py +14 -10
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/reservoir.py +20 -19
- {eqc_models-0.14.3.dist-info → eqc_models-0.14.5.dist-info}/METADATA +1 -1
- eqc_models-0.14.5.dist-info/RECORD +70 -0
- eqc_models-0.14.3.dist-info/RECORD +0 -70
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/compile_extensions.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/algorithms/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/algorithms/base.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/algorithms/penaltymultiplier.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/allocation/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/allocation/allocation.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/allocation/portbase.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/allocation/portmomentum.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/assignment/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/assignment/qap.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/assignment/resource.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/assignment/setpartition.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/base/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/base/base.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/base/binaries.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/base/constraints.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/base/operators.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/base/polyeval.pyx +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/base/polynomial.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/base/quadratic.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/base/results.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/combinatorics/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/combinatorics/setcover.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/combinatorics/setpartition.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/decoding.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/graph/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/graph/base.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/graph/hypergraph.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/graph/maxcut.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/graph/maxkcut.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/graph/partition.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/cvqboost_hamiltonian.pyx +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.c +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.h +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/process/base.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/process/mpc.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/sequence/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/sequence/tsp.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/solvers/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/solvers/eqcdirect.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/solvers/mip.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/solvers/qciclient.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/solvers/responselog.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/utilities/__init__.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/utilities/fileio.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/utilities/general.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/utilities/polynomial.py +0 -0
- {eqc_models-0.14.3.data → eqc_models-0.14.5.data}/platlib/eqc_models/utilities/qplib.py +0 -0
- {eqc_models-0.14.3.dist-info → eqc_models-0.14.5.dist-info}/WHEEL +0 -0
- {eqc_models-0.14.3.dist-info → eqc_models-0.14.5.dist-info}/licenses/LICENSE.txt +0 -0
- {eqc_models-0.14.3.dist-info → eqc_models-0.14.5.dist-info}/top_level.txt +0 -0
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/* Generated by Cython 3.1.
|
|
1
|
+
/* Generated by Cython 3.1.4 */
|
|
2
2
|
|
|
3
3
|
/* BEGIN: Cython Metadata
|
|
4
4
|
{
|
|
5
5
|
"distutils": {
|
|
6
6
|
"depends": [
|
|
7
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
8
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
9
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
10
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
11
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
7
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-g_lhqik9/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h",
|
|
8
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-g_lhqik9/lib/python3.10/site-packages/numpy/core/include/numpy/arrayscalars.h",
|
|
9
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-g_lhqik9/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h",
|
|
10
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-g_lhqik9/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h",
|
|
11
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-g_lhqik9/lib/python3.10/site-packages/numpy/core/include/numpy/ufuncobject.h"
|
|
12
12
|
],
|
|
13
13
|
"extra_compile_args": [
|
|
14
14
|
"-O3",
|
|
15
15
|
"-ffast-math"
|
|
16
16
|
],
|
|
17
17
|
"include_dirs": [
|
|
18
|
-
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-
|
|
18
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-g_lhqik9/lib/python3.10/site-packages/numpy/core/include"
|
|
19
19
|
],
|
|
20
20
|
"name": "eqc_models.base.polyeval",
|
|
21
21
|
"sources": [
|
|
@@ -40,8 +40,8 @@ END: Cython Metadata */
|
|
|
40
40
|
#elif PY_VERSION_HEX < 0x03080000
|
|
41
41
|
#error Cython requires Python 3.8+.
|
|
42
42
|
#else
|
|
43
|
-
#define __PYX_ABI_VERSION "
|
|
44
|
-
#define CYTHON_HEX_VERSION
|
|
43
|
+
#define __PYX_ABI_VERSION "3_1_4"
|
|
44
|
+
#define CYTHON_HEX_VERSION 0x030104F0
|
|
45
45
|
#define CYTHON_FUTURE_DIVISION 1
|
|
46
46
|
/* CModulePreamble */
|
|
47
47
|
#include <stddef.h>
|
|
@@ -1384,7 +1384,7 @@ static const char *__pyx_filename;
|
|
|
1384
1384
|
|
|
1385
1385
|
static const char* const __pyx_f[] = {
|
|
1386
1386
|
"eqc_models/base/polyeval.pyx",
|
|
1387
|
-
"../../build-env-
|
|
1387
|
+
"../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd",
|
|
1388
1388
|
"cpython/type.pxd",
|
|
1389
1389
|
};
|
|
1390
1390
|
/* #### Code section: utility_code_proto_before_types ### */
|
|
@@ -1584,7 +1584,7 @@ typedef struct {
|
|
|
1584
1584
|
|
|
1585
1585
|
/* #### Code section: numeric_typedefs ### */
|
|
1586
1586
|
|
|
1587
|
-
/* "../../build-env-
|
|
1587
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":730
|
|
1588
1588
|
* # in Cython to enable them only on the right systems.
|
|
1589
1589
|
*
|
|
1590
1590
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1593,7 +1593,7 @@ typedef struct {
|
|
|
1593
1593
|
*/
|
|
1594
1594
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1595
1595
|
|
|
1596
|
-
/* "../../build-env-
|
|
1596
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":731
|
|
1597
1597
|
*
|
|
1598
1598
|
* ctypedef npy_int8 int8_t
|
|
1599
1599
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1602,7 +1602,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1602
1602
|
*/
|
|
1603
1603
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1604
1604
|
|
|
1605
|
-
/* "../../build-env-
|
|
1605
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":732
|
|
1606
1606
|
* ctypedef npy_int8 int8_t
|
|
1607
1607
|
* ctypedef npy_int16 int16_t
|
|
1608
1608
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1611,7 +1611,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1611
1611
|
*/
|
|
1612
1612
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1613
1613
|
|
|
1614
|
-
/* "../../build-env-
|
|
1614
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":733
|
|
1615
1615
|
* ctypedef npy_int16 int16_t
|
|
1616
1616
|
* ctypedef npy_int32 int32_t
|
|
1617
1617
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1620,7 +1620,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1620
1620
|
*/
|
|
1621
1621
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1622
1622
|
|
|
1623
|
-
/* "../../build-env-
|
|
1623
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":737
|
|
1624
1624
|
* #ctypedef npy_int128 int128_t
|
|
1625
1625
|
*
|
|
1626
1626
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1629,7 +1629,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1629
1629
|
*/
|
|
1630
1630
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1631
1631
|
|
|
1632
|
-
/* "../../build-env-
|
|
1632
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":738
|
|
1633
1633
|
*
|
|
1634
1634
|
* ctypedef npy_uint8 uint8_t
|
|
1635
1635
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1638,7 +1638,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1638
1638
|
*/
|
|
1639
1639
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1640
1640
|
|
|
1641
|
-
/* "../../build-env-
|
|
1641
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":739
|
|
1642
1642
|
* ctypedef npy_uint8 uint8_t
|
|
1643
1643
|
* ctypedef npy_uint16 uint16_t
|
|
1644
1644
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1647,7 +1647,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1647
1647
|
*/
|
|
1648
1648
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1649
1649
|
|
|
1650
|
-
/* "../../build-env-
|
|
1650
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":740
|
|
1651
1651
|
* ctypedef npy_uint16 uint16_t
|
|
1652
1652
|
* ctypedef npy_uint32 uint32_t
|
|
1653
1653
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1656,7 +1656,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1656
1656
|
*/
|
|
1657
1657
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1658
1658
|
|
|
1659
|
-
/* "../../build-env-
|
|
1659
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":744
|
|
1660
1660
|
* #ctypedef npy_uint128 uint128_t
|
|
1661
1661
|
*
|
|
1662
1662
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1665,7 +1665,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1665
1665
|
*/
|
|
1666
1666
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1667
1667
|
|
|
1668
|
-
/* "../../build-env-
|
|
1668
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1669
1669
|
*
|
|
1670
1670
|
* ctypedef npy_float32 float32_t
|
|
1671
1671
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1674,7 +1674,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1674
1674
|
*/
|
|
1675
1675
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1676
1676
|
|
|
1677
|
-
/* "../../build-env-
|
|
1677
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":754
|
|
1678
1678
|
* # The int types are mapped a bit surprising --
|
|
1679
1679
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1680
1680
|
* ctypedef npy_long int_t # <<<<<<<<<<<<<<
|
|
@@ -1683,7 +1683,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1683
1683
|
*/
|
|
1684
1684
|
typedef npy_long __pyx_t_5numpy_int_t;
|
|
1685
1685
|
|
|
1686
|
-
/* "../../build-env-
|
|
1686
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":755
|
|
1687
1687
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1688
1688
|
* ctypedef npy_long int_t
|
|
1689
1689
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1692,7 +1692,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
|
|
|
1692
1692
|
*/
|
|
1693
1693
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1694
1694
|
|
|
1695
|
-
/* "../../build-env-
|
|
1695
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":757
|
|
1696
1696
|
* ctypedef npy_longlong longlong_t
|
|
1697
1697
|
*
|
|
1698
1698
|
* ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
|
|
@@ -1701,7 +1701,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1701
1701
|
*/
|
|
1702
1702
|
typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
1703
1703
|
|
|
1704
|
-
/* "../../build-env-
|
|
1704
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":758
|
|
1705
1705
|
*
|
|
1706
1706
|
* ctypedef npy_ulong uint_t
|
|
1707
1707
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1710,7 +1710,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
|
1710
1710
|
*/
|
|
1711
1711
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1712
1712
|
|
|
1713
|
-
/* "../../build-env-
|
|
1713
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":760
|
|
1714
1714
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1715
1715
|
*
|
|
1716
1716
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1719,7 +1719,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1719
1719
|
*/
|
|
1720
1720
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1721
1721
|
|
|
1722
|
-
/* "../../build-env-
|
|
1722
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1723
1723
|
*
|
|
1724
1724
|
* ctypedef npy_intp intp_t
|
|
1725
1725
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1728,7 +1728,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1728
1728
|
*/
|
|
1729
1729
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1730
1730
|
|
|
1731
|
-
/* "../../build-env-
|
|
1731
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":763
|
|
1732
1732
|
* ctypedef npy_uintp uintp_t
|
|
1733
1733
|
*
|
|
1734
1734
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1737,7 +1737,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1737
1737
|
*/
|
|
1738
1738
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1739
1739
|
|
|
1740
|
-
/* "../../build-env-
|
|
1740
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1741
1741
|
*
|
|
1742
1742
|
* ctypedef npy_double float_t
|
|
1743
1743
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1746,7 +1746,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1746
1746
|
*/
|
|
1747
1747
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1748
1748
|
|
|
1749
|
-
/* "../../build-env-
|
|
1749
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":765
|
|
1750
1750
|
* ctypedef npy_double float_t
|
|
1751
1751
|
* ctypedef npy_double double_t
|
|
1752
1752
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1801,7 +1801,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
|
|
|
1801
1801
|
|
|
1802
1802
|
/*--- Type declarations ---*/
|
|
1803
1803
|
|
|
1804
|
-
/* "../../build-env-
|
|
1804
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1805
1805
|
* ctypedef npy_longdouble longdouble_t
|
|
1806
1806
|
*
|
|
1807
1807
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1810,7 +1810,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
|
|
|
1810
1810
|
*/
|
|
1811
1811
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
1812
1812
|
|
|
1813
|
-
/* "../../build-env-
|
|
1813
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1814
1814
|
*
|
|
1815
1815
|
* ctypedef npy_cfloat cfloat_t
|
|
1816
1816
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1819,7 +1819,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1819
1819
|
*/
|
|
1820
1820
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1821
1821
|
|
|
1822
|
-
/* "../../build-env-
|
|
1822
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1823
1823
|
* ctypedef npy_cfloat cfloat_t
|
|
1824
1824
|
* ctypedef npy_cdouble cdouble_t
|
|
1825
1825
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1828,7 +1828,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1828
1828
|
*/
|
|
1829
1829
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
1830
1830
|
|
|
1831
|
-
/* "../../build-env-
|
|
1831
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1832
1832
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1833
1833
|
*
|
|
1834
1834
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -2285,22 +2285,22 @@ static void __Pyx_RaiseBufferIndexError(int axis);
|
|
|
2285
2285
|
#define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0)
|
|
2286
2286
|
#define __Pyx_BufPtrStrided2d(type, buf, i0, s0, i1, s1) (type)((char*)buf + i0 * s0 + i1 * s1)
|
|
2287
2287
|
/* TypeImport.proto */
|
|
2288
|
-
#ifndef
|
|
2289
|
-
#define
|
|
2288
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_4
|
|
2289
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_4
|
|
2290
2290
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
|
2291
2291
|
#include <stdalign.h>
|
|
2292
2292
|
#endif
|
|
2293
2293
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
|
2294
|
-
#define
|
|
2294
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) alignof(s)
|
|
2295
2295
|
#else
|
|
2296
|
-
#define
|
|
2296
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_4(s) sizeof(void*)
|
|
2297
2297
|
#endif
|
|
2298
|
-
enum
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2298
|
+
enum __Pyx_ImportType_CheckSize_3_1_4 {
|
|
2299
|
+
__Pyx_ImportType_CheckSize_Error_3_1_4 = 0,
|
|
2300
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4 = 1,
|
|
2301
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4 = 2
|
|
2302
2302
|
};
|
|
2303
|
-
static PyTypeObject *
|
|
2303
|
+
static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size);
|
|
2304
2304
|
#endif
|
|
2305
2305
|
|
|
2306
2306
|
/* Import.proto */
|
|
@@ -3038,7 +3038,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
3038
3038
|
#endif
|
|
3039
3039
|
/* #### Code section: module_code ### */
|
|
3040
3040
|
|
|
3041
|
-
/* "../../build-env-
|
|
3041
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
|
|
3042
3042
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3043
3043
|
*
|
|
3044
3044
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3049,7 +3049,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
3049
3049
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
3050
3050
|
PyObject *__pyx_r;
|
|
3051
3051
|
|
|
3052
|
-
/* "../../build-env-
|
|
3052
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":248
|
|
3053
3053
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
3054
3054
|
* """
|
|
3055
3055
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -3059,7 +3059,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3059
3059
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
3060
3060
|
goto __pyx_L0;
|
|
3061
3061
|
|
|
3062
|
-
/* "../../build-env-
|
|
3062
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
|
|
3063
3063
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3064
3064
|
*
|
|
3065
3065
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3072,7 +3072,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3072
3072
|
return __pyx_r;
|
|
3073
3073
|
}
|
|
3074
3074
|
|
|
3075
|
-
/* "../../build-env-
|
|
3075
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
|
|
3076
3076
|
* return PyArray_BASE(self)
|
|
3077
3077
|
*
|
|
3078
3078
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3086,7 +3086,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3086
3086
|
PyArray_Descr *__pyx_t_1;
|
|
3087
3087
|
__Pyx_RefNannySetupContext("descr", 0);
|
|
3088
3088
|
|
|
3089
|
-
/* "../../build-env-
|
|
3089
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":254
|
|
3090
3090
|
* """Returns an owned reference to the dtype of the array.
|
|
3091
3091
|
* """
|
|
3092
3092
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -3099,7 +3099,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3099
3099
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
3100
3100
|
goto __pyx_L0;
|
|
3101
3101
|
|
|
3102
|
-
/* "../../build-env-
|
|
3102
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
|
|
3103
3103
|
* return PyArray_BASE(self)
|
|
3104
3104
|
*
|
|
3105
3105
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3114,7 +3114,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3114
3114
|
return __pyx_r;
|
|
3115
3115
|
}
|
|
3116
3116
|
|
|
3117
|
-
/* "../../build-env-
|
|
3117
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
|
|
3118
3118
|
* return <dtype>PyArray_DESCR(self)
|
|
3119
3119
|
*
|
|
3120
3120
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3125,7 +3125,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3125
3125
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
3126
3126
|
int __pyx_r;
|
|
3127
3127
|
|
|
3128
|
-
/* "../../build-env-
|
|
3128
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":260
|
|
3129
3129
|
* """Returns the number of dimensions in the array.
|
|
3130
3130
|
* """
|
|
3131
3131
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -3135,7 +3135,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3135
3135
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
3136
3136
|
goto __pyx_L0;
|
|
3137
3137
|
|
|
3138
|
-
/* "../../build-env-
|
|
3138
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
|
|
3139
3139
|
* return <dtype>PyArray_DESCR(self)
|
|
3140
3140
|
*
|
|
3141
3141
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3148,7 +3148,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3148
3148
|
return __pyx_r;
|
|
3149
3149
|
}
|
|
3150
3150
|
|
|
3151
|
-
/* "../../build-env-
|
|
3151
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
|
|
3152
3152
|
* return PyArray_NDIM(self)
|
|
3153
3153
|
*
|
|
3154
3154
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3159,7 +3159,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3159
3159
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
3160
3160
|
npy_intp *__pyx_r;
|
|
3161
3161
|
|
|
3162
|
-
/* "../../build-env-
|
|
3162
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":268
|
|
3163
3163
|
* Can return NULL for 0-dimensional arrays.
|
|
3164
3164
|
* """
|
|
3165
3165
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -3169,7 +3169,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3169
3169
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
3170
3170
|
goto __pyx_L0;
|
|
3171
3171
|
|
|
3172
|
-
/* "../../build-env-
|
|
3172
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
|
|
3173
3173
|
* return PyArray_NDIM(self)
|
|
3174
3174
|
*
|
|
3175
3175
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3182,7 +3182,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3182
3182
|
return __pyx_r;
|
|
3183
3183
|
}
|
|
3184
3184
|
|
|
3185
|
-
/* "../../build-env-
|
|
3185
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
|
|
3186
3186
|
* return PyArray_DIMS(self)
|
|
3187
3187
|
*
|
|
3188
3188
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3193,7 +3193,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3193
3193
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
3194
3194
|
npy_intp *__pyx_r;
|
|
3195
3195
|
|
|
3196
|
-
/* "../../build-env-
|
|
3196
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":275
|
|
3197
3197
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
3198
3198
|
* """
|
|
3199
3199
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -3203,7 +3203,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3203
3203
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
3204
3204
|
goto __pyx_L0;
|
|
3205
3205
|
|
|
3206
|
-
/* "../../build-env-
|
|
3206
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
|
|
3207
3207
|
* return PyArray_DIMS(self)
|
|
3208
3208
|
*
|
|
3209
3209
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3216,7 +3216,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3216
3216
|
return __pyx_r;
|
|
3217
3217
|
}
|
|
3218
3218
|
|
|
3219
|
-
/* "../../build-env-
|
|
3219
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
|
|
3220
3220
|
* return PyArray_STRIDES(self)
|
|
3221
3221
|
*
|
|
3222
3222
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3227,7 +3227,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3227
3227
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
3228
3228
|
npy_intp __pyx_r;
|
|
3229
3229
|
|
|
3230
|
-
/* "../../build-env-
|
|
3230
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":281
|
|
3231
3231
|
* """Returns the total size (in number of elements) of the array.
|
|
3232
3232
|
* """
|
|
3233
3233
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3237,7 +3237,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3237
3237
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
3238
3238
|
goto __pyx_L0;
|
|
3239
3239
|
|
|
3240
|
-
/* "../../build-env-
|
|
3240
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
|
|
3241
3241
|
* return PyArray_STRIDES(self)
|
|
3242
3242
|
*
|
|
3243
3243
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3250,7 +3250,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3250
3250
|
return __pyx_r;
|
|
3251
3251
|
}
|
|
3252
3252
|
|
|
3253
|
-
/* "../../build-env-
|
|
3253
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
|
|
3254
3254
|
* return PyArray_SIZE(self)
|
|
3255
3255
|
*
|
|
3256
3256
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3261,7 +3261,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3261
3261
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
3262
3262
|
char *__pyx_r;
|
|
3263
3263
|
|
|
3264
|
-
/* "../../build-env-
|
|
3264
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290
|
|
3265
3265
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
3266
3266
|
* """
|
|
3267
3267
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -3271,7 +3271,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3271
3271
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
3272
3272
|
goto __pyx_L0;
|
|
3273
3273
|
|
|
3274
|
-
/* "../../build-env-
|
|
3274
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
|
|
3275
3275
|
* return PyArray_SIZE(self)
|
|
3276
3276
|
*
|
|
3277
3277
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3284,7 +3284,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3284
3284
|
return __pyx_r;
|
|
3285
3285
|
}
|
|
3286
3286
|
|
|
3287
|
-
/* "../../build-env-
|
|
3287
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
|
|
3288
3288
|
* ctypedef npy_cdouble complex_t
|
|
3289
3289
|
*
|
|
3290
3290
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3301,7 +3301,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3301
3301
|
int __pyx_clineno = 0;
|
|
3302
3302
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
|
3303
3303
|
|
|
3304
|
-
/* "../../build-env-
|
|
3304
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":774
|
|
3305
3305
|
*
|
|
3306
3306
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
3307
3307
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -3315,7 +3315,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3315
3315
|
__pyx_t_1 = 0;
|
|
3316
3316
|
goto __pyx_L0;
|
|
3317
3317
|
|
|
3318
|
-
/* "../../build-env-
|
|
3318
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
|
|
3319
3319
|
* ctypedef npy_cdouble complex_t
|
|
3320
3320
|
*
|
|
3321
3321
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3334,7 +3334,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3334
3334
|
return __pyx_r;
|
|
3335
3335
|
}
|
|
3336
3336
|
|
|
3337
|
-
/* "../../build-env-
|
|
3337
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
|
|
3338
3338
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3339
3339
|
*
|
|
3340
3340
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3351,7 +3351,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3351
3351
|
int __pyx_clineno = 0;
|
|
3352
3352
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
|
3353
3353
|
|
|
3354
|
-
/* "../../build-env-
|
|
3354
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
|
|
3355
3355
|
*
|
|
3356
3356
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
3357
3357
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -3365,7 +3365,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3365
3365
|
__pyx_t_1 = 0;
|
|
3366
3366
|
goto __pyx_L0;
|
|
3367
3367
|
|
|
3368
|
-
/* "../../build-env-
|
|
3368
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
|
|
3369
3369
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3370
3370
|
*
|
|
3371
3371
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3384,7 +3384,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3384
3384
|
return __pyx_r;
|
|
3385
3385
|
}
|
|
3386
3386
|
|
|
3387
|
-
/* "../../build-env-
|
|
3387
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
|
|
3388
3388
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3389
3389
|
*
|
|
3390
3390
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3401,7 +3401,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3401
3401
|
int __pyx_clineno = 0;
|
|
3402
3402
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
|
3403
3403
|
|
|
3404
|
-
/* "../../build-env-
|
|
3404
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
|
|
3405
3405
|
*
|
|
3406
3406
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
3407
3407
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -3415,7 +3415,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3415
3415
|
__pyx_t_1 = 0;
|
|
3416
3416
|
goto __pyx_L0;
|
|
3417
3417
|
|
|
3418
|
-
/* "../../build-env-
|
|
3418
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
|
|
3419
3419
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3420
3420
|
*
|
|
3421
3421
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3434,7 +3434,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3434
3434
|
return __pyx_r;
|
|
3435
3435
|
}
|
|
3436
3436
|
|
|
3437
|
-
/* "../../build-env-
|
|
3437
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
|
|
3438
3438
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3439
3439
|
*
|
|
3440
3440
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3451,7 +3451,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3451
3451
|
int __pyx_clineno = 0;
|
|
3452
3452
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
|
3453
3453
|
|
|
3454
|
-
/* "../../build-env-
|
|
3454
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
|
|
3455
3455
|
*
|
|
3456
3456
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
3457
3457
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -3465,7 +3465,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3465
3465
|
__pyx_t_1 = 0;
|
|
3466
3466
|
goto __pyx_L0;
|
|
3467
3467
|
|
|
3468
|
-
/* "../../build-env-
|
|
3468
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
|
|
3469
3469
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3470
3470
|
*
|
|
3471
3471
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3484,7 +3484,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3484
3484
|
return __pyx_r;
|
|
3485
3485
|
}
|
|
3486
3486
|
|
|
3487
|
-
/* "../../build-env-
|
|
3487
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
|
|
3488
3488
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3489
3489
|
*
|
|
3490
3490
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3501,7 +3501,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3501
3501
|
int __pyx_clineno = 0;
|
|
3502
3502
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
|
3503
3503
|
|
|
3504
|
-
/* "../../build-env-
|
|
3504
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
|
|
3505
3505
|
*
|
|
3506
3506
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
3507
3507
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -3515,7 +3515,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3515
3515
|
__pyx_t_1 = 0;
|
|
3516
3516
|
goto __pyx_L0;
|
|
3517
3517
|
|
|
3518
|
-
/* "../../build-env-
|
|
3518
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
|
|
3519
3519
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3520
3520
|
*
|
|
3521
3521
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3534,7 +3534,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3534
3534
|
return __pyx_r;
|
|
3535
3535
|
}
|
|
3536
3536
|
|
|
3537
|
-
/* "../../build-env-
|
|
3537
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
|
|
3538
3538
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
3539
3539
|
*
|
|
3540
3540
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -3548,7 +3548,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3548
3548
|
int __pyx_t_1;
|
|
3549
3549
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
|
3550
3550
|
|
|
3551
|
-
/* "../../build-env-
|
|
3551
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
3552
3552
|
*
|
|
3553
3553
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3554
3554
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -3558,7 +3558,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3558
3558
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
3559
3559
|
if (__pyx_t_1) {
|
|
3560
3560
|
|
|
3561
|
-
/* "../../build-env-
|
|
3561
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790
|
|
3562
3562
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3563
3563
|
* if PyDataType_HASSUBARRAY(d):
|
|
3564
3564
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -3570,7 +3570,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3570
3570
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
3571
3571
|
goto __pyx_L0;
|
|
3572
3572
|
|
|
3573
|
-
/* "../../build-env-
|
|
3573
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
3574
3574
|
*
|
|
3575
3575
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3576
3576
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -3579,7 +3579,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3579
3579
|
*/
|
|
3580
3580
|
}
|
|
3581
3581
|
|
|
3582
|
-
/* "../../build-env-
|
|
3582
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
|
|
3583
3583
|
* return <tuple>d.subarray.shape
|
|
3584
3584
|
* else:
|
|
3585
3585
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -3593,7 +3593,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3593
3593
|
goto __pyx_L0;
|
|
3594
3594
|
}
|
|
3595
3595
|
|
|
3596
|
-
/* "../../build-env-
|
|
3596
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
|
|
3597
3597
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
3598
3598
|
*
|
|
3599
3599
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -3608,7 +3608,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3608
3608
|
return __pyx_r;
|
|
3609
3609
|
}
|
|
3610
3610
|
|
|
3611
|
-
/* "../../build-env-
|
|
3611
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
|
|
3612
3612
|
* int _import_umath() except -1
|
|
3613
3613
|
*
|
|
3614
3614
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -3622,7 +3622,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3622
3622
|
const char *__pyx_filename = NULL;
|
|
3623
3623
|
int __pyx_clineno = 0;
|
|
3624
3624
|
|
|
3625
|
-
/* "../../build-env-
|
|
3625
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":969
|
|
3626
3626
|
*
|
|
3627
3627
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
3628
3628
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -3631,7 +3631,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3631
3631
|
*/
|
|
3632
3632
|
Py_INCREF(__pyx_v_base);
|
|
3633
3633
|
|
|
3634
|
-
/* "../../build-env-
|
|
3634
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":970
|
|
3635
3635
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
3636
3636
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
3637
3637
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -3640,7 +3640,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3640
3640
|
*/
|
|
3641
3641
|
__pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 970, __pyx_L1_error)
|
|
3642
3642
|
|
|
3643
|
-
/* "../../build-env-
|
|
3643
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
|
|
3644
3644
|
* int _import_umath() except -1
|
|
3645
3645
|
*
|
|
3646
3646
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -3655,7 +3655,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3655
3655
|
__pyx_L0:;
|
|
3656
3656
|
}
|
|
3657
3657
|
|
|
3658
|
-
/* "../../build-env-
|
|
3658
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
|
|
3659
3659
|
* PyArray_SetBaseObject(arr, base)
|
|
3660
3660
|
*
|
|
3661
3661
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -3670,7 +3670,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3670
3670
|
int __pyx_t_1;
|
|
3671
3671
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
|
3672
3672
|
|
|
3673
|
-
/* "../../build-env-
|
|
3673
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973
|
|
3674
3674
|
*
|
|
3675
3675
|
* cdef inline object get_array_base(ndarray arr):
|
|
3676
3676
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -3679,7 +3679,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3679
3679
|
*/
|
|
3680
3680
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
3681
3681
|
|
|
3682
|
-
/* "../../build-env-
|
|
3682
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
|
|
3683
3683
|
* cdef inline object get_array_base(ndarray arr):
|
|
3684
3684
|
* base = PyArray_BASE(arr)
|
|
3685
3685
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -3689,7 +3689,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3689
3689
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
3690
3690
|
if (__pyx_t_1) {
|
|
3691
3691
|
|
|
3692
|
-
/* "../../build-env-
|
|
3692
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
|
|
3693
3693
|
* base = PyArray_BASE(arr)
|
|
3694
3694
|
* if base is NULL:
|
|
3695
3695
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -3700,7 +3700,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3700
3700
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
3701
3701
|
goto __pyx_L0;
|
|
3702
3702
|
|
|
3703
|
-
/* "../../build-env-
|
|
3703
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
|
|
3704
3704
|
* cdef inline object get_array_base(ndarray arr):
|
|
3705
3705
|
* base = PyArray_BASE(arr)
|
|
3706
3706
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -3709,7 +3709,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3709
3709
|
*/
|
|
3710
3710
|
}
|
|
3711
3711
|
|
|
3712
|
-
/* "../../build-env-
|
|
3712
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976
|
|
3713
3713
|
* if base is NULL:
|
|
3714
3714
|
* return None
|
|
3715
3715
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -3721,7 +3721,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3721
3721
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
3722
3722
|
goto __pyx_L0;
|
|
3723
3723
|
|
|
3724
|
-
/* "../../build-env-
|
|
3724
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
|
|
3725
3725
|
* PyArray_SetBaseObject(arr, base)
|
|
3726
3726
|
*
|
|
3727
3727
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -3736,7 +3736,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3736
3736
|
return __pyx_r;
|
|
3737
3737
|
}
|
|
3738
3738
|
|
|
3739
|
-
/* "../../build-env-
|
|
3739
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
|
|
3740
3740
|
* # Versions of the import_* functions which are more suitable for
|
|
3741
3741
|
* # Cython code.
|
|
3742
3742
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3763,7 +3763,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3763
3763
|
int __pyx_clineno = 0;
|
|
3764
3764
|
__Pyx_RefNannySetupContext("import_array", 0);
|
|
3765
3765
|
|
|
3766
|
-
/* "../../build-env-
|
|
3766
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3767
3767
|
* # Cython code.
|
|
3768
3768
|
* cdef inline int import_array() except -1:
|
|
3769
3769
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3779,7 +3779,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3779
3779
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
3780
3780
|
/*try:*/ {
|
|
3781
3781
|
|
|
3782
|
-
/* "../../build-env-
|
|
3782
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":982
|
|
3783
3783
|
* cdef inline int import_array() except -1:
|
|
3784
3784
|
* try:
|
|
3785
3785
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -3788,7 +3788,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3788
3788
|
*/
|
|
3789
3789
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 982, __pyx_L3_error)
|
|
3790
3790
|
|
|
3791
|
-
/* "../../build-env-
|
|
3791
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3792
3792
|
* # Cython code.
|
|
3793
3793
|
* cdef inline int import_array() except -1:
|
|
3794
3794
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3802,7 +3802,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3802
3802
|
goto __pyx_L8_try_end;
|
|
3803
3803
|
__pyx_L3_error:;
|
|
3804
3804
|
|
|
3805
|
-
/* "../../build-env-
|
|
3805
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
|
|
3806
3806
|
* try:
|
|
3807
3807
|
* __pyx_import_array()
|
|
3808
3808
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -3817,7 +3817,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3817
3817
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
3818
3818
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
3819
3819
|
|
|
3820
|
-
/* "../../build-env-
|
|
3820
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
3821
3821
|
* __pyx_import_array()
|
|
3822
3822
|
* except Exception:
|
|
3823
3823
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -3842,7 +3842,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3842
3842
|
}
|
|
3843
3843
|
goto __pyx_L5_except_error;
|
|
3844
3844
|
|
|
3845
|
-
/* "../../build-env-
|
|
3845
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3846
3846
|
* # Cython code.
|
|
3847
3847
|
* cdef inline int import_array() except -1:
|
|
3848
3848
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3858,7 +3858,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3858
3858
|
__pyx_L8_try_end:;
|
|
3859
3859
|
}
|
|
3860
3860
|
|
|
3861
|
-
/* "../../build-env-
|
|
3861
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
|
|
3862
3862
|
* # Versions of the import_* functions which are more suitable for
|
|
3863
3863
|
* # Cython code.
|
|
3864
3864
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3883,7 +3883,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3883
3883
|
return __pyx_r;
|
|
3884
3884
|
}
|
|
3885
3885
|
|
|
3886
|
-
/* "../../build-env-
|
|
3886
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
|
|
3887
3887
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
3888
3888
|
*
|
|
3889
3889
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3910,7 +3910,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3910
3910
|
int __pyx_clineno = 0;
|
|
3911
3911
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
|
3912
3912
|
|
|
3913
|
-
/* "../../build-env-
|
|
3913
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
3914
3914
|
*
|
|
3915
3915
|
* cdef inline int import_umath() except -1:
|
|
3916
3916
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3926,7 +3926,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3926
3926
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
3927
3927
|
/*try:*/ {
|
|
3928
3928
|
|
|
3929
|
-
/* "../../build-env-
|
|
3929
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":988
|
|
3930
3930
|
* cdef inline int import_umath() except -1:
|
|
3931
3931
|
* try:
|
|
3932
3932
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -3935,7 +3935,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3935
3935
|
*/
|
|
3936
3936
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 988, __pyx_L3_error)
|
|
3937
3937
|
|
|
3938
|
-
/* "../../build-env-
|
|
3938
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
3939
3939
|
*
|
|
3940
3940
|
* cdef inline int import_umath() except -1:
|
|
3941
3941
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3949,7 +3949,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3949
3949
|
goto __pyx_L8_try_end;
|
|
3950
3950
|
__pyx_L3_error:;
|
|
3951
3951
|
|
|
3952
|
-
/* "../../build-env-
|
|
3952
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
|
|
3953
3953
|
* try:
|
|
3954
3954
|
* _import_umath()
|
|
3955
3955
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -3964,7 +3964,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3964
3964
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
3965
3965
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
3966
3966
|
|
|
3967
|
-
/* "../../build-env-
|
|
3967
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
3968
3968
|
* _import_umath()
|
|
3969
3969
|
* except Exception:
|
|
3970
3970
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -3989,7 +3989,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3989
3989
|
}
|
|
3990
3990
|
goto __pyx_L5_except_error;
|
|
3991
3991
|
|
|
3992
|
-
/* "../../build-env-
|
|
3992
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
3993
3993
|
*
|
|
3994
3994
|
* cdef inline int import_umath() except -1:
|
|
3995
3995
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4005,7 +4005,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4005
4005
|
__pyx_L8_try_end:;
|
|
4006
4006
|
}
|
|
4007
4007
|
|
|
4008
|
-
/* "../../build-env-
|
|
4008
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
|
|
4009
4009
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
4010
4010
|
*
|
|
4011
4011
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4030,7 +4030,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4030
4030
|
return __pyx_r;
|
|
4031
4031
|
}
|
|
4032
4032
|
|
|
4033
|
-
/* "../../build-env-
|
|
4033
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
|
|
4034
4034
|
* raise ImportError("numpy.core.umath failed to import")
|
|
4035
4035
|
*
|
|
4036
4036
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4057,7 +4057,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4057
4057
|
int __pyx_clineno = 0;
|
|
4058
4058
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
|
4059
4059
|
|
|
4060
|
-
/* "../../build-env-
|
|
4060
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4061
4061
|
*
|
|
4062
4062
|
* cdef inline int import_ufunc() except -1:
|
|
4063
4063
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4073,7 +4073,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4073
4073
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4074
4074
|
/*try:*/ {
|
|
4075
4075
|
|
|
4076
|
-
/* "../../build-env-
|
|
4076
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":994
|
|
4077
4077
|
* cdef inline int import_ufunc() except -1:
|
|
4078
4078
|
* try:
|
|
4079
4079
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4082,7 +4082,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4082
4082
|
*/
|
|
4083
4083
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 994, __pyx_L3_error)
|
|
4084
4084
|
|
|
4085
|
-
/* "../../build-env-
|
|
4085
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4086
4086
|
*
|
|
4087
4087
|
* cdef inline int import_ufunc() except -1:
|
|
4088
4088
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4096,7 +4096,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4096
4096
|
goto __pyx_L8_try_end;
|
|
4097
4097
|
__pyx_L3_error:;
|
|
4098
4098
|
|
|
4099
|
-
/* "../../build-env-
|
|
4099
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
|
|
4100
4100
|
* try:
|
|
4101
4101
|
* _import_umath()
|
|
4102
4102
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4111,7 +4111,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4111
4111
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4112
4112
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4113
4113
|
|
|
4114
|
-
/* "../../build-env-
|
|
4114
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
|
|
4115
4115
|
* _import_umath()
|
|
4116
4116
|
* except Exception:
|
|
4117
4117
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4136,7 +4136,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4136
4136
|
}
|
|
4137
4137
|
goto __pyx_L5_except_error;
|
|
4138
4138
|
|
|
4139
|
-
/* "../../build-env-
|
|
4139
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4140
4140
|
*
|
|
4141
4141
|
* cdef inline int import_ufunc() except -1:
|
|
4142
4142
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4152,7 +4152,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4152
4152
|
__pyx_L8_try_end:;
|
|
4153
4153
|
}
|
|
4154
4154
|
|
|
4155
|
-
/* "../../build-env-
|
|
4155
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
|
|
4156
4156
|
* raise ImportError("numpy.core.umath failed to import")
|
|
4157
4157
|
*
|
|
4158
4158
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4177,7 +4177,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4177
4177
|
return __pyx_r;
|
|
4178
4178
|
}
|
|
4179
4179
|
|
|
4180
|
-
/* "../../build-env-
|
|
4180
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
|
|
4181
4181
|
*
|
|
4182
4182
|
*
|
|
4183
4183
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4188,7 +4188,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4188
4188
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
4189
4189
|
int __pyx_r;
|
|
4190
4190
|
|
|
4191
|
-
/* "../../build-env-
|
|
4191
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1011
|
|
4192
4192
|
* bool
|
|
4193
4193
|
* """
|
|
4194
4194
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4198,7 +4198,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4198
4198
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
4199
4199
|
goto __pyx_L0;
|
|
4200
4200
|
|
|
4201
|
-
/* "../../build-env-
|
|
4201
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
|
|
4202
4202
|
*
|
|
4203
4203
|
*
|
|
4204
4204
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4211,7 +4211,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4211
4211
|
return __pyx_r;
|
|
4212
4212
|
}
|
|
4213
4213
|
|
|
4214
|
-
/* "../../build-env-
|
|
4214
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4215
4215
|
*
|
|
4216
4216
|
*
|
|
4217
4217
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4222,7 +4222,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4222
4222
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
4223
4223
|
int __pyx_r;
|
|
4224
4224
|
|
|
4225
|
-
/* "../../build-env-
|
|
4225
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1026
|
|
4226
4226
|
* bool
|
|
4227
4227
|
* """
|
|
4228
4228
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4232,7 +4232,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4232
4232
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
4233
4233
|
goto __pyx_L0;
|
|
4234
4234
|
|
|
4235
|
-
/* "../../build-env-
|
|
4235
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4236
4236
|
*
|
|
4237
4237
|
*
|
|
4238
4238
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4245,7 +4245,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4245
4245
|
return __pyx_r;
|
|
4246
4246
|
}
|
|
4247
4247
|
|
|
4248
|
-
/* "../../build-env-
|
|
4248
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4249
4249
|
*
|
|
4250
4250
|
*
|
|
4251
4251
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4256,7 +4256,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4256
4256
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
4257
4257
|
npy_datetime __pyx_r;
|
|
4258
4258
|
|
|
4259
|
-
/* "../../build-env-
|
|
4259
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1036
|
|
4260
4260
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
4261
4261
|
* """
|
|
4262
4262
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4266,7 +4266,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4266
4266
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
4267
4267
|
goto __pyx_L0;
|
|
4268
4268
|
|
|
4269
|
-
/* "../../build-env-
|
|
4269
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4270
4270
|
*
|
|
4271
4271
|
*
|
|
4272
4272
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4279,7 +4279,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4279
4279
|
return __pyx_r;
|
|
4280
4280
|
}
|
|
4281
4281
|
|
|
4282
|
-
/* "../../build-env-
|
|
4282
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
4283
4283
|
*
|
|
4284
4284
|
*
|
|
4285
4285
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4290,7 +4290,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4290
4290
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
4291
4291
|
npy_timedelta __pyx_r;
|
|
4292
4292
|
|
|
4293
|
-
/* "../../build-env-
|
|
4293
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1043
|
|
4294
4294
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
4295
4295
|
* """
|
|
4296
4296
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4300,7 +4300,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4300
4300
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
4301
4301
|
goto __pyx_L0;
|
|
4302
4302
|
|
|
4303
|
-
/* "../../build-env-
|
|
4303
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
4304
4304
|
*
|
|
4305
4305
|
*
|
|
4306
4306
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4313,7 +4313,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4313
4313
|
return __pyx_r;
|
|
4314
4314
|
}
|
|
4315
4315
|
|
|
4316
|
-
/* "../../build-env-
|
|
4316
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
4317
4317
|
*
|
|
4318
4318
|
*
|
|
4319
4319
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4324,7 +4324,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4324
4324
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
4325
4325
|
NPY_DATETIMEUNIT __pyx_r;
|
|
4326
4326
|
|
|
4327
|
-
/* "../../build-env-
|
|
4327
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1050
|
|
4328
4328
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
4329
4329
|
* """
|
|
4330
4330
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -4332,7 +4332,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
4332
4332
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
4333
4333
|
goto __pyx_L0;
|
|
4334
4334
|
|
|
4335
|
-
/* "../../build-env-
|
|
4335
|
+
/* "../../build-env-g_lhqik9/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
4336
4336
|
*
|
|
4337
4337
|
*
|
|
4338
4338
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -5275,153 +5275,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
|
5275
5275
|
/*--- Type import code ---*/
|
|
5276
5276
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 9, __pyx_L1_error)
|
|
5277
5277
|
__Pyx_GOTREF(__pyx_t_1);
|
|
5278
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
|
5278
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_4(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
|
5279
5279
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5280
|
-
sizeof(PyTypeObject),
|
|
5280
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyTypeObject),
|
|
5281
5281
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5282
5282
|
0, 0,
|
|
5283
5283
|
#else
|
|
5284
|
-
sizeof(PyHeapTypeObject),
|
|
5284
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyHeapTypeObject),
|
|
5285
5285
|
#endif
|
|
5286
|
-
|
|
5286
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(2, 9, __pyx_L1_error)
|
|
5287
5287
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
5288
5288
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 202, __pyx_L1_error)
|
|
5289
5289
|
__Pyx_GOTREF(__pyx_t_1);
|
|
5290
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
|
5290
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "dtype",
|
|
5291
5291
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5292
|
-
sizeof(PyArray_Descr),
|
|
5292
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArray_Descr),
|
|
5293
5293
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5294
|
-
sizeof(PyArray_Descr),
|
|
5294
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArray_Descr),
|
|
5295
5295
|
#else
|
|
5296
|
-
sizeof(PyArray_Descr),
|
|
5296
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArray_Descr),
|
|
5297
5297
|
#endif
|
|
5298
|
-
|
|
5299
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
|
5298
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_dtype) __PYX_ERR(1, 202, __pyx_L1_error)
|
|
5299
|
+
__pyx_mstate->__pyx_ptype_5numpy_flatiter = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "flatiter",
|
|
5300
5300
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5301
|
-
sizeof(PyArrayIterObject),
|
|
5301
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayIterObject),
|
|
5302
5302
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5303
|
-
sizeof(PyArrayIterObject),
|
|
5303
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayIterObject),
|
|
5304
5304
|
#else
|
|
5305
|
-
sizeof(PyArrayIterObject),
|
|
5305
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayIterObject),
|
|
5306
5306
|
#endif
|
|
5307
|
-
|
|
5308
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
|
5307
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_flatiter) __PYX_ERR(1, 225, __pyx_L1_error)
|
|
5308
|
+
__pyx_mstate->__pyx_ptype_5numpy_broadcast = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "broadcast",
|
|
5309
5309
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5310
|
-
sizeof(PyArrayMultiIterObject),
|
|
5310
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayMultiIterObject),
|
|
5311
5311
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5312
|
-
sizeof(PyArrayMultiIterObject),
|
|
5312
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayMultiIterObject),
|
|
5313
5313
|
#else
|
|
5314
|
-
sizeof(PyArrayMultiIterObject),
|
|
5314
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayMultiIterObject),
|
|
5315
5315
|
#endif
|
|
5316
|
-
|
|
5317
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
|
5316
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_broadcast) __PYX_ERR(1, 229, __pyx_L1_error)
|
|
5317
|
+
__pyx_mstate->__pyx_ptype_5numpy_ndarray = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "ndarray",
|
|
5318
5318
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5319
|
-
sizeof(PyArrayObject),
|
|
5319
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayObject),
|
|
5320
5320
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5321
|
-
sizeof(PyArrayObject),
|
|
5321
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayObject),
|
|
5322
5322
|
#else
|
|
5323
|
-
sizeof(PyArrayObject),
|
|
5323
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyArrayObject),
|
|
5324
5324
|
#endif
|
|
5325
|
-
|
|
5326
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
|
5325
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_ndarray) __PYX_ERR(1, 238, __pyx_L1_error)
|
|
5326
|
+
__pyx_mstate->__pyx_ptype_5numpy_generic = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "generic",
|
|
5327
5327
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5328
|
-
sizeof(PyObject),
|
|
5328
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5329
5329
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5330
|
-
sizeof(PyObject),
|
|
5330
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5331
5331
|
#else
|
|
5332
|
-
sizeof(PyObject),
|
|
5332
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5333
5333
|
#endif
|
|
5334
|
-
|
|
5335
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
|
5334
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_generic) __PYX_ERR(1, 809, __pyx_L1_error)
|
|
5335
|
+
__pyx_mstate->__pyx_ptype_5numpy_number = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "number",
|
|
5336
5336
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5337
|
-
sizeof(PyObject),
|
|
5337
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5338
5338
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5339
|
-
sizeof(PyObject),
|
|
5339
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5340
5340
|
#else
|
|
5341
|
-
sizeof(PyObject),
|
|
5341
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5342
5342
|
#endif
|
|
5343
|
-
|
|
5344
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
|
5343
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_number) __PYX_ERR(1, 811, __pyx_L1_error)
|
|
5344
|
+
__pyx_mstate->__pyx_ptype_5numpy_integer = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "integer",
|
|
5345
5345
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5346
|
-
sizeof(PyObject),
|
|
5346
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5347
5347
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5348
|
-
sizeof(PyObject),
|
|
5348
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5349
5349
|
#else
|
|
5350
|
-
sizeof(PyObject),
|
|
5350
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5351
5351
|
#endif
|
|
5352
|
-
|
|
5353
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
|
5352
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_integer) __PYX_ERR(1, 813, __pyx_L1_error)
|
|
5353
|
+
__pyx_mstate->__pyx_ptype_5numpy_signedinteger = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "signedinteger",
|
|
5354
5354
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5355
|
-
sizeof(PyObject),
|
|
5355
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5356
5356
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5357
|
-
sizeof(PyObject),
|
|
5357
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5358
5358
|
#else
|
|
5359
|
-
sizeof(PyObject),
|
|
5359
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5360
5360
|
#endif
|
|
5361
|
-
|
|
5362
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
|
5361
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_signedinteger) __PYX_ERR(1, 815, __pyx_L1_error)
|
|
5362
|
+
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "unsignedinteger",
|
|
5363
5363
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5364
|
-
sizeof(PyObject),
|
|
5364
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5365
5365
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5366
|
-
sizeof(PyObject),
|
|
5366
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5367
5367
|
#else
|
|
5368
|
-
sizeof(PyObject),
|
|
5368
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5369
5369
|
#endif
|
|
5370
|
-
|
|
5371
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
|
5370
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger) __PYX_ERR(1, 817, __pyx_L1_error)
|
|
5371
|
+
__pyx_mstate->__pyx_ptype_5numpy_inexact = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "inexact",
|
|
5372
5372
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5373
|
-
sizeof(PyObject),
|
|
5373
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5374
5374
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5375
|
-
sizeof(PyObject),
|
|
5375
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5376
5376
|
#else
|
|
5377
|
-
sizeof(PyObject),
|
|
5377
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5378
5378
|
#endif
|
|
5379
|
-
|
|
5380
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
|
5379
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_inexact) __PYX_ERR(1, 819, __pyx_L1_error)
|
|
5380
|
+
__pyx_mstate->__pyx_ptype_5numpy_floating = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "floating",
|
|
5381
5381
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5382
|
-
sizeof(PyObject),
|
|
5382
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5383
5383
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5384
|
-
sizeof(PyObject),
|
|
5384
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5385
5385
|
#else
|
|
5386
|
-
sizeof(PyObject),
|
|
5386
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5387
5387
|
#endif
|
|
5388
|
-
|
|
5389
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
|
5388
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_floating) __PYX_ERR(1, 821, __pyx_L1_error)
|
|
5389
|
+
__pyx_mstate->__pyx_ptype_5numpy_complexfloating = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "complexfloating",
|
|
5390
5390
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5391
|
-
sizeof(PyObject),
|
|
5391
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5392
5392
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5393
|
-
sizeof(PyObject),
|
|
5393
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5394
5394
|
#else
|
|
5395
|
-
sizeof(PyObject),
|
|
5395
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5396
5396
|
#endif
|
|
5397
|
-
|
|
5398
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
|
5397
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_complexfloating) __PYX_ERR(1, 823, __pyx_L1_error)
|
|
5398
|
+
__pyx_mstate->__pyx_ptype_5numpy_flexible = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "flexible",
|
|
5399
5399
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5400
|
-
sizeof(PyObject),
|
|
5400
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5401
5401
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5402
|
-
sizeof(PyObject),
|
|
5402
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5403
5403
|
#else
|
|
5404
|
-
sizeof(PyObject),
|
|
5404
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5405
5405
|
#endif
|
|
5406
|
-
|
|
5407
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
|
5406
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_flexible) __PYX_ERR(1, 825, __pyx_L1_error)
|
|
5407
|
+
__pyx_mstate->__pyx_ptype_5numpy_character = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "character",
|
|
5408
5408
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5409
|
-
sizeof(PyObject),
|
|
5409
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5410
5410
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5411
|
-
sizeof(PyObject),
|
|
5411
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5412
5412
|
#else
|
|
5413
|
-
sizeof(PyObject),
|
|
5413
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyObject),
|
|
5414
5414
|
#endif
|
|
5415
|
-
|
|
5416
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
|
5415
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_character) __PYX_ERR(1, 827, __pyx_L1_error)
|
|
5416
|
+
__pyx_mstate->__pyx_ptype_5numpy_ufunc = __Pyx_ImportType_3_1_4(__pyx_t_1, "numpy", "ufunc",
|
|
5417
5417
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5418
|
-
sizeof(PyUFuncObject),
|
|
5418
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyUFuncObject),
|
|
5419
5419
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5420
|
-
sizeof(PyUFuncObject),
|
|
5420
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyUFuncObject),
|
|
5421
5421
|
#else
|
|
5422
|
-
sizeof(PyUFuncObject),
|
|
5422
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_4(PyUFuncObject),
|
|
5423
5423
|
#endif
|
|
5424
|
-
|
|
5424
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_4); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(1, 866, __pyx_L1_error)
|
|
5425
5425
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
5426
5426
|
__Pyx_RefNannyFinishContext();
|
|
5427
5427
|
return 0;
|
|
@@ -8336,15 +8336,15 @@ fail:;
|
|
|
8336
8336
|
}
|
|
8337
8337
|
|
|
8338
8338
|
/* TypeImport */
|
|
8339
|
-
#ifndef
|
|
8340
|
-
#define
|
|
8341
|
-
static PyTypeObject *
|
|
8342
|
-
size_t size, size_t alignment, enum
|
|
8339
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_4
|
|
8340
|
+
#define __PYX_HAVE_RT_ImportType_3_1_4
|
|
8341
|
+
static PyTypeObject *__Pyx_ImportType_3_1_4(PyObject *module, const char *module_name, const char *class_name,
|
|
8342
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_4 check_size)
|
|
8343
8343
|
{
|
|
8344
8344
|
PyObject *result = 0;
|
|
8345
8345
|
Py_ssize_t basicsize;
|
|
8346
8346
|
Py_ssize_t itemsize;
|
|
8347
|
-
#
|
|
8347
|
+
#ifdef Py_LIMITED_API
|
|
8348
8348
|
PyObject *py_basicsize;
|
|
8349
8349
|
PyObject *py_itemsize;
|
|
8350
8350
|
#endif
|
|
@@ -8357,7 +8357,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module
|
|
|
8357
8357
|
module_name, class_name);
|
|
8358
8358
|
goto bad;
|
|
8359
8359
|
}
|
|
8360
|
-
#
|
|
8360
|
+
#ifndef Py_LIMITED_API
|
|
8361
8361
|
basicsize = ((PyTypeObject *)result)->tp_basicsize;
|
|
8362
8362
|
itemsize = ((PyTypeObject *)result)->tp_itemsize;
|
|
8363
8363
|
#else
|
|
@@ -8395,7 +8395,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module
|
|
|
8395
8395
|
module_name, class_name, size, basicsize+itemsize);
|
|
8396
8396
|
goto bad;
|
|
8397
8397
|
}
|
|
8398
|
-
if (check_size ==
|
|
8398
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_4 &&
|
|
8399
8399
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
|
8400
8400
|
PyErr_Format(PyExc_ValueError,
|
|
8401
8401
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
@@ -8403,7 +8403,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module
|
|
|
8403
8403
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
|
8404
8404
|
goto bad;
|
|
8405
8405
|
}
|
|
8406
|
-
else if (check_size ==
|
|
8406
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_4 && (size_t)basicsize > size) {
|
|
8407
8407
|
if (PyErr_WarnFormat(NULL, 0,
|
|
8408
8408
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
8409
8409
|
"Expected %zd from C header, got %zd from PyObject",
|
|
@@ -8879,6 +8879,7 @@ static int __pyx_CommonTypesMetaclass_init(PyObject *module) {
|
|
|
8879
8879
|
return -1;
|
|
8880
8880
|
}
|
|
8881
8881
|
mstate->__pyx_CommonTypesMetaclassType = __Pyx_FetchCommonTypeFromSpec(NULL, module, &__pyx_CommonTypesMetaclass_spec, bases);
|
|
8882
|
+
Py_DECREF(bases);
|
|
8882
8883
|
if (unlikely(mstate->__pyx_CommonTypesMetaclassType == NULL)) {
|
|
8883
8884
|
return -1;
|
|
8884
8885
|
}
|
|
@@ -11668,6 +11669,10 @@ static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches2(PyObject *err, PyObj
|
|
|
11668
11669
|
PyCode_NewWithPosOnlyArgs
|
|
11669
11670
|
#endif
|
|
11670
11671
|
(a, p, k, l, s, f, code, c, n, v, fv, cell, fn, name, name, fline, lnos, __pyx_mstate_global->__pyx_empty_bytes);
|
|
11672
|
+
#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030c00A1
|
|
11673
|
+
if (likely(result))
|
|
11674
|
+
result->_co_firsttraceable = 0;
|
|
11675
|
+
#endif
|
|
11671
11676
|
return result;
|
|
11672
11677
|
}
|
|
11673
11678
|
#elif PY_VERSION_HEX >= 0x030800B2 && !CYTHON_COMPILING_IN_PYPY
|