eqc-models 0.14.1__py3-none-any.whl → 0.14.3__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.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/base/polyeval.c +227 -220
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/base/polyeval.cpython-310-darwin.so +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/classifierqboost.py +5 -3
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/utilities/qplib.py +1 -1
- {eqc_models-0.14.1.dist-info → eqc_models-0.14.3.dist-info}/METADATA +2 -2
- eqc_models-0.14.3.dist-info/RECORD +70 -0
- eqc_models-0.14.1.dist-info/RECORD +0 -70
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/compile_extensions.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/__init__.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/algorithms/__init__.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/algorithms/base.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/algorithms/penaltymultiplier.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/allocation/__init__.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/allocation/allocation.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/allocation/portbase.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/allocation/portmomentum.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/assignment/__init__.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/assignment/qap.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/assignment/resource.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/assignment/setpartition.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/base/__init__.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/base/base.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/base/binaries.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/base/constraints.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/base/operators.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/base/polyeval.pyx +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/base/polynomial.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/base/quadratic.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/base/results.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/combinatorics/__init__.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/combinatorics/setcover.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/combinatorics/setpartition.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/decoding.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/graph/__init__.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/graph/base.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/graph/hypergraph.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/graph/maxcut.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/graph/maxkcut.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/graph/partition.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/graph/rcshortestpath.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/graph/shortestpath.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/__init__.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/classifierbase.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/classifierqsvm.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/clustering.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/clusteringbase.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/cvqboost_hamiltonian.pyx +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.c +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.h +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/decomposition.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/forecast.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/forecastbase.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/regressor.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/regressorbase.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/ml/reservoir.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/process/base.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/process/mpc.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/sequence/__init__.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/sequence/tsp.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/solvers/__init__.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/solvers/eqcdirect.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/solvers/mip.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/solvers/qciclient.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/solvers/responselog.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/utilities/__init__.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/utilities/fileio.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/utilities/general.py +0 -0
- {eqc_models-0.14.1.data → eqc_models-0.14.3.data}/platlib/eqc_models/utilities/polynomial.py +0 -0
- {eqc_models-0.14.1.dist-info → eqc_models-0.14.3.dist-info}/WHEEL +0 -0
- {eqc_models-0.14.1.dist-info → eqc_models-0.14.3.dist-info}/licenses/LICENSE.txt +0 -0
- {eqc_models-0.14.1.dist-info → eqc_models-0.14.3.dist-info}/top_level.txt +0 -0
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
/* Generated by Cython 3.1.
|
|
1
|
+
/* Generated by Cython 3.1.3 */
|
|
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-4sctewz2/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h",
|
|
8
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-4sctewz2/lib/python3.10/site-packages/numpy/core/include/numpy/arrayscalars.h",
|
|
9
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-4sctewz2/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h",
|
|
10
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-4sctewz2/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h",
|
|
11
|
+
"/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-4sctewz2/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-4sctewz2/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_3"
|
|
44
|
+
#define CYTHON_HEX_VERSION 0x030103F0
|
|
45
45
|
#define CYTHON_FUTURE_DIVISION 1
|
|
46
46
|
/* CModulePreamble */
|
|
47
47
|
#include <stddef.h>
|
|
@@ -404,6 +404,9 @@ END: Cython Metadata */
|
|
|
404
404
|
enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
|
|
405
405
|
#endif
|
|
406
406
|
#endif
|
|
407
|
+
#ifndef CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME
|
|
408
|
+
#define CYTHON_LOCK_AND_GIL_DEADLOCK_AVOIDANCE_TIME 100
|
|
409
|
+
#endif
|
|
407
410
|
#ifndef __has_attribute
|
|
408
411
|
#define __has_attribute(x) 0
|
|
409
412
|
#endif
|
|
@@ -1381,7 +1384,7 @@ static const char *__pyx_filename;
|
|
|
1381
1384
|
|
|
1382
1385
|
static const char* const __pyx_f[] = {
|
|
1383
1386
|
"eqc_models/base/polyeval.pyx",
|
|
1384
|
-
"../../build-env-
|
|
1387
|
+
"../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd",
|
|
1385
1388
|
"cpython/type.pxd",
|
|
1386
1389
|
};
|
|
1387
1390
|
/* #### Code section: utility_code_proto_before_types ### */
|
|
@@ -1581,7 +1584,7 @@ typedef struct {
|
|
|
1581
1584
|
|
|
1582
1585
|
/* #### Code section: numeric_typedefs ### */
|
|
1583
1586
|
|
|
1584
|
-
/* "../../build-env-
|
|
1587
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":730
|
|
1585
1588
|
* # in Cython to enable them only on the right systems.
|
|
1586
1589
|
*
|
|
1587
1590
|
* ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
|
|
@@ -1590,7 +1593,7 @@ typedef struct {
|
|
|
1590
1593
|
*/
|
|
1591
1594
|
typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
1592
1595
|
|
|
1593
|
-
/* "../../build-env-
|
|
1596
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":731
|
|
1594
1597
|
*
|
|
1595
1598
|
* ctypedef npy_int8 int8_t
|
|
1596
1599
|
* ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
|
|
@@ -1599,7 +1602,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
|
|
|
1599
1602
|
*/
|
|
1600
1603
|
typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
1601
1604
|
|
|
1602
|
-
/* "../../build-env-
|
|
1605
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":732
|
|
1603
1606
|
* ctypedef npy_int8 int8_t
|
|
1604
1607
|
* ctypedef npy_int16 int16_t
|
|
1605
1608
|
* ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
|
|
@@ -1608,7 +1611,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
|
|
|
1608
1611
|
*/
|
|
1609
1612
|
typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
1610
1613
|
|
|
1611
|
-
/* "../../build-env-
|
|
1614
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":733
|
|
1612
1615
|
* ctypedef npy_int16 int16_t
|
|
1613
1616
|
* ctypedef npy_int32 int32_t
|
|
1614
1617
|
* ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
|
|
@@ -1617,7 +1620,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
|
|
|
1617
1620
|
*/
|
|
1618
1621
|
typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
1619
1622
|
|
|
1620
|
-
/* "../../build-env-
|
|
1623
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":737
|
|
1621
1624
|
* #ctypedef npy_int128 int128_t
|
|
1622
1625
|
*
|
|
1623
1626
|
* ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
|
|
@@ -1626,7 +1629,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
|
|
|
1626
1629
|
*/
|
|
1627
1630
|
typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
1628
1631
|
|
|
1629
|
-
/* "../../build-env-
|
|
1632
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":738
|
|
1630
1633
|
*
|
|
1631
1634
|
* ctypedef npy_uint8 uint8_t
|
|
1632
1635
|
* ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
|
|
@@ -1635,7 +1638,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
|
|
|
1635
1638
|
*/
|
|
1636
1639
|
typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
1637
1640
|
|
|
1638
|
-
/* "../../build-env-
|
|
1641
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":739
|
|
1639
1642
|
* ctypedef npy_uint8 uint8_t
|
|
1640
1643
|
* ctypedef npy_uint16 uint16_t
|
|
1641
1644
|
* ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
|
|
@@ -1644,7 +1647,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
|
|
|
1644
1647
|
*/
|
|
1645
1648
|
typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
1646
1649
|
|
|
1647
|
-
/* "../../build-env-
|
|
1650
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":740
|
|
1648
1651
|
* ctypedef npy_uint16 uint16_t
|
|
1649
1652
|
* ctypedef npy_uint32 uint32_t
|
|
1650
1653
|
* ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
|
|
@@ -1653,7 +1656,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
|
|
|
1653
1656
|
*/
|
|
1654
1657
|
typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
1655
1658
|
|
|
1656
|
-
/* "../../build-env-
|
|
1659
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":744
|
|
1657
1660
|
* #ctypedef npy_uint128 uint128_t
|
|
1658
1661
|
*
|
|
1659
1662
|
* ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
|
|
@@ -1662,7 +1665,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
|
|
|
1662
1665
|
*/
|
|
1663
1666
|
typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
1664
1667
|
|
|
1665
|
-
/* "../../build-env-
|
|
1668
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":745
|
|
1666
1669
|
*
|
|
1667
1670
|
* ctypedef npy_float32 float32_t
|
|
1668
1671
|
* ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
|
|
@@ -1671,7 +1674,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
|
|
|
1671
1674
|
*/
|
|
1672
1675
|
typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
1673
1676
|
|
|
1674
|
-
/* "../../build-env-
|
|
1677
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":754
|
|
1675
1678
|
* # The int types are mapped a bit surprising --
|
|
1676
1679
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1677
1680
|
* ctypedef npy_long int_t # <<<<<<<<<<<<<<
|
|
@@ -1680,7 +1683,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
|
|
|
1680
1683
|
*/
|
|
1681
1684
|
typedef npy_long __pyx_t_5numpy_int_t;
|
|
1682
1685
|
|
|
1683
|
-
/* "../../build-env-
|
|
1686
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":755
|
|
1684
1687
|
* # numpy.int corresponds to 'l' and numpy.long to 'q'
|
|
1685
1688
|
* ctypedef npy_long int_t
|
|
1686
1689
|
* ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
|
|
@@ -1689,7 +1692,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
|
|
|
1689
1692
|
*/
|
|
1690
1693
|
typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
1691
1694
|
|
|
1692
|
-
/* "../../build-env-
|
|
1695
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":757
|
|
1693
1696
|
* ctypedef npy_longlong longlong_t
|
|
1694
1697
|
*
|
|
1695
1698
|
* ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
|
|
@@ -1698,7 +1701,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
|
|
|
1698
1701
|
*/
|
|
1699
1702
|
typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
1700
1703
|
|
|
1701
|
-
/* "../../build-env-
|
|
1704
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":758
|
|
1702
1705
|
*
|
|
1703
1706
|
* ctypedef npy_ulong uint_t
|
|
1704
1707
|
* ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
|
|
@@ -1707,7 +1710,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
|
|
|
1707
1710
|
*/
|
|
1708
1711
|
typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
1709
1712
|
|
|
1710
|
-
/* "../../build-env-
|
|
1713
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":760
|
|
1711
1714
|
* ctypedef npy_ulonglong ulonglong_t
|
|
1712
1715
|
*
|
|
1713
1716
|
* ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
|
|
@@ -1716,7 +1719,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
|
|
|
1716
1719
|
*/
|
|
1717
1720
|
typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
1718
1721
|
|
|
1719
|
-
/* "../../build-env-
|
|
1722
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":761
|
|
1720
1723
|
*
|
|
1721
1724
|
* ctypedef npy_intp intp_t
|
|
1722
1725
|
* ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
|
|
@@ -1725,7 +1728,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
|
|
|
1725
1728
|
*/
|
|
1726
1729
|
typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
1727
1730
|
|
|
1728
|
-
/* "../../build-env-
|
|
1731
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":763
|
|
1729
1732
|
* ctypedef npy_uintp uintp_t
|
|
1730
1733
|
*
|
|
1731
1734
|
* ctypedef npy_double float_t # <<<<<<<<<<<<<<
|
|
@@ -1734,7 +1737,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
|
|
|
1734
1737
|
*/
|
|
1735
1738
|
typedef npy_double __pyx_t_5numpy_float_t;
|
|
1736
1739
|
|
|
1737
|
-
/* "../../build-env-
|
|
1740
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":764
|
|
1738
1741
|
*
|
|
1739
1742
|
* ctypedef npy_double float_t
|
|
1740
1743
|
* ctypedef npy_double double_t # <<<<<<<<<<<<<<
|
|
@@ -1743,7 +1746,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
|
|
|
1743
1746
|
*/
|
|
1744
1747
|
typedef npy_double __pyx_t_5numpy_double_t;
|
|
1745
1748
|
|
|
1746
|
-
/* "../../build-env-
|
|
1749
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":765
|
|
1747
1750
|
* ctypedef npy_double float_t
|
|
1748
1751
|
* ctypedef npy_double double_t
|
|
1749
1752
|
* ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1798,7 +1801,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
|
|
|
1798
1801
|
|
|
1799
1802
|
/*--- Type declarations ---*/
|
|
1800
1803
|
|
|
1801
|
-
/* "../../build-env-
|
|
1804
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":767
|
|
1802
1805
|
* ctypedef npy_longdouble longdouble_t
|
|
1803
1806
|
*
|
|
1804
1807
|
* ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
|
|
@@ -1807,7 +1810,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
|
|
|
1807
1810
|
*/
|
|
1808
1811
|
typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
1809
1812
|
|
|
1810
|
-
/* "../../build-env-
|
|
1813
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":768
|
|
1811
1814
|
*
|
|
1812
1815
|
* ctypedef npy_cfloat cfloat_t
|
|
1813
1816
|
* ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1816,7 +1819,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
|
|
|
1816
1819
|
*/
|
|
1817
1820
|
typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
1818
1821
|
|
|
1819
|
-
/* "../../build-env-
|
|
1822
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":769
|
|
1820
1823
|
* ctypedef npy_cfloat cfloat_t
|
|
1821
1824
|
* ctypedef npy_cdouble cdouble_t
|
|
1822
1825
|
* ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
|
|
@@ -1825,7 +1828,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
|
|
|
1825
1828
|
*/
|
|
1826
1829
|
typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
|
|
1827
1830
|
|
|
1828
|
-
/* "../../build-env-
|
|
1831
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771
|
|
1829
1832
|
* ctypedef npy_clongdouble clongdouble_t
|
|
1830
1833
|
*
|
|
1831
1834
|
* ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
|
|
@@ -2282,22 +2285,22 @@ static void __Pyx_RaiseBufferIndexError(int axis);
|
|
|
2282
2285
|
#define __Pyx_BufPtrStrided1d(type, buf, i0, s0) (type)((char*)buf + i0 * s0)
|
|
2283
2286
|
#define __Pyx_BufPtrStrided2d(type, buf, i0, s0, i1, s1) (type)((char*)buf + i0 * s0 + i1 * s1)
|
|
2284
2287
|
/* TypeImport.proto */
|
|
2285
|
-
#ifndef
|
|
2286
|
-
#define
|
|
2288
|
+
#ifndef __PYX_HAVE_RT_ImportType_proto_3_1_3
|
|
2289
|
+
#define __PYX_HAVE_RT_ImportType_proto_3_1_3
|
|
2287
2290
|
#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
|
|
2288
2291
|
#include <stdalign.h>
|
|
2289
2292
|
#endif
|
|
2290
2293
|
#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || __cplusplus >= 201103L
|
|
2291
|
-
#define
|
|
2294
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) alignof(s)
|
|
2292
2295
|
#else
|
|
2293
|
-
#define
|
|
2296
|
+
#define __PYX_GET_STRUCT_ALIGNMENT_3_1_3(s) sizeof(void*)
|
|
2294
2297
|
#endif
|
|
2295
|
-
enum
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2298
|
+
enum __Pyx_ImportType_CheckSize_3_1_3 {
|
|
2299
|
+
__Pyx_ImportType_CheckSize_Error_3_1_3 = 0,
|
|
2300
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3 = 1,
|
|
2301
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3 = 2
|
|
2299
2302
|
};
|
|
2300
|
-
static PyTypeObject *
|
|
2303
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject* module, const char *module_name, const char *class_name, size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size);
|
|
2301
2304
|
#endif
|
|
2302
2305
|
|
|
2303
2306
|
/* Import.proto */
|
|
@@ -3035,7 +3038,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
3035
3038
|
#endif
|
|
3036
3039
|
/* #### Code section: module_code ### */
|
|
3037
3040
|
|
|
3038
|
-
/* "../../build-env-
|
|
3041
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
|
|
3039
3042
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3040
3043
|
*
|
|
3041
3044
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3046,7 +3049,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
|
|
|
3046
3049
|
static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
|
|
3047
3050
|
PyObject *__pyx_r;
|
|
3048
3051
|
|
|
3049
|
-
/* "../../build-env-
|
|
3052
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":248
|
|
3050
3053
|
* """Returns a borrowed reference to the object owning the data/memory.
|
|
3051
3054
|
* """
|
|
3052
3055
|
* return PyArray_BASE(self) # <<<<<<<<<<<<<<
|
|
@@ -3056,7 +3059,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3056
3059
|
__pyx_r = PyArray_BASE(__pyx_v_self);
|
|
3057
3060
|
goto __pyx_L0;
|
|
3058
3061
|
|
|
3059
|
-
/* "../../build-env-
|
|
3062
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
|
|
3060
3063
|
* # Instead, we use properties that map to the corresponding C-API functions.
|
|
3061
3064
|
*
|
|
3062
3065
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3069,7 +3072,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
|
|
|
3069
3072
|
return __pyx_r;
|
|
3070
3073
|
}
|
|
3071
3074
|
|
|
3072
|
-
/* "../../build-env-
|
|
3075
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
|
|
3073
3076
|
* return PyArray_BASE(self)
|
|
3074
3077
|
*
|
|
3075
3078
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3083,7 +3086,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3083
3086
|
PyArray_Descr *__pyx_t_1;
|
|
3084
3087
|
__Pyx_RefNannySetupContext("descr", 0);
|
|
3085
3088
|
|
|
3086
|
-
/* "../../build-env-
|
|
3089
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":254
|
|
3087
3090
|
* """Returns an owned reference to the dtype of the array.
|
|
3088
3091
|
* """
|
|
3089
3092
|
* return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
|
|
@@ -3096,7 +3099,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3096
3099
|
__pyx_r = ((PyArray_Descr *)__pyx_t_1);
|
|
3097
3100
|
goto __pyx_L0;
|
|
3098
3101
|
|
|
3099
|
-
/* "../../build-env-
|
|
3102
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
|
|
3100
3103
|
* return PyArray_BASE(self)
|
|
3101
3104
|
*
|
|
3102
3105
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3111,7 +3114,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3111
3114
|
return __pyx_r;
|
|
3112
3115
|
}
|
|
3113
3116
|
|
|
3114
|
-
/* "../../build-env-
|
|
3117
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
|
|
3115
3118
|
* return <dtype>PyArray_DESCR(self)
|
|
3116
3119
|
*
|
|
3117
3120
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3122,7 +3125,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
|
|
|
3122
3125
|
static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
|
|
3123
3126
|
int __pyx_r;
|
|
3124
3127
|
|
|
3125
|
-
/* "../../build-env-
|
|
3128
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":260
|
|
3126
3129
|
* """Returns the number of dimensions in the array.
|
|
3127
3130
|
* """
|
|
3128
3131
|
* return PyArray_NDIM(self) # <<<<<<<<<<<<<<
|
|
@@ -3132,7 +3135,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3132
3135
|
__pyx_r = PyArray_NDIM(__pyx_v_self);
|
|
3133
3136
|
goto __pyx_L0;
|
|
3134
3137
|
|
|
3135
|
-
/* "../../build-env-
|
|
3138
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
|
|
3136
3139
|
* return <dtype>PyArray_DESCR(self)
|
|
3137
3140
|
*
|
|
3138
3141
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3145,7 +3148,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3145
3148
|
return __pyx_r;
|
|
3146
3149
|
}
|
|
3147
3150
|
|
|
3148
|
-
/* "../../build-env-
|
|
3151
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
|
|
3149
3152
|
* return PyArray_NDIM(self)
|
|
3150
3153
|
*
|
|
3151
3154
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3156,7 +3159,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
|
|
|
3156
3159
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
|
|
3157
3160
|
npy_intp *__pyx_r;
|
|
3158
3161
|
|
|
3159
|
-
/* "../../build-env-
|
|
3162
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":268
|
|
3160
3163
|
* Can return NULL for 0-dimensional arrays.
|
|
3161
3164
|
* """
|
|
3162
3165
|
* return PyArray_DIMS(self) # <<<<<<<<<<<<<<
|
|
@@ -3166,7 +3169,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3166
3169
|
__pyx_r = PyArray_DIMS(__pyx_v_self);
|
|
3167
3170
|
goto __pyx_L0;
|
|
3168
3171
|
|
|
3169
|
-
/* "../../build-env-
|
|
3172
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
|
|
3170
3173
|
* return PyArray_NDIM(self)
|
|
3171
3174
|
*
|
|
3172
3175
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3179,7 +3182,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3179
3182
|
return __pyx_r;
|
|
3180
3183
|
}
|
|
3181
3184
|
|
|
3182
|
-
/* "../../build-env-
|
|
3185
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
|
|
3183
3186
|
* return PyArray_DIMS(self)
|
|
3184
3187
|
*
|
|
3185
3188
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3190,7 +3193,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
|
|
|
3190
3193
|
static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
|
|
3191
3194
|
npy_intp *__pyx_r;
|
|
3192
3195
|
|
|
3193
|
-
/* "../../build-env-
|
|
3196
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":275
|
|
3194
3197
|
* The number of elements matches the number of dimensions of the array (ndim).
|
|
3195
3198
|
* """
|
|
3196
3199
|
* return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
|
|
@@ -3200,7 +3203,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3200
3203
|
__pyx_r = PyArray_STRIDES(__pyx_v_self);
|
|
3201
3204
|
goto __pyx_L0;
|
|
3202
3205
|
|
|
3203
|
-
/* "../../build-env-
|
|
3206
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
|
|
3204
3207
|
* return PyArray_DIMS(self)
|
|
3205
3208
|
*
|
|
3206
3209
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3213,7 +3216,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3213
3216
|
return __pyx_r;
|
|
3214
3217
|
}
|
|
3215
3218
|
|
|
3216
|
-
/* "../../build-env-
|
|
3219
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
|
|
3217
3220
|
* return PyArray_STRIDES(self)
|
|
3218
3221
|
*
|
|
3219
3222
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3224,7 +3227,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
|
|
|
3224
3227
|
static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
|
|
3225
3228
|
npy_intp __pyx_r;
|
|
3226
3229
|
|
|
3227
|
-
/* "../../build-env-
|
|
3230
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":281
|
|
3228
3231
|
* """Returns the total size (in number of elements) of the array.
|
|
3229
3232
|
* """
|
|
3230
3233
|
* return PyArray_SIZE(self) # <<<<<<<<<<<<<<
|
|
@@ -3234,7 +3237,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3234
3237
|
__pyx_r = PyArray_SIZE(__pyx_v_self);
|
|
3235
3238
|
goto __pyx_L0;
|
|
3236
3239
|
|
|
3237
|
-
/* "../../build-env-
|
|
3240
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
|
|
3238
3241
|
* return PyArray_STRIDES(self)
|
|
3239
3242
|
*
|
|
3240
3243
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3247,7 +3250,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3247
3250
|
return __pyx_r;
|
|
3248
3251
|
}
|
|
3249
3252
|
|
|
3250
|
-
/* "../../build-env-
|
|
3253
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
|
|
3251
3254
|
* return PyArray_SIZE(self)
|
|
3252
3255
|
*
|
|
3253
3256
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3258,7 +3261,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
|
|
|
3258
3261
|
static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
|
|
3259
3262
|
char *__pyx_r;
|
|
3260
3263
|
|
|
3261
|
-
/* "../../build-env-
|
|
3264
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290
|
|
3262
3265
|
* of `PyArray_DATA()` instead, which returns a 'void*'.
|
|
3263
3266
|
* """
|
|
3264
3267
|
* return PyArray_BYTES(self) # <<<<<<<<<<<<<<
|
|
@@ -3268,7 +3271,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3268
3271
|
__pyx_r = PyArray_BYTES(__pyx_v_self);
|
|
3269
3272
|
goto __pyx_L0;
|
|
3270
3273
|
|
|
3271
|
-
/* "../../build-env-
|
|
3274
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
|
|
3272
3275
|
* return PyArray_SIZE(self)
|
|
3273
3276
|
*
|
|
3274
3277
|
* @property # <<<<<<<<<<<<<<
|
|
@@ -3281,7 +3284,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
|
|
3281
3284
|
return __pyx_r;
|
|
3282
3285
|
}
|
|
3283
3286
|
|
|
3284
|
-
/* "../../build-env-
|
|
3287
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
|
|
3285
3288
|
* ctypedef npy_cdouble complex_t
|
|
3286
3289
|
*
|
|
3287
3290
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3298,7 +3301,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3298
3301
|
int __pyx_clineno = 0;
|
|
3299
3302
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
|
|
3300
3303
|
|
|
3301
|
-
/* "../../build-env-
|
|
3304
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":774
|
|
3302
3305
|
*
|
|
3303
3306
|
* cdef inline object PyArray_MultiIterNew1(a):
|
|
3304
3307
|
* return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
|
|
@@ -3312,7 +3315,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3312
3315
|
__pyx_t_1 = 0;
|
|
3313
3316
|
goto __pyx_L0;
|
|
3314
3317
|
|
|
3315
|
-
/* "../../build-env-
|
|
3318
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
|
|
3316
3319
|
* ctypedef npy_cdouble complex_t
|
|
3317
3320
|
*
|
|
3318
3321
|
* cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
|
|
@@ -3331,7 +3334,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
|
|
|
3331
3334
|
return __pyx_r;
|
|
3332
3335
|
}
|
|
3333
3336
|
|
|
3334
|
-
/* "../../build-env-
|
|
3337
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
|
|
3335
3338
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3336
3339
|
*
|
|
3337
3340
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3348,7 +3351,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3348
3351
|
int __pyx_clineno = 0;
|
|
3349
3352
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
|
|
3350
3353
|
|
|
3351
|
-
/* "../../build-env-
|
|
3354
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
|
|
3352
3355
|
*
|
|
3353
3356
|
* cdef inline object PyArray_MultiIterNew2(a, b):
|
|
3354
3357
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
|
|
@@ -3362,7 +3365,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3362
3365
|
__pyx_t_1 = 0;
|
|
3363
3366
|
goto __pyx_L0;
|
|
3364
3367
|
|
|
3365
|
-
/* "../../build-env-
|
|
3368
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
|
|
3366
3369
|
* return PyArray_MultiIterNew(1, <void*>a)
|
|
3367
3370
|
*
|
|
3368
3371
|
* cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
|
|
@@ -3381,7 +3384,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
|
|
|
3381
3384
|
return __pyx_r;
|
|
3382
3385
|
}
|
|
3383
3386
|
|
|
3384
|
-
/* "../../build-env-
|
|
3387
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
|
|
3385
3388
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3386
3389
|
*
|
|
3387
3390
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3398,7 +3401,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3398
3401
|
int __pyx_clineno = 0;
|
|
3399
3402
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
|
|
3400
3403
|
|
|
3401
|
-
/* "../../build-env-
|
|
3404
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
|
|
3402
3405
|
*
|
|
3403
3406
|
* cdef inline object PyArray_MultiIterNew3(a, b, c):
|
|
3404
3407
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
|
|
@@ -3412,7 +3415,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3412
3415
|
__pyx_t_1 = 0;
|
|
3413
3416
|
goto __pyx_L0;
|
|
3414
3417
|
|
|
3415
|
-
/* "../../build-env-
|
|
3418
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
|
|
3416
3419
|
* return PyArray_MultiIterNew(2, <void*>a, <void*>b)
|
|
3417
3420
|
*
|
|
3418
3421
|
* cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
|
|
@@ -3431,7 +3434,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
|
|
|
3431
3434
|
return __pyx_r;
|
|
3432
3435
|
}
|
|
3433
3436
|
|
|
3434
|
-
/* "../../build-env-
|
|
3437
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
|
|
3435
3438
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3436
3439
|
*
|
|
3437
3440
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3448,7 +3451,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3448
3451
|
int __pyx_clineno = 0;
|
|
3449
3452
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
|
|
3450
3453
|
|
|
3451
|
-
/* "../../build-env-
|
|
3454
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
|
|
3452
3455
|
*
|
|
3453
3456
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d):
|
|
3454
3457
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
|
|
@@ -3462,7 +3465,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3462
3465
|
__pyx_t_1 = 0;
|
|
3463
3466
|
goto __pyx_L0;
|
|
3464
3467
|
|
|
3465
|
-
/* "../../build-env-
|
|
3468
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
|
|
3466
3469
|
* return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
|
|
3467
3470
|
*
|
|
3468
3471
|
* cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
|
|
@@ -3481,7 +3484,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
|
|
|
3481
3484
|
return __pyx_r;
|
|
3482
3485
|
}
|
|
3483
3486
|
|
|
3484
|
-
/* "../../build-env-
|
|
3487
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
|
|
3485
3488
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3486
3489
|
*
|
|
3487
3490
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3498,7 +3501,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3498
3501
|
int __pyx_clineno = 0;
|
|
3499
3502
|
__Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
|
|
3500
3503
|
|
|
3501
|
-
/* "../../build-env-
|
|
3504
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
|
|
3502
3505
|
*
|
|
3503
3506
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
|
|
3504
3507
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
|
|
@@ -3512,7 +3515,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3512
3515
|
__pyx_t_1 = 0;
|
|
3513
3516
|
goto __pyx_L0;
|
|
3514
3517
|
|
|
3515
|
-
/* "../../build-env-
|
|
3518
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
|
|
3516
3519
|
* return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
|
|
3517
3520
|
*
|
|
3518
3521
|
* cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
|
|
@@ -3531,7 +3534,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
|
|
|
3531
3534
|
return __pyx_r;
|
|
3532
3535
|
}
|
|
3533
3536
|
|
|
3534
|
-
/* "../../build-env-
|
|
3537
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
|
|
3535
3538
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
3536
3539
|
*
|
|
3537
3540
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -3545,7 +3548,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3545
3548
|
int __pyx_t_1;
|
|
3546
3549
|
__Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
|
|
3547
3550
|
|
|
3548
|
-
/* "../../build-env-
|
|
3551
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
3549
3552
|
*
|
|
3550
3553
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3551
3554
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -3555,7 +3558,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3555
3558
|
__pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
|
|
3556
3559
|
if (__pyx_t_1) {
|
|
3557
3560
|
|
|
3558
|
-
/* "../../build-env-
|
|
3561
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790
|
|
3559
3562
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3560
3563
|
* if PyDataType_HASSUBARRAY(d):
|
|
3561
3564
|
* return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
|
|
@@ -3567,7 +3570,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3567
3570
|
__pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
|
|
3568
3571
|
goto __pyx_L0;
|
|
3569
3572
|
|
|
3570
|
-
/* "../../build-env-
|
|
3573
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
|
|
3571
3574
|
*
|
|
3572
3575
|
* cdef inline tuple PyDataType_SHAPE(dtype d):
|
|
3573
3576
|
* if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
|
|
@@ -3576,7 +3579,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3576
3579
|
*/
|
|
3577
3580
|
}
|
|
3578
3581
|
|
|
3579
|
-
/* "../../build-env-
|
|
3582
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
|
|
3580
3583
|
* return <tuple>d.subarray.shape
|
|
3581
3584
|
* else:
|
|
3582
3585
|
* return () # <<<<<<<<<<<<<<
|
|
@@ -3590,7 +3593,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3590
3593
|
goto __pyx_L0;
|
|
3591
3594
|
}
|
|
3592
3595
|
|
|
3593
|
-
/* "../../build-env-
|
|
3596
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
|
|
3594
3597
|
* return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
|
|
3595
3598
|
*
|
|
3596
3599
|
* cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
|
|
@@ -3605,7 +3608,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
|
|
|
3605
3608
|
return __pyx_r;
|
|
3606
3609
|
}
|
|
3607
3610
|
|
|
3608
|
-
/* "../../build-env-
|
|
3611
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
|
|
3609
3612
|
* int _import_umath() except -1
|
|
3610
3613
|
*
|
|
3611
3614
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -3619,7 +3622,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3619
3622
|
const char *__pyx_filename = NULL;
|
|
3620
3623
|
int __pyx_clineno = 0;
|
|
3621
3624
|
|
|
3622
|
-
/* "../../build-env-
|
|
3625
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":969
|
|
3623
3626
|
*
|
|
3624
3627
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
3625
3628
|
* Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
|
|
@@ -3628,7 +3631,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3628
3631
|
*/
|
|
3629
3632
|
Py_INCREF(__pyx_v_base);
|
|
3630
3633
|
|
|
3631
|
-
/* "../../build-env-
|
|
3634
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":970
|
|
3632
3635
|
* cdef inline void set_array_base(ndarray arr, object base):
|
|
3633
3636
|
* Py_INCREF(base) # important to do this before stealing the reference below!
|
|
3634
3637
|
* PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
|
|
@@ -3637,7 +3640,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3637
3640
|
*/
|
|
3638
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)
|
|
3639
3642
|
|
|
3640
|
-
/* "../../build-env-
|
|
3643
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
|
|
3641
3644
|
* int _import_umath() except -1
|
|
3642
3645
|
*
|
|
3643
3646
|
* cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
|
|
@@ -3652,7 +3655,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
|
|
|
3652
3655
|
__pyx_L0:;
|
|
3653
3656
|
}
|
|
3654
3657
|
|
|
3655
|
-
/* "../../build-env-
|
|
3658
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
|
|
3656
3659
|
* PyArray_SetBaseObject(arr, base)
|
|
3657
3660
|
*
|
|
3658
3661
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -3667,7 +3670,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3667
3670
|
int __pyx_t_1;
|
|
3668
3671
|
__Pyx_RefNannySetupContext("get_array_base", 0);
|
|
3669
3672
|
|
|
3670
|
-
/* "../../build-env-
|
|
3673
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973
|
|
3671
3674
|
*
|
|
3672
3675
|
* cdef inline object get_array_base(ndarray arr):
|
|
3673
3676
|
* base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
|
|
@@ -3676,7 +3679,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3676
3679
|
*/
|
|
3677
3680
|
__pyx_v_base = PyArray_BASE(__pyx_v_arr);
|
|
3678
3681
|
|
|
3679
|
-
/* "../../build-env-
|
|
3682
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
|
|
3680
3683
|
* cdef inline object get_array_base(ndarray arr):
|
|
3681
3684
|
* base = PyArray_BASE(arr)
|
|
3682
3685
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -3686,7 +3689,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3686
3689
|
__pyx_t_1 = (__pyx_v_base == NULL);
|
|
3687
3690
|
if (__pyx_t_1) {
|
|
3688
3691
|
|
|
3689
|
-
/* "../../build-env-
|
|
3692
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
|
|
3690
3693
|
* base = PyArray_BASE(arr)
|
|
3691
3694
|
* if base is NULL:
|
|
3692
3695
|
* return None # <<<<<<<<<<<<<<
|
|
@@ -3697,7 +3700,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3697
3700
|
__pyx_r = Py_None; __Pyx_INCREF(Py_None);
|
|
3698
3701
|
goto __pyx_L0;
|
|
3699
3702
|
|
|
3700
|
-
/* "../../build-env-
|
|
3703
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
|
|
3701
3704
|
* cdef inline object get_array_base(ndarray arr):
|
|
3702
3705
|
* base = PyArray_BASE(arr)
|
|
3703
3706
|
* if base is NULL: # <<<<<<<<<<<<<<
|
|
@@ -3706,7 +3709,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3706
3709
|
*/
|
|
3707
3710
|
}
|
|
3708
3711
|
|
|
3709
|
-
/* "../../build-env-
|
|
3712
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976
|
|
3710
3713
|
* if base is NULL:
|
|
3711
3714
|
* return None
|
|
3712
3715
|
* return <object>base # <<<<<<<<<<<<<<
|
|
@@ -3718,7 +3721,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3718
3721
|
__pyx_r = ((PyObject *)__pyx_v_base);
|
|
3719
3722
|
goto __pyx_L0;
|
|
3720
3723
|
|
|
3721
|
-
/* "../../build-env-
|
|
3724
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
|
|
3722
3725
|
* PyArray_SetBaseObject(arr, base)
|
|
3723
3726
|
*
|
|
3724
3727
|
* cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
|
|
@@ -3733,7 +3736,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
|
|
|
3733
3736
|
return __pyx_r;
|
|
3734
3737
|
}
|
|
3735
3738
|
|
|
3736
|
-
/* "../../build-env-
|
|
3739
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
|
|
3737
3740
|
* # Versions of the import_* functions which are more suitable for
|
|
3738
3741
|
* # Cython code.
|
|
3739
3742
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3760,7 +3763,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3760
3763
|
int __pyx_clineno = 0;
|
|
3761
3764
|
__Pyx_RefNannySetupContext("import_array", 0);
|
|
3762
3765
|
|
|
3763
|
-
/* "../../build-env-
|
|
3766
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3764
3767
|
* # Cython code.
|
|
3765
3768
|
* cdef inline int import_array() except -1:
|
|
3766
3769
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3776,7 +3779,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3776
3779
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
3777
3780
|
/*try:*/ {
|
|
3778
3781
|
|
|
3779
|
-
/* "../../build-env-
|
|
3782
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":982
|
|
3780
3783
|
* cdef inline int import_array() except -1:
|
|
3781
3784
|
* try:
|
|
3782
3785
|
* __pyx_import_array() # <<<<<<<<<<<<<<
|
|
@@ -3785,7 +3788,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3785
3788
|
*/
|
|
3786
3789
|
__pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 982, __pyx_L3_error)
|
|
3787
3790
|
|
|
3788
|
-
/* "../../build-env-
|
|
3791
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3789
3792
|
* # Cython code.
|
|
3790
3793
|
* cdef inline int import_array() except -1:
|
|
3791
3794
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3799,7 +3802,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3799
3802
|
goto __pyx_L8_try_end;
|
|
3800
3803
|
__pyx_L3_error:;
|
|
3801
3804
|
|
|
3802
|
-
/* "../../build-env-
|
|
3805
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
|
|
3803
3806
|
* try:
|
|
3804
3807
|
* __pyx_import_array()
|
|
3805
3808
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -3814,7 +3817,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3814
3817
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
3815
3818
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
3816
3819
|
|
|
3817
|
-
/* "../../build-env-
|
|
3820
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
|
|
3818
3821
|
* __pyx_import_array()
|
|
3819
3822
|
* except Exception:
|
|
3820
3823
|
* raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
|
|
@@ -3839,7 +3842,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3839
3842
|
}
|
|
3840
3843
|
goto __pyx_L5_except_error;
|
|
3841
3844
|
|
|
3842
|
-
/* "../../build-env-
|
|
3845
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
|
|
3843
3846
|
* # Cython code.
|
|
3844
3847
|
* cdef inline int import_array() except -1:
|
|
3845
3848
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3855,7 +3858,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3855
3858
|
__pyx_L8_try_end:;
|
|
3856
3859
|
}
|
|
3857
3860
|
|
|
3858
|
-
/* "../../build-env-
|
|
3861
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
|
|
3859
3862
|
* # Versions of the import_* functions which are more suitable for
|
|
3860
3863
|
* # Cython code.
|
|
3861
3864
|
* cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3880,7 +3883,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
|
|
|
3880
3883
|
return __pyx_r;
|
|
3881
3884
|
}
|
|
3882
3885
|
|
|
3883
|
-
/* "../../build-env-
|
|
3886
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
|
|
3884
3887
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
3885
3888
|
*
|
|
3886
3889
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -3907,7 +3910,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3907
3910
|
int __pyx_clineno = 0;
|
|
3908
3911
|
__Pyx_RefNannySetupContext("import_umath", 0);
|
|
3909
3912
|
|
|
3910
|
-
/* "../../build-env-
|
|
3913
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
3911
3914
|
*
|
|
3912
3915
|
* cdef inline int import_umath() except -1:
|
|
3913
3916
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3923,7 +3926,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3923
3926
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
3924
3927
|
/*try:*/ {
|
|
3925
3928
|
|
|
3926
|
-
/* "../../build-env-
|
|
3929
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":988
|
|
3927
3930
|
* cdef inline int import_umath() except -1:
|
|
3928
3931
|
* try:
|
|
3929
3932
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -3932,7 +3935,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3932
3935
|
*/
|
|
3933
3936
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 988, __pyx_L3_error)
|
|
3934
3937
|
|
|
3935
|
-
/* "../../build-env-
|
|
3938
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
3936
3939
|
*
|
|
3937
3940
|
* cdef inline int import_umath() except -1:
|
|
3938
3941
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -3946,7 +3949,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3946
3949
|
goto __pyx_L8_try_end;
|
|
3947
3950
|
__pyx_L3_error:;
|
|
3948
3951
|
|
|
3949
|
-
/* "../../build-env-
|
|
3952
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
|
|
3950
3953
|
* try:
|
|
3951
3954
|
* _import_umath()
|
|
3952
3955
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -3961,7 +3964,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3961
3964
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
3962
3965
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
3963
3966
|
|
|
3964
|
-
/* "../../build-env-
|
|
3967
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
|
|
3965
3968
|
* _import_umath()
|
|
3966
3969
|
* except Exception:
|
|
3967
3970
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -3986,7 +3989,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
3986
3989
|
}
|
|
3987
3990
|
goto __pyx_L5_except_error;
|
|
3988
3991
|
|
|
3989
|
-
/* "../../build-env-
|
|
3992
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
|
|
3990
3993
|
*
|
|
3991
3994
|
* cdef inline int import_umath() except -1:
|
|
3992
3995
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4002,7 +4005,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4002
4005
|
__pyx_L8_try_end:;
|
|
4003
4006
|
}
|
|
4004
4007
|
|
|
4005
|
-
/* "../../build-env-
|
|
4008
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
|
|
4006
4009
|
* raise ImportError("numpy.core.multiarray failed to import")
|
|
4007
4010
|
*
|
|
4008
4011
|
* cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4027,7 +4030,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
|
|
|
4027
4030
|
return __pyx_r;
|
|
4028
4031
|
}
|
|
4029
4032
|
|
|
4030
|
-
/* "../../build-env-
|
|
4033
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
|
|
4031
4034
|
* raise ImportError("numpy.core.umath failed to import")
|
|
4032
4035
|
*
|
|
4033
4036
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4054,7 +4057,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4054
4057
|
int __pyx_clineno = 0;
|
|
4055
4058
|
__Pyx_RefNannySetupContext("import_ufunc", 0);
|
|
4056
4059
|
|
|
4057
|
-
/* "../../build-env-
|
|
4060
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4058
4061
|
*
|
|
4059
4062
|
* cdef inline int import_ufunc() except -1:
|
|
4060
4063
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4070,7 +4073,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4070
4073
|
__Pyx_XGOTREF(__pyx_t_3);
|
|
4071
4074
|
/*try:*/ {
|
|
4072
4075
|
|
|
4073
|
-
/* "../../build-env-
|
|
4076
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":994
|
|
4074
4077
|
* cdef inline int import_ufunc() except -1:
|
|
4075
4078
|
* try:
|
|
4076
4079
|
* _import_umath() # <<<<<<<<<<<<<<
|
|
@@ -4079,7 +4082,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4079
4082
|
*/
|
|
4080
4083
|
__pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 994, __pyx_L3_error)
|
|
4081
4084
|
|
|
4082
|
-
/* "../../build-env-
|
|
4085
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4083
4086
|
*
|
|
4084
4087
|
* cdef inline int import_ufunc() except -1:
|
|
4085
4088
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4093,7 +4096,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4093
4096
|
goto __pyx_L8_try_end;
|
|
4094
4097
|
__pyx_L3_error:;
|
|
4095
4098
|
|
|
4096
|
-
/* "../../build-env-
|
|
4099
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
|
|
4097
4100
|
* try:
|
|
4098
4101
|
* _import_umath()
|
|
4099
4102
|
* except Exception: # <<<<<<<<<<<<<<
|
|
@@ -4108,7 +4111,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4108
4111
|
__Pyx_XGOTREF(__pyx_t_6);
|
|
4109
4112
|
__Pyx_XGOTREF(__pyx_t_7);
|
|
4110
4113
|
|
|
4111
|
-
/* "../../build-env-
|
|
4114
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
|
|
4112
4115
|
* _import_umath()
|
|
4113
4116
|
* except Exception:
|
|
4114
4117
|
* raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
|
|
@@ -4133,7 +4136,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4133
4136
|
}
|
|
4134
4137
|
goto __pyx_L5_except_error;
|
|
4135
4138
|
|
|
4136
|
-
/* "../../build-env-
|
|
4139
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
|
|
4137
4140
|
*
|
|
4138
4141
|
* cdef inline int import_ufunc() except -1:
|
|
4139
4142
|
* try: # <<<<<<<<<<<<<<
|
|
@@ -4149,7 +4152,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4149
4152
|
__pyx_L8_try_end:;
|
|
4150
4153
|
}
|
|
4151
4154
|
|
|
4152
|
-
/* "../../build-env-
|
|
4155
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
|
|
4153
4156
|
* raise ImportError("numpy.core.umath failed to import")
|
|
4154
4157
|
*
|
|
4155
4158
|
* cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
|
|
@@ -4174,7 +4177,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4174
4177
|
return __pyx_r;
|
|
4175
4178
|
}
|
|
4176
4179
|
|
|
4177
|
-
/* "../../build-env-
|
|
4180
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
|
|
4178
4181
|
*
|
|
4179
4182
|
*
|
|
4180
4183
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4185,7 +4188,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
|
|
|
4185
4188
|
static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
|
|
4186
4189
|
int __pyx_r;
|
|
4187
4190
|
|
|
4188
|
-
/* "../../build-env-
|
|
4191
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1011
|
|
4189
4192
|
* bool
|
|
4190
4193
|
* """
|
|
4191
4194
|
* return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4195,7 +4198,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4195
4198
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
|
|
4196
4199
|
goto __pyx_L0;
|
|
4197
4200
|
|
|
4198
|
-
/* "../../build-env-
|
|
4201
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
|
|
4199
4202
|
*
|
|
4200
4203
|
*
|
|
4201
4204
|
* cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4208,7 +4211,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4208
4211
|
return __pyx_r;
|
|
4209
4212
|
}
|
|
4210
4213
|
|
|
4211
|
-
/* "../../build-env-
|
|
4214
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4212
4215
|
*
|
|
4213
4216
|
*
|
|
4214
4217
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4219,7 +4222,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
|
|
|
4219
4222
|
static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
|
|
4220
4223
|
int __pyx_r;
|
|
4221
4224
|
|
|
4222
|
-
/* "../../build-env-
|
|
4225
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1026
|
|
4223
4226
|
* bool
|
|
4224
4227
|
* """
|
|
4225
4228
|
* return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
|
|
@@ -4229,7 +4232,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4229
4232
|
__pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
|
|
4230
4233
|
goto __pyx_L0;
|
|
4231
4234
|
|
|
4232
|
-
/* "../../build-env-
|
|
4235
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
|
|
4233
4236
|
*
|
|
4234
4237
|
*
|
|
4235
4238
|
* cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
|
|
@@ -4242,7 +4245,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4242
4245
|
return __pyx_r;
|
|
4243
4246
|
}
|
|
4244
4247
|
|
|
4245
|
-
/* "../../build-env-
|
|
4248
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4246
4249
|
*
|
|
4247
4250
|
*
|
|
4248
4251
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4253,7 +4256,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
|
|
|
4253
4256
|
static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
|
|
4254
4257
|
npy_datetime __pyx_r;
|
|
4255
4258
|
|
|
4256
|
-
/* "../../build-env-
|
|
4259
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1036
|
|
4257
4260
|
* also needed. That can be found using `get_datetime64_unit`.
|
|
4258
4261
|
* """
|
|
4259
4262
|
* return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4263,7 +4266,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4263
4266
|
__pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
|
|
4264
4267
|
goto __pyx_L0;
|
|
4265
4268
|
|
|
4266
|
-
/* "../../build-env-
|
|
4269
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
|
|
4267
4270
|
*
|
|
4268
4271
|
*
|
|
4269
4272
|
* cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4276,7 +4279,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4276
4279
|
return __pyx_r;
|
|
4277
4280
|
}
|
|
4278
4281
|
|
|
4279
|
-
/* "../../build-env-
|
|
4282
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
4280
4283
|
*
|
|
4281
4284
|
*
|
|
4282
4285
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4287,7 +4290,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
|
|
|
4287
4290
|
static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
|
|
4288
4291
|
npy_timedelta __pyx_r;
|
|
4289
4292
|
|
|
4290
|
-
/* "../../build-env-
|
|
4293
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1043
|
|
4291
4294
|
* returns the int64 value underlying scalar numpy timedelta64 object
|
|
4292
4295
|
* """
|
|
4293
4296
|
* return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
|
|
@@ -4297,7 +4300,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4297
4300
|
__pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
|
|
4298
4301
|
goto __pyx_L0;
|
|
4299
4302
|
|
|
4300
|
-
/* "../../build-env-
|
|
4303
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
|
|
4301
4304
|
*
|
|
4302
4305
|
*
|
|
4303
4306
|
* cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4310,7 +4313,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4310
4313
|
return __pyx_r;
|
|
4311
4314
|
}
|
|
4312
4315
|
|
|
4313
|
-
/* "../../build-env-
|
|
4316
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
4314
4317
|
*
|
|
4315
4318
|
*
|
|
4316
4319
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -4321,7 +4324,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
|
|
|
4321
4324
|
static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
|
|
4322
4325
|
NPY_DATETIMEUNIT __pyx_r;
|
|
4323
4326
|
|
|
4324
|
-
/* "../../build-env-
|
|
4327
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1050
|
|
4325
4328
|
* returns the unit part of the dtype for a numpy datetime64 object.
|
|
4326
4329
|
* """
|
|
4327
4330
|
* return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
|
|
@@ -4329,7 +4332,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
|
|
|
4329
4332
|
__pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
|
|
4330
4333
|
goto __pyx_L0;
|
|
4331
4334
|
|
|
4332
|
-
/* "../../build-env-
|
|
4335
|
+
/* "../../build-env-4sctewz2/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
|
|
4333
4336
|
*
|
|
4334
4337
|
*
|
|
4335
4338
|
* cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
|
|
@@ -5272,153 +5275,153 @@ static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
|
|
|
5272
5275
|
/*--- Type import code ---*/
|
|
5273
5276
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(2, 9, __pyx_L1_error)
|
|
5274
5277
|
__Pyx_GOTREF(__pyx_t_1);
|
|
5275
|
-
__pyx_mstate->__pyx_ptype_7cpython_4type_type =
|
|
5278
|
+
__pyx_mstate->__pyx_ptype_7cpython_4type_type = __Pyx_ImportType_3_1_3(__pyx_t_1, __Pyx_BUILTIN_MODULE_NAME, "type",
|
|
5276
5279
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5277
|
-
sizeof(PyTypeObject),
|
|
5280
|
+
sizeof(PyTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyTypeObject),
|
|
5278
5281
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5279
5282
|
0, 0,
|
|
5280
5283
|
#else
|
|
5281
|
-
sizeof(PyHeapTypeObject),
|
|
5284
|
+
sizeof(PyHeapTypeObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyHeapTypeObject),
|
|
5282
5285
|
#endif
|
|
5283
|
-
|
|
5286
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); if (!__pyx_mstate->__pyx_ptype_7cpython_4type_type) __PYX_ERR(2, 9, __pyx_L1_error)
|
|
5284
5287
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
5285
5288
|
__pyx_t_1 = PyImport_ImportModule("numpy"); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 202, __pyx_L1_error)
|
|
5286
5289
|
__Pyx_GOTREF(__pyx_t_1);
|
|
5287
|
-
__pyx_mstate->__pyx_ptype_5numpy_dtype =
|
|
5290
|
+
__pyx_mstate->__pyx_ptype_5numpy_dtype = __Pyx_ImportType_3_1_3(__pyx_t_1, "numpy", "dtype",
|
|
5288
5291
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5289
|
-
sizeof(PyArray_Descr),
|
|
5292
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
|
5290
5293
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5291
|
-
sizeof(PyArray_Descr),
|
|
5294
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
|
5292
5295
|
#else
|
|
5293
|
-
sizeof(PyArray_Descr),
|
|
5296
|
+
sizeof(PyArray_Descr), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArray_Descr),
|
|
5294
5297
|
#endif
|
|
5295
|
-
|
|
5296
|
-
__pyx_mstate->__pyx_ptype_5numpy_flatiter =
|
|
5298
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); 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_3(__pyx_t_1, "numpy", "flatiter",
|
|
5297
5300
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5298
|
-
sizeof(PyArrayIterObject),
|
|
5301
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
|
5299
5302
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5300
|
-
sizeof(PyArrayIterObject),
|
|
5303
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
|
5301
5304
|
#else
|
|
5302
|
-
sizeof(PyArrayIterObject),
|
|
5305
|
+
sizeof(PyArrayIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayIterObject),
|
|
5303
5306
|
#endif
|
|
5304
|
-
|
|
5305
|
-
__pyx_mstate->__pyx_ptype_5numpy_broadcast =
|
|
5307
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); 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_3(__pyx_t_1, "numpy", "broadcast",
|
|
5306
5309
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5307
|
-
sizeof(PyArrayMultiIterObject),
|
|
5310
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
|
5308
5311
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5309
|
-
sizeof(PyArrayMultiIterObject),
|
|
5312
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
|
5310
5313
|
#else
|
|
5311
|
-
sizeof(PyArrayMultiIterObject),
|
|
5314
|
+
sizeof(PyArrayMultiIterObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayMultiIterObject),
|
|
5312
5315
|
#endif
|
|
5313
|
-
|
|
5314
|
-
__pyx_mstate->__pyx_ptype_5numpy_ndarray =
|
|
5316
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); 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_3(__pyx_t_1, "numpy", "ndarray",
|
|
5315
5318
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5316
|
-
sizeof(PyArrayObject),
|
|
5319
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
|
5317
5320
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5318
|
-
sizeof(PyArrayObject),
|
|
5321
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
|
5319
5322
|
#else
|
|
5320
|
-
sizeof(PyArrayObject),
|
|
5323
|
+
sizeof(PyArrayObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyArrayObject),
|
|
5321
5324
|
#endif
|
|
5322
|
-
|
|
5323
|
-
__pyx_mstate->__pyx_ptype_5numpy_generic =
|
|
5325
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); 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_3(__pyx_t_1, "numpy", "generic",
|
|
5324
5327
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5325
|
-
sizeof(PyObject),
|
|
5328
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5326
5329
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5327
|
-
sizeof(PyObject),
|
|
5330
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5328
5331
|
#else
|
|
5329
|
-
sizeof(PyObject),
|
|
5332
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5330
5333
|
#endif
|
|
5331
|
-
|
|
5332
|
-
__pyx_mstate->__pyx_ptype_5numpy_number =
|
|
5334
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); 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_3(__pyx_t_1, "numpy", "number",
|
|
5333
5336
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5334
|
-
sizeof(PyObject),
|
|
5337
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5335
5338
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5336
|
-
sizeof(PyObject),
|
|
5339
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5337
5340
|
#else
|
|
5338
|
-
sizeof(PyObject),
|
|
5341
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5339
5342
|
#endif
|
|
5340
|
-
|
|
5341
|
-
__pyx_mstate->__pyx_ptype_5numpy_integer =
|
|
5343
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); 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_3(__pyx_t_1, "numpy", "integer",
|
|
5342
5345
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5343
|
-
sizeof(PyObject),
|
|
5346
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5344
5347
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5345
|
-
sizeof(PyObject),
|
|
5348
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5346
5349
|
#else
|
|
5347
|
-
sizeof(PyObject),
|
|
5350
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5348
5351
|
#endif
|
|
5349
|
-
|
|
5350
|
-
__pyx_mstate->__pyx_ptype_5numpy_signedinteger =
|
|
5352
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); 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_3(__pyx_t_1, "numpy", "signedinteger",
|
|
5351
5354
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5352
|
-
sizeof(PyObject),
|
|
5355
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5353
5356
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5354
|
-
sizeof(PyObject),
|
|
5357
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5355
5358
|
#else
|
|
5356
|
-
sizeof(PyObject),
|
|
5359
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5357
5360
|
#endif
|
|
5358
|
-
|
|
5359
|
-
__pyx_mstate->__pyx_ptype_5numpy_unsignedinteger =
|
|
5361
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); 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_3(__pyx_t_1, "numpy", "unsignedinteger",
|
|
5360
5363
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5361
|
-
sizeof(PyObject),
|
|
5364
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5362
5365
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5363
|
-
sizeof(PyObject),
|
|
5366
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5364
5367
|
#else
|
|
5365
|
-
sizeof(PyObject),
|
|
5368
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5366
5369
|
#endif
|
|
5367
|
-
|
|
5368
|
-
__pyx_mstate->__pyx_ptype_5numpy_inexact =
|
|
5370
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); 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_3(__pyx_t_1, "numpy", "inexact",
|
|
5369
5372
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5370
|
-
sizeof(PyObject),
|
|
5373
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5371
5374
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5372
|
-
sizeof(PyObject),
|
|
5375
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5373
5376
|
#else
|
|
5374
|
-
sizeof(PyObject),
|
|
5377
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5375
5378
|
#endif
|
|
5376
|
-
|
|
5377
|
-
__pyx_mstate->__pyx_ptype_5numpy_floating =
|
|
5379
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); 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_3(__pyx_t_1, "numpy", "floating",
|
|
5378
5381
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5379
|
-
sizeof(PyObject),
|
|
5382
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5380
5383
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5381
|
-
sizeof(PyObject),
|
|
5384
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5382
5385
|
#else
|
|
5383
|
-
sizeof(PyObject),
|
|
5386
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5384
5387
|
#endif
|
|
5385
|
-
|
|
5386
|
-
__pyx_mstate->__pyx_ptype_5numpy_complexfloating =
|
|
5388
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); 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_3(__pyx_t_1, "numpy", "complexfloating",
|
|
5387
5390
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5388
|
-
sizeof(PyObject),
|
|
5391
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5389
5392
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5390
|
-
sizeof(PyObject),
|
|
5393
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5391
5394
|
#else
|
|
5392
|
-
sizeof(PyObject),
|
|
5395
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5393
5396
|
#endif
|
|
5394
|
-
|
|
5395
|
-
__pyx_mstate->__pyx_ptype_5numpy_flexible =
|
|
5397
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); 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_3(__pyx_t_1, "numpy", "flexible",
|
|
5396
5399
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5397
|
-
sizeof(PyObject),
|
|
5400
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5398
5401
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5399
|
-
sizeof(PyObject),
|
|
5402
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5400
5403
|
#else
|
|
5401
|
-
sizeof(PyObject),
|
|
5404
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5402
5405
|
#endif
|
|
5403
|
-
|
|
5404
|
-
__pyx_mstate->__pyx_ptype_5numpy_character =
|
|
5406
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); 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_3(__pyx_t_1, "numpy", "character",
|
|
5405
5408
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5406
|
-
sizeof(PyObject),
|
|
5409
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5407
5410
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5408
|
-
sizeof(PyObject),
|
|
5411
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5409
5412
|
#else
|
|
5410
|
-
sizeof(PyObject),
|
|
5413
|
+
sizeof(PyObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyObject),
|
|
5411
5414
|
#endif
|
|
5412
|
-
|
|
5413
|
-
__pyx_mstate->__pyx_ptype_5numpy_ufunc =
|
|
5415
|
+
__Pyx_ImportType_CheckSize_Warn_3_1_3); 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_3(__pyx_t_1, "numpy", "ufunc",
|
|
5414
5417
|
#if defined(PYPY_VERSION_NUM) && PYPY_VERSION_NUM < 0x050B0000
|
|
5415
|
-
sizeof(PyUFuncObject),
|
|
5418
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
|
5416
5419
|
#elif CYTHON_COMPILING_IN_LIMITED_API
|
|
5417
|
-
sizeof(PyUFuncObject),
|
|
5420
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
|
5418
5421
|
#else
|
|
5419
|
-
sizeof(PyUFuncObject),
|
|
5422
|
+
sizeof(PyUFuncObject), __PYX_GET_STRUCT_ALIGNMENT_3_1_3(PyUFuncObject),
|
|
5420
5423
|
#endif
|
|
5421
|
-
|
|
5424
|
+
__Pyx_ImportType_CheckSize_Ignore_3_1_3); if (!__pyx_mstate->__pyx_ptype_5numpy_ufunc) __PYX_ERR(1, 866, __pyx_L1_error)
|
|
5422
5425
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
5423
5426
|
__Pyx_RefNannyFinishContext();
|
|
5424
5427
|
return 0;
|
|
@@ -8333,10 +8336,10 @@ fail:;
|
|
|
8333
8336
|
}
|
|
8334
8337
|
|
|
8335
8338
|
/* TypeImport */
|
|
8336
|
-
#ifndef
|
|
8337
|
-
#define
|
|
8338
|
-
static PyTypeObject *
|
|
8339
|
-
size_t size, size_t alignment, enum
|
|
8339
|
+
#ifndef __PYX_HAVE_RT_ImportType_3_1_3
|
|
8340
|
+
#define __PYX_HAVE_RT_ImportType_3_1_3
|
|
8341
|
+
static PyTypeObject *__Pyx_ImportType_3_1_3(PyObject *module, const char *module_name, const char *class_name,
|
|
8342
|
+
size_t size, size_t alignment, enum __Pyx_ImportType_CheckSize_3_1_3 check_size)
|
|
8340
8343
|
{
|
|
8341
8344
|
PyObject *result = 0;
|
|
8342
8345
|
Py_ssize_t basicsize;
|
|
@@ -8392,7 +8395,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
|
8392
8395
|
module_name, class_name, size, basicsize+itemsize);
|
|
8393
8396
|
goto bad;
|
|
8394
8397
|
}
|
|
8395
|
-
if (check_size ==
|
|
8398
|
+
if (check_size == __Pyx_ImportType_CheckSize_Error_3_1_3 &&
|
|
8396
8399
|
((size_t)basicsize > size || (size_t)(basicsize + itemsize) < size)) {
|
|
8397
8400
|
PyErr_Format(PyExc_ValueError,
|
|
8398
8401
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
@@ -8400,7 +8403,7 @@ static PyTypeObject *__Pyx_ImportType_3_1_2(PyObject *module, const char *module
|
|
|
8400
8403
|
module_name, class_name, size, basicsize, basicsize+itemsize);
|
|
8401
8404
|
goto bad;
|
|
8402
8405
|
}
|
|
8403
|
-
else if (check_size ==
|
|
8406
|
+
else if (check_size == __Pyx_ImportType_CheckSize_Warn_3_1_3 && (size_t)basicsize > size) {
|
|
8404
8407
|
if (PyErr_WarnFormat(NULL, 0,
|
|
8405
8408
|
"%.200s.%.200s size changed, may indicate binary incompatibility. "
|
|
8406
8409
|
"Expected %zd from C header, got %zd from PyObject",
|
|
@@ -8661,6 +8664,7 @@ static PyObject *__Pyx_GetTypeDict(PyTypeObject *tp) {
|
|
|
8661
8664
|
changed = 1;
|
|
8662
8665
|
}
|
|
8663
8666
|
#endif // CYTHON_METH_FASTCALL
|
|
8667
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
|
8664
8668
|
else if (strcmp(memb->name, "__module__") == 0) {
|
|
8665
8669
|
PyObject *descr;
|
|
8666
8670
|
assert(memb->type == T_OBJECT);
|
|
@@ -8675,11 +8679,13 @@ static PyObject *__Pyx_GetTypeDict(PyTypeObject *tp) {
|
|
|
8675
8679
|
}
|
|
8676
8680
|
changed = 1;
|
|
8677
8681
|
}
|
|
8682
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
|
8678
8683
|
}
|
|
8679
8684
|
memb++;
|
|
8680
8685
|
}
|
|
8681
8686
|
}
|
|
8682
8687
|
#endif // !CYTHON_COMPILING_IN_LIMITED_API
|
|
8688
|
+
#if !CYTHON_COMPILING_IN_PYPY
|
|
8683
8689
|
slot = spec->slots;
|
|
8684
8690
|
while (slot && slot->slot && slot->slot != Py_tp_getset)
|
|
8685
8691
|
slot++;
|
|
@@ -8711,6 +8717,7 @@ static PyObject *__Pyx_GetTypeDict(PyTypeObject *tp) {
|
|
|
8711
8717
|
++getset;
|
|
8712
8718
|
}
|
|
8713
8719
|
}
|
|
8720
|
+
#endif // !CYTHON_COMPILING_IN_PYPY
|
|
8714
8721
|
if (changed)
|
|
8715
8722
|
PyType_Modified(type);
|
|
8716
8723
|
#endif // PY_VERSION_HEX > 0x030900B1
|
|
@@ -8843,7 +8850,7 @@ bad:
|
|
|
8843
8850
|
}
|
|
8844
8851
|
|
|
8845
8852
|
/* CommonTypesMetaclass */
|
|
8846
|
-
PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
|
8853
|
+
static PyObject* __pyx_CommonTypesMetaclass_get_module(CYTHON_UNUSED PyObject *self, CYTHON_UNUSED void* context) {
|
|
8847
8854
|
return PyUnicode_FromString(__PYX_ABI_MODULE_NAME);
|
|
8848
8855
|
}
|
|
8849
8856
|
static PyGetSetDef __pyx_CommonTypesMetaclass_getset[] = {
|