eqc-models 0.15.1__py3-none-any.whl → 0.15.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.
Files changed (73) hide show
  1. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/algorithms/alm.py +199 -47
  2. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/polyeval.c +122 -122
  3. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/polyeval.cpython-310-darwin.so +0 -0
  4. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/rcshortestpath.py +3 -1
  5. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/shortestpath.py +4 -2
  6. {eqc_models-0.15.1.dist-info → eqc_models-0.15.3.dist-info}/METADATA +1 -1
  7. eqc_models-0.15.3.dist-info/RECORD +72 -0
  8. {eqc_models-0.15.1.dist-info → eqc_models-0.15.3.dist-info}/WHEEL +1 -1
  9. eqc_models-0.15.1.dist-info/RECORD +0 -72
  10. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/compile_extensions.py +0 -0
  11. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/__init__.py +0 -0
  12. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/algorithms/__init__.py +0 -0
  13. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/algorithms/base.py +0 -0
  14. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/algorithms/penaltymultiplier.py +0 -0
  15. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/allocation/__init__.py +0 -0
  16. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/allocation/allocation.py +0 -0
  17. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/allocation/portbase.py +0 -0
  18. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/allocation/portmomentum.py +0 -0
  19. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/assignment/__init__.py +0 -0
  20. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/assignment/qap.py +0 -0
  21. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/assignment/resource.py +0 -0
  22. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/assignment/setpartition.py +0 -0
  23. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/__init__.py +0 -0
  24. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/base.py +0 -0
  25. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/binaries.py +0 -0
  26. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/constraints.py +0 -0
  27. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/operators.py +0 -0
  28. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/polyeval.pyx +0 -0
  29. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/polynomial.py +0 -0
  30. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/quadratic.py +0 -0
  31. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/base/results.py +0 -0
  32. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/combinatorics/__init__.py +0 -0
  33. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/combinatorics/setcover.py +0 -0
  34. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/combinatorics/setpartition.py +0 -0
  35. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/decoding.py +0 -0
  36. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/__init__.py +0 -0
  37. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/base.py +0 -0
  38. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/hypergraph.py +0 -0
  39. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/maxcut.py +0 -0
  40. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/maxkcut.py +0 -0
  41. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/graph/partition.py +0 -0
  42. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/__init__.py +0 -0
  43. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/classifierbase.py +0 -0
  44. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/classifierqboost.py +0 -0
  45. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/classifierqsvm.py +0 -0
  46. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/clustering.py +0 -0
  47. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/clusteringbase.py +0 -0
  48. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/cvqboost_hamiltonian.pyx +0 -0
  49. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.c +0 -0
  50. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/cvqboost_hamiltonian_c_func.h +0 -0
  51. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/decomposition.py +0 -0
  52. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/forecast.py +0 -0
  53. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/forecastbase.py +0 -0
  54. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/regressor.py +0 -0
  55. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/regressorbase.py +0 -0
  56. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/reservoir.py +0 -0
  57. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/ml/utils.py +0 -0
  58. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/process/base.py +0 -0
  59. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/process/mpc.py +0 -0
  60. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/sequence/__init__.py +0 -0
  61. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/sequence/tsp.py +0 -0
  62. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/solvers/__init__.py +0 -0
  63. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/solvers/eqcdirect.py +0 -0
  64. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/solvers/mip.py +0 -0
  65. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/solvers/qciclient.py +0 -0
  66. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/solvers/responselog.py +0 -0
  67. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/utilities/__init__.py +0 -0
  68. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/utilities/fileio.py +0 -0
  69. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/utilities/general.py +0 -0
  70. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/utilities/polynomial.py +0 -0
  71. {eqc_models-0.15.1.data → eqc_models-0.15.3.data}/platlib/eqc_models/utilities/qplib.py +0 -0
  72. {eqc_models-0.15.1.dist-info → eqc_models-0.15.3.dist-info}/licenses/LICENSE.txt +0 -0
  73. {eqc_models-0.15.1.dist-info → eqc_models-0.15.3.dist-info}/top_level.txt +0 -0
@@ -4,18 +4,18 @@
4
4
  {
5
5
  "distutils": {
6
6
  "depends": [
7
- "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-zg6ngam3/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h",
8
- "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-zg6ngam3/lib/python3.10/site-packages/numpy/core/include/numpy/arrayscalars.h",
9
- "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-zg6ngam3/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h",
10
- "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-zg6ngam3/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h",
11
- "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-zg6ngam3/lib/python3.10/site-packages/numpy/core/include/numpy/ufuncobject.h"
7
+ "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-z01k5hqc/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h",
8
+ "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-z01k5hqc/lib/python3.10/site-packages/numpy/core/include/numpy/arrayscalars.h",
9
+ "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-z01k5hqc/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h",
10
+ "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-z01k5hqc/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h",
11
+ "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-z01k5hqc/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-zg6ngam3/lib/python3.10/site-packages/numpy/core/include"
18
+ "/private/var/folders/72/z4nnmgj16nxfxyk9s6bc8p4c0000gp/T/build-env-z01k5hqc/lib/python3.10/site-packages/numpy/core/include"
19
19
  ],
20
20
  "name": "eqc_models.base.polyeval",
21
21
  "sources": [
@@ -1392,7 +1392,7 @@ static const char *__pyx_filename;
1392
1392
 
1393
1393
  static const char* const __pyx_f[] = {
1394
1394
  "eqc_models/base/polyeval.pyx",
1395
- "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd",
1395
+ "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd",
1396
1396
  "cpython/type.pxd",
1397
1397
  };
1398
1398
  /* #### Code section: utility_code_proto_before_types ### */
@@ -1602,7 +1602,7 @@ typedef struct {
1602
1602
 
1603
1603
  /* #### Code section: numeric_typedefs ### */
1604
1604
 
1605
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":730
1605
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":730
1606
1606
  * # in Cython to enable them only on the right systems.
1607
1607
  *
1608
1608
  * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
@@ -1611,7 +1611,7 @@ typedef struct {
1611
1611
  */
1612
1612
  typedef npy_int8 __pyx_t_5numpy_int8_t;
1613
1613
 
1614
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":731
1614
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":731
1615
1615
  *
1616
1616
  * ctypedef npy_int8 int8_t
1617
1617
  * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
@@ -1620,7 +1620,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
1620
1620
  */
1621
1621
  typedef npy_int16 __pyx_t_5numpy_int16_t;
1622
1622
 
1623
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":732
1623
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":732
1624
1624
  * ctypedef npy_int8 int8_t
1625
1625
  * ctypedef npy_int16 int16_t
1626
1626
  * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
@@ -1629,7 +1629,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
1629
1629
  */
1630
1630
  typedef npy_int32 __pyx_t_5numpy_int32_t;
1631
1631
 
1632
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":733
1632
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":733
1633
1633
  * ctypedef npy_int16 int16_t
1634
1634
  * ctypedef npy_int32 int32_t
1635
1635
  * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
@@ -1638,7 +1638,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
1638
1638
  */
1639
1639
  typedef npy_int64 __pyx_t_5numpy_int64_t;
1640
1640
 
1641
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":737
1641
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":737
1642
1642
  * #ctypedef npy_int128 int128_t
1643
1643
  *
1644
1644
  * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
@@ -1647,7 +1647,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
1647
1647
  */
1648
1648
  typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1649
1649
 
1650
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":738
1650
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":738
1651
1651
  *
1652
1652
  * ctypedef npy_uint8 uint8_t
1653
1653
  * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
@@ -1656,7 +1656,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1656
1656
  */
1657
1657
  typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1658
1658
 
1659
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":739
1659
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":739
1660
1660
  * ctypedef npy_uint8 uint8_t
1661
1661
  * ctypedef npy_uint16 uint16_t
1662
1662
  * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
@@ -1665,7 +1665,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1665
1665
  */
1666
1666
  typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1667
1667
 
1668
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":740
1668
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":740
1669
1669
  * ctypedef npy_uint16 uint16_t
1670
1670
  * ctypedef npy_uint32 uint32_t
1671
1671
  * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
@@ -1674,7 +1674,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1674
1674
  */
1675
1675
  typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1676
1676
 
1677
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":744
1677
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":744
1678
1678
  * #ctypedef npy_uint128 uint128_t
1679
1679
  *
1680
1680
  * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
@@ -1683,7 +1683,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1683
1683
  */
1684
1684
  typedef npy_float32 __pyx_t_5numpy_float32_t;
1685
1685
 
1686
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":745
1686
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":745
1687
1687
  *
1688
1688
  * ctypedef npy_float32 float32_t
1689
1689
  * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
@@ -1692,7 +1692,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
1692
1692
  */
1693
1693
  typedef npy_float64 __pyx_t_5numpy_float64_t;
1694
1694
 
1695
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":754
1695
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":754
1696
1696
  * # The int types are mapped a bit surprising --
1697
1697
  * # numpy.int corresponds to 'l' and numpy.long to 'q'
1698
1698
  * ctypedef npy_long int_t # <<<<<<<<<<<<<<
@@ -1701,7 +1701,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
1701
1701
  */
1702
1702
  typedef npy_long __pyx_t_5numpy_int_t;
1703
1703
 
1704
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":755
1704
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":755
1705
1705
  * # numpy.int corresponds to 'l' and numpy.long to 'q'
1706
1706
  * ctypedef npy_long int_t
1707
1707
  * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
@@ -1710,7 +1710,7 @@ typedef npy_long __pyx_t_5numpy_int_t;
1710
1710
  */
1711
1711
  typedef npy_longlong __pyx_t_5numpy_longlong_t;
1712
1712
 
1713
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":757
1713
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":757
1714
1714
  * ctypedef npy_longlong longlong_t
1715
1715
  *
1716
1716
  * ctypedef npy_ulong uint_t # <<<<<<<<<<<<<<
@@ -1719,7 +1719,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
1719
1719
  */
1720
1720
  typedef npy_ulong __pyx_t_5numpy_uint_t;
1721
1721
 
1722
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":758
1722
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":758
1723
1723
  *
1724
1724
  * ctypedef npy_ulong uint_t
1725
1725
  * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
@@ -1728,7 +1728,7 @@ typedef npy_ulong __pyx_t_5numpy_uint_t;
1728
1728
  */
1729
1729
  typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1730
1730
 
1731
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":760
1731
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":760
1732
1732
  * ctypedef npy_ulonglong ulonglong_t
1733
1733
  *
1734
1734
  * ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
@@ -1737,7 +1737,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1737
1737
  */
1738
1738
  typedef npy_intp __pyx_t_5numpy_intp_t;
1739
1739
 
1740
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":761
1740
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":761
1741
1741
  *
1742
1742
  * ctypedef npy_intp intp_t
1743
1743
  * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
@@ -1746,7 +1746,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
1746
1746
  */
1747
1747
  typedef npy_uintp __pyx_t_5numpy_uintp_t;
1748
1748
 
1749
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":763
1749
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":763
1750
1750
  * ctypedef npy_uintp uintp_t
1751
1751
  *
1752
1752
  * ctypedef npy_double float_t # <<<<<<<<<<<<<<
@@ -1755,7 +1755,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
1755
1755
  */
1756
1756
  typedef npy_double __pyx_t_5numpy_float_t;
1757
1757
 
1758
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":764
1758
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":764
1759
1759
  *
1760
1760
  * ctypedef npy_double float_t
1761
1761
  * ctypedef npy_double double_t # <<<<<<<<<<<<<<
@@ -1764,7 +1764,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
1764
1764
  */
1765
1765
  typedef npy_double __pyx_t_5numpy_double_t;
1766
1766
 
1767
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":765
1767
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":765
1768
1768
  * ctypedef npy_double float_t
1769
1769
  * ctypedef npy_double double_t
1770
1770
  * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
@@ -1819,7 +1819,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
1819
1819
 
1820
1820
  /*--- Type declarations ---*/
1821
1821
 
1822
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":767
1822
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":767
1823
1823
  * ctypedef npy_longdouble longdouble_t
1824
1824
  *
1825
1825
  * ctypedef npy_cfloat cfloat_t # <<<<<<<<<<<<<<
@@ -1828,7 +1828,7 @@ static CYTHON_INLINE __pyx_t_double_complex __pyx_t_double_complex_from_parts(do
1828
1828
  */
1829
1829
  typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
1830
1830
 
1831
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":768
1831
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":768
1832
1832
  *
1833
1833
  * ctypedef npy_cfloat cfloat_t
1834
1834
  * ctypedef npy_cdouble cdouble_t # <<<<<<<<<<<<<<
@@ -1837,7 +1837,7 @@ typedef npy_cfloat __pyx_t_5numpy_cfloat_t;
1837
1837
  */
1838
1838
  typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
1839
1839
 
1840
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":769
1840
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":769
1841
1841
  * ctypedef npy_cfloat cfloat_t
1842
1842
  * ctypedef npy_cdouble cdouble_t
1843
1843
  * ctypedef npy_clongdouble clongdouble_t # <<<<<<<<<<<<<<
@@ -1846,7 +1846,7 @@ typedef npy_cdouble __pyx_t_5numpy_cdouble_t;
1846
1846
  */
1847
1847
  typedef npy_clongdouble __pyx_t_5numpy_clongdouble_t;
1848
1848
 
1849
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771
1849
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":771
1850
1850
  * ctypedef npy_clongdouble clongdouble_t
1851
1851
  *
1852
1852
  * ctypedef npy_cdouble complex_t # <<<<<<<<<<<<<<
@@ -3054,7 +3054,7 @@ return 0;
3054
3054
  #endif
3055
3055
  /* #### Code section: module_code ### */
3056
3056
 
3057
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
3057
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
3058
3058
  * # Instead, we use properties that map to the corresponding C-API functions.
3059
3059
  *
3060
3060
  * @property # <<<<<<<<<<<<<<
@@ -3065,7 +3065,7 @@ return 0;
3065
3065
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
3066
3066
  PyObject *__pyx_r;
3067
3067
 
3068
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":248
3068
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":248
3069
3069
  * """Returns a borrowed reference to the object owning the data/memory.
3070
3070
  * """
3071
3071
  * return PyArray_BASE(self) # <<<<<<<<<<<<<<
@@ -3075,7 +3075,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3075
3075
  __pyx_r = PyArray_BASE(__pyx_v_self);
3076
3076
  goto __pyx_L0;
3077
3077
 
3078
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
3078
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":244
3079
3079
  * # Instead, we use properties that map to the corresponding C-API functions.
3080
3080
  *
3081
3081
  * @property # <<<<<<<<<<<<<<
@@ -3088,7 +3088,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3088
3088
  return __pyx_r;
3089
3089
  }
3090
3090
 
3091
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
3091
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
3092
3092
  * return PyArray_BASE(self)
3093
3093
  *
3094
3094
  * @property # <<<<<<<<<<<<<<
@@ -3102,7 +3102,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3102
3102
  PyArray_Descr *__pyx_t_1;
3103
3103
  __Pyx_RefNannySetupContext("descr", 0);
3104
3104
 
3105
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":254
3105
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":254
3106
3106
  * """Returns an owned reference to the dtype of the array.
3107
3107
  * """
3108
3108
  * return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
@@ -3115,7 +3115,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3115
3115
  __pyx_r = ((PyArray_Descr *)__pyx_t_1);
3116
3116
  goto __pyx_L0;
3117
3117
 
3118
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
3118
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":250
3119
3119
  * return PyArray_BASE(self)
3120
3120
  *
3121
3121
  * @property # <<<<<<<<<<<<<<
@@ -3130,7 +3130,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3130
3130
  return __pyx_r;
3131
3131
  }
3132
3132
 
3133
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
3133
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
3134
3134
  * return <dtype>PyArray_DESCR(self)
3135
3135
  *
3136
3136
  * @property # <<<<<<<<<<<<<<
@@ -3141,7 +3141,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3141
3141
  static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
3142
3142
  int __pyx_r;
3143
3143
 
3144
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":260
3144
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":260
3145
3145
  * """Returns the number of dimensions in the array.
3146
3146
  * """
3147
3147
  * return PyArray_NDIM(self) # <<<<<<<<<<<<<<
@@ -3151,7 +3151,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3151
3151
  __pyx_r = PyArray_NDIM(__pyx_v_self);
3152
3152
  goto __pyx_L0;
3153
3153
 
3154
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
3154
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":256
3155
3155
  * return <dtype>PyArray_DESCR(self)
3156
3156
  *
3157
3157
  * @property # <<<<<<<<<<<<<<
@@ -3164,7 +3164,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3164
3164
  return __pyx_r;
3165
3165
  }
3166
3166
 
3167
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
3167
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
3168
3168
  * return PyArray_NDIM(self)
3169
3169
  *
3170
3170
  * @property # <<<<<<<<<<<<<<
@@ -3175,7 +3175,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3175
3175
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
3176
3176
  npy_intp *__pyx_r;
3177
3177
 
3178
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":268
3178
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":268
3179
3179
  * Can return NULL for 0-dimensional arrays.
3180
3180
  * """
3181
3181
  * return PyArray_DIMS(self) # <<<<<<<<<<<<<<
@@ -3185,7 +3185,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3185
3185
  __pyx_r = PyArray_DIMS(__pyx_v_self);
3186
3186
  goto __pyx_L0;
3187
3187
 
3188
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
3188
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":262
3189
3189
  * return PyArray_NDIM(self)
3190
3190
  *
3191
3191
  * @property # <<<<<<<<<<<<<<
@@ -3198,7 +3198,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3198
3198
  return __pyx_r;
3199
3199
  }
3200
3200
 
3201
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
3201
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
3202
3202
  * return PyArray_DIMS(self)
3203
3203
  *
3204
3204
  * @property # <<<<<<<<<<<<<<
@@ -3209,7 +3209,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3209
3209
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
3210
3210
  npy_intp *__pyx_r;
3211
3211
 
3212
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":275
3212
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":275
3213
3213
  * The number of elements matches the number of dimensions of the array (ndim).
3214
3214
  * """
3215
3215
  * return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
@@ -3219,7 +3219,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3219
3219
  __pyx_r = PyArray_STRIDES(__pyx_v_self);
3220
3220
  goto __pyx_L0;
3221
3221
 
3222
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
3222
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":270
3223
3223
  * return PyArray_DIMS(self)
3224
3224
  *
3225
3225
  * @property # <<<<<<<<<<<<<<
@@ -3232,7 +3232,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3232
3232
  return __pyx_r;
3233
3233
  }
3234
3234
 
3235
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
3235
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
3236
3236
  * return PyArray_STRIDES(self)
3237
3237
  *
3238
3238
  * @property # <<<<<<<<<<<<<<
@@ -3243,7 +3243,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3243
3243
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
3244
3244
  npy_intp __pyx_r;
3245
3245
 
3246
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":281
3246
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":281
3247
3247
  * """Returns the total size (in number of elements) of the array.
3248
3248
  * """
3249
3249
  * return PyArray_SIZE(self) # <<<<<<<<<<<<<<
@@ -3253,7 +3253,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3253
3253
  __pyx_r = PyArray_SIZE(__pyx_v_self);
3254
3254
  goto __pyx_L0;
3255
3255
 
3256
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
3256
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":277
3257
3257
  * return PyArray_STRIDES(self)
3258
3258
  *
3259
3259
  * @property # <<<<<<<<<<<<<<
@@ -3266,7 +3266,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3266
3266
  return __pyx_r;
3267
3267
  }
3268
3268
 
3269
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
3269
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
3270
3270
  * return PyArray_SIZE(self)
3271
3271
  *
3272
3272
  * @property # <<<<<<<<<<<<<<
@@ -3277,7 +3277,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3277
3277
  static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
3278
3278
  char *__pyx_r;
3279
3279
 
3280
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290
3280
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":290
3281
3281
  * of `PyArray_DATA()` instead, which returns a 'void*'.
3282
3282
  * """
3283
3283
  * return PyArray_BYTES(self) # <<<<<<<<<<<<<<
@@ -3287,7 +3287,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3287
3287
  __pyx_r = PyArray_BYTES(__pyx_v_self);
3288
3288
  goto __pyx_L0;
3289
3289
 
3290
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
3290
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":283
3291
3291
  * return PyArray_SIZE(self)
3292
3292
  *
3293
3293
  * @property # <<<<<<<<<<<<<<
@@ -3300,7 +3300,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3300
3300
  return __pyx_r;
3301
3301
  }
3302
3302
 
3303
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
3303
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
3304
3304
  * ctypedef npy_cdouble complex_t
3305
3305
  *
3306
3306
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -3317,7 +3317,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3317
3317
  int __pyx_clineno = 0;
3318
3318
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
3319
3319
 
3320
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":774
3320
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":774
3321
3321
  *
3322
3322
  * cdef inline object PyArray_MultiIterNew1(a):
3323
3323
  * return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
@@ -3331,7 +3331,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3331
3331
  __pyx_t_1 = 0;
3332
3332
  goto __pyx_L0;
3333
3333
 
3334
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
3334
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":773
3335
3335
  * ctypedef npy_cdouble complex_t
3336
3336
  *
3337
3337
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -3350,7 +3350,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3350
3350
  return __pyx_r;
3351
3351
  }
3352
3352
 
3353
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
3353
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
3354
3354
  * return PyArray_MultiIterNew(1, <void*>a)
3355
3355
  *
3356
3356
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -3367,7 +3367,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3367
3367
  int __pyx_clineno = 0;
3368
3368
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
3369
3369
 
3370
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
3370
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":777
3371
3371
  *
3372
3372
  * cdef inline object PyArray_MultiIterNew2(a, b):
3373
3373
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
@@ -3381,7 +3381,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3381
3381
  __pyx_t_1 = 0;
3382
3382
  goto __pyx_L0;
3383
3383
 
3384
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
3384
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":776
3385
3385
  * return PyArray_MultiIterNew(1, <void*>a)
3386
3386
  *
3387
3387
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -3400,7 +3400,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3400
3400
  return __pyx_r;
3401
3401
  }
3402
3402
 
3403
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
3403
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
3404
3404
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
3405
3405
  *
3406
3406
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -3417,7 +3417,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3417
3417
  int __pyx_clineno = 0;
3418
3418
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
3419
3419
 
3420
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
3420
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":780
3421
3421
  *
3422
3422
  * cdef inline object PyArray_MultiIterNew3(a, b, c):
3423
3423
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
@@ -3431,7 +3431,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3431
3431
  __pyx_t_1 = 0;
3432
3432
  goto __pyx_L0;
3433
3433
 
3434
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
3434
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":779
3435
3435
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
3436
3436
  *
3437
3437
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -3450,7 +3450,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3450
3450
  return __pyx_r;
3451
3451
  }
3452
3452
 
3453
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
3453
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
3454
3454
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
3455
3455
  *
3456
3456
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -3467,7 +3467,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3467
3467
  int __pyx_clineno = 0;
3468
3468
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
3469
3469
 
3470
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
3470
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":783
3471
3471
  *
3472
3472
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d):
3473
3473
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
@@ -3481,7 +3481,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3481
3481
  __pyx_t_1 = 0;
3482
3482
  goto __pyx_L0;
3483
3483
 
3484
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
3484
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":782
3485
3485
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
3486
3486
  *
3487
3487
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -3500,7 +3500,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3500
3500
  return __pyx_r;
3501
3501
  }
3502
3502
 
3503
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
3503
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
3504
3504
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
3505
3505
  *
3506
3506
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -3517,7 +3517,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
3517
3517
  int __pyx_clineno = 0;
3518
3518
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
3519
3519
 
3520
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
3520
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":786
3521
3521
  *
3522
3522
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
3523
3523
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
@@ -3531,7 +3531,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
3531
3531
  __pyx_t_1 = 0;
3532
3532
  goto __pyx_L0;
3533
3533
 
3534
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
3534
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":785
3535
3535
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
3536
3536
  *
3537
3537
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -3550,7 +3550,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
3550
3550
  return __pyx_r;
3551
3551
  }
3552
3552
 
3553
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
3553
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
3554
3554
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
3555
3555
  *
3556
3556
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -3564,7 +3564,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3564
3564
  int __pyx_t_1;
3565
3565
  __Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
3566
3566
 
3567
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
3567
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
3568
3568
  *
3569
3569
  * cdef inline tuple PyDataType_SHAPE(dtype d):
3570
3570
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -3574,7 +3574,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3574
3574
  __pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
3575
3575
  if (__pyx_t_1) {
3576
3576
 
3577
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790
3577
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":790
3578
3578
  * cdef inline tuple PyDataType_SHAPE(dtype d):
3579
3579
  * if PyDataType_HASSUBARRAY(d):
3580
3580
  * return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
@@ -3586,7 +3586,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3586
3586
  __pyx_r = ((PyObject*)__pyx_v_d->subarray->shape);
3587
3587
  goto __pyx_L0;
3588
3588
 
3589
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
3589
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":789
3590
3590
  *
3591
3591
  * cdef inline tuple PyDataType_SHAPE(dtype d):
3592
3592
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -3595,7 +3595,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3595
3595
  */
3596
3596
  }
3597
3597
 
3598
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
3598
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":792
3599
3599
  * return <tuple>d.subarray.shape
3600
3600
  * else:
3601
3601
  * return () # <<<<<<<<<<<<<<
@@ -3609,7 +3609,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3609
3609
  goto __pyx_L0;
3610
3610
  }
3611
3611
 
3612
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
3612
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":788
3613
3613
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
3614
3614
  *
3615
3615
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -3624,7 +3624,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
3624
3624
  return __pyx_r;
3625
3625
  }
3626
3626
 
3627
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
3627
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
3628
3628
  * int _import_umath() except -1
3629
3629
  *
3630
3630
  * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
@@ -3638,7 +3638,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
3638
3638
  const char *__pyx_filename = NULL;
3639
3639
  int __pyx_clineno = 0;
3640
3640
 
3641
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":969
3641
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":969
3642
3642
  *
3643
3643
  * cdef inline void set_array_base(ndarray arr, object base):
3644
3644
  * Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
@@ -3647,7 +3647,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
3647
3647
  */
3648
3648
  Py_INCREF(__pyx_v_base);
3649
3649
 
3650
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":970
3650
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":970
3651
3651
  * cdef inline void set_array_base(ndarray arr, object base):
3652
3652
  * Py_INCREF(base) # important to do this before stealing the reference below!
3653
3653
  * PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
@@ -3656,7 +3656,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
3656
3656
  */
3657
3657
  __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)
3658
3658
 
3659
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
3659
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":968
3660
3660
  * int _import_umath() except -1
3661
3661
  *
3662
3662
  * cdef inline void set_array_base(ndarray arr, object base): # <<<<<<<<<<<<<<
@@ -3671,7 +3671,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
3671
3671
  __pyx_L0:;
3672
3672
  }
3673
3673
 
3674
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
3674
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
3675
3675
  * PyArray_SetBaseObject(arr, base)
3676
3676
  *
3677
3677
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -3686,7 +3686,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3686
3686
  int __pyx_t_1;
3687
3687
  __Pyx_RefNannySetupContext("get_array_base", 0);
3688
3688
 
3689
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973
3689
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":973
3690
3690
  *
3691
3691
  * cdef inline object get_array_base(ndarray arr):
3692
3692
  * base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
@@ -3695,7 +3695,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3695
3695
  */
3696
3696
  __pyx_v_base = PyArray_BASE(__pyx_v_arr);
3697
3697
 
3698
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
3698
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
3699
3699
  * cdef inline object get_array_base(ndarray arr):
3700
3700
  * base = PyArray_BASE(arr)
3701
3701
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -3705,7 +3705,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3705
3705
  __pyx_t_1 = (__pyx_v_base == NULL);
3706
3706
  if (__pyx_t_1) {
3707
3707
 
3708
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
3708
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":975
3709
3709
  * base = PyArray_BASE(arr)
3710
3710
  * if base is NULL:
3711
3711
  * return None # <<<<<<<<<<<<<<
@@ -3716,7 +3716,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3716
3716
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
3717
3717
  goto __pyx_L0;
3718
3718
 
3719
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
3719
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":974
3720
3720
  * cdef inline object get_array_base(ndarray arr):
3721
3721
  * base = PyArray_BASE(arr)
3722
3722
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -3725,7 +3725,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3725
3725
  */
3726
3726
  }
3727
3727
 
3728
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976
3728
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":976
3729
3729
  * if base is NULL:
3730
3730
  * return None
3731
3731
  * return <object>base # <<<<<<<<<<<<<<
@@ -3737,7 +3737,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3737
3737
  __pyx_r = ((PyObject *)__pyx_v_base);
3738
3738
  goto __pyx_L0;
3739
3739
 
3740
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
3740
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":972
3741
3741
  * PyArray_SetBaseObject(arr, base)
3742
3742
  *
3743
3743
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -3752,7 +3752,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
3752
3752
  return __pyx_r;
3753
3753
  }
3754
3754
 
3755
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
3755
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
3756
3756
  * # Versions of the import_* functions which are more suitable for
3757
3757
  * # Cython code.
3758
3758
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -3778,7 +3778,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3778
3778
  int __pyx_clineno = 0;
3779
3779
  __Pyx_RefNannySetupContext("import_array", 0);
3780
3780
 
3781
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
3781
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
3782
3782
  * # Cython code.
3783
3783
  * cdef inline int import_array() except -1:
3784
3784
  * try: # <<<<<<<<<<<<<<
@@ -3794,7 +3794,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3794
3794
  __Pyx_XGOTREF(__pyx_t_3);
3795
3795
  /*try:*/ {
3796
3796
 
3797
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":982
3797
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":982
3798
3798
  * cdef inline int import_array() except -1:
3799
3799
  * try:
3800
3800
  * __pyx_import_array() # <<<<<<<<<<<<<<
@@ -3803,7 +3803,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3803
3803
  */
3804
3804
  __pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 982, __pyx_L3_error)
3805
3805
 
3806
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
3806
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
3807
3807
  * # Cython code.
3808
3808
  * cdef inline int import_array() except -1:
3809
3809
  * try: # <<<<<<<<<<<<<<
@@ -3817,7 +3817,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3817
3817
  goto __pyx_L8_try_end;
3818
3818
  __pyx_L3_error:;
3819
3819
 
3820
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
3820
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":983
3821
3821
  * try:
3822
3822
  * __pyx_import_array()
3823
3823
  * except Exception: # <<<<<<<<<<<<<<
@@ -3832,7 +3832,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3832
3832
  __Pyx_XGOTREF(__pyx_t_6);
3833
3833
  __Pyx_XGOTREF(__pyx_t_7);
3834
3834
 
3835
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
3835
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":984
3836
3836
  * __pyx_import_array()
3837
3837
  * except Exception:
3838
3838
  * raise ImportError("numpy.core.multiarray failed to import") # <<<<<<<<<<<<<<
@@ -3854,7 +3854,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3854
3854
  }
3855
3855
  goto __pyx_L5_except_error;
3856
3856
 
3857
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
3857
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":981
3858
3858
  * # Cython code.
3859
3859
  * cdef inline int import_array() except -1:
3860
3860
  * try: # <<<<<<<<<<<<<<
@@ -3870,7 +3870,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3870
3870
  __pyx_L8_try_end:;
3871
3871
  }
3872
3872
 
3873
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
3873
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":980
3874
3874
  * # Versions of the import_* functions which are more suitable for
3875
3875
  * # Cython code.
3876
3876
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -3894,7 +3894,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
3894
3894
  return __pyx_r;
3895
3895
  }
3896
3896
 
3897
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
3897
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
3898
3898
  * raise ImportError("numpy.core.multiarray failed to import")
3899
3899
  *
3900
3900
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -3920,7 +3920,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3920
3920
  int __pyx_clineno = 0;
3921
3921
  __Pyx_RefNannySetupContext("import_umath", 0);
3922
3922
 
3923
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
3923
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
3924
3924
  *
3925
3925
  * cdef inline int import_umath() except -1:
3926
3926
  * try: # <<<<<<<<<<<<<<
@@ -3936,7 +3936,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3936
3936
  __Pyx_XGOTREF(__pyx_t_3);
3937
3937
  /*try:*/ {
3938
3938
 
3939
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":988
3939
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":988
3940
3940
  * cdef inline int import_umath() except -1:
3941
3941
  * try:
3942
3942
  * _import_umath() # <<<<<<<<<<<<<<
@@ -3945,7 +3945,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3945
3945
  */
3946
3946
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 988, __pyx_L3_error)
3947
3947
 
3948
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
3948
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
3949
3949
  *
3950
3950
  * cdef inline int import_umath() except -1:
3951
3951
  * try: # <<<<<<<<<<<<<<
@@ -3959,7 +3959,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3959
3959
  goto __pyx_L8_try_end;
3960
3960
  __pyx_L3_error:;
3961
3961
 
3962
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
3962
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":989
3963
3963
  * try:
3964
3964
  * _import_umath()
3965
3965
  * except Exception: # <<<<<<<<<<<<<<
@@ -3974,7 +3974,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3974
3974
  __Pyx_XGOTREF(__pyx_t_6);
3975
3975
  __Pyx_XGOTREF(__pyx_t_7);
3976
3976
 
3977
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
3977
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":990
3978
3978
  * _import_umath()
3979
3979
  * except Exception:
3980
3980
  * raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
@@ -3996,7 +3996,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
3996
3996
  }
3997
3997
  goto __pyx_L5_except_error;
3998
3998
 
3999
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
3999
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":987
4000
4000
  *
4001
4001
  * cdef inline int import_umath() except -1:
4002
4002
  * try: # <<<<<<<<<<<<<<
@@ -4012,7 +4012,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4012
4012
  __pyx_L8_try_end:;
4013
4013
  }
4014
4014
 
4015
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
4015
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":986
4016
4016
  * raise ImportError("numpy.core.multiarray failed to import")
4017
4017
  *
4018
4018
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -4036,7 +4036,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4036
4036
  return __pyx_r;
4037
4037
  }
4038
4038
 
4039
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
4039
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
4040
4040
  * raise ImportError("numpy.core.umath failed to import")
4041
4041
  *
4042
4042
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4062,7 +4062,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4062
4062
  int __pyx_clineno = 0;
4063
4063
  __Pyx_RefNannySetupContext("import_ufunc", 0);
4064
4064
 
4065
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
4065
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
4066
4066
  *
4067
4067
  * cdef inline int import_ufunc() except -1:
4068
4068
  * try: # <<<<<<<<<<<<<<
@@ -4078,7 +4078,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4078
4078
  __Pyx_XGOTREF(__pyx_t_3);
4079
4079
  /*try:*/ {
4080
4080
 
4081
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":994
4081
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":994
4082
4082
  * cdef inline int import_ufunc() except -1:
4083
4083
  * try:
4084
4084
  * _import_umath() # <<<<<<<<<<<<<<
@@ -4087,7 +4087,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4087
4087
  */
4088
4088
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 994, __pyx_L3_error)
4089
4089
 
4090
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
4090
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
4091
4091
  *
4092
4092
  * cdef inline int import_ufunc() except -1:
4093
4093
  * try: # <<<<<<<<<<<<<<
@@ -4101,7 +4101,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4101
4101
  goto __pyx_L8_try_end;
4102
4102
  __pyx_L3_error:;
4103
4103
 
4104
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
4104
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":995
4105
4105
  * try:
4106
4106
  * _import_umath()
4107
4107
  * except Exception: # <<<<<<<<<<<<<<
@@ -4116,7 +4116,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4116
4116
  __Pyx_XGOTREF(__pyx_t_6);
4117
4117
  __Pyx_XGOTREF(__pyx_t_7);
4118
4118
 
4119
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
4119
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":996
4120
4120
  * _import_umath()
4121
4121
  * except Exception:
4122
4122
  * raise ImportError("numpy.core.umath failed to import") # <<<<<<<<<<<<<<
@@ -4138,7 +4138,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4138
4138
  }
4139
4139
  goto __pyx_L5_except_error;
4140
4140
 
4141
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
4141
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":993
4142
4142
  *
4143
4143
  * cdef inline int import_ufunc() except -1:
4144
4144
  * try: # <<<<<<<<<<<<<<
@@ -4154,7 +4154,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4154
4154
  __pyx_L8_try_end:;
4155
4155
  }
4156
4156
 
4157
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
4157
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":992
4158
4158
  * raise ImportError("numpy.core.umath failed to import")
4159
4159
  *
4160
4160
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4178,7 +4178,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4178
4178
  return __pyx_r;
4179
4179
  }
4180
4180
 
4181
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
4181
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
4182
4182
  *
4183
4183
  *
4184
4184
  * cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
@@ -4189,7 +4189,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4189
4189
  static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
4190
4190
  int __pyx_r;
4191
4191
 
4192
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1011
4192
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1011
4193
4193
  * bool
4194
4194
  * """
4195
4195
  * return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
@@ -4199,7 +4199,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4199
4199
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
4200
4200
  goto __pyx_L0;
4201
4201
 
4202
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
4202
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":999
4203
4203
  *
4204
4204
  *
4205
4205
  * cdef inline bint is_timedelta64_object(object obj): # <<<<<<<<<<<<<<
@@ -4212,7 +4212,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4212
4212
  return __pyx_r;
4213
4213
  }
4214
4214
 
4215
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
4215
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
4216
4216
  *
4217
4217
  *
4218
4218
  * cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
@@ -4223,7 +4223,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4223
4223
  static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
4224
4224
  int __pyx_r;
4225
4225
 
4226
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1026
4226
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1026
4227
4227
  * bool
4228
4228
  * """
4229
4229
  * return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
@@ -4233,7 +4233,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4233
4233
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
4234
4234
  goto __pyx_L0;
4235
4235
 
4236
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
4236
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1014
4237
4237
  *
4238
4238
  *
4239
4239
  * cdef inline bint is_datetime64_object(object obj): # <<<<<<<<<<<<<<
@@ -4246,7 +4246,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4246
4246
  return __pyx_r;
4247
4247
  }
4248
4248
 
4249
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
4249
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
4250
4250
  *
4251
4251
  *
4252
4252
  * cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
@@ -4257,7 +4257,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4257
4257
  static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
4258
4258
  npy_datetime __pyx_r;
4259
4259
 
4260
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1036
4260
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1036
4261
4261
  * also needed. That can be found using `get_datetime64_unit`.
4262
4262
  * """
4263
4263
  * return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -4267,7 +4267,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4267
4267
  __pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
4268
4268
  goto __pyx_L0;
4269
4269
 
4270
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
4270
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1029
4271
4271
  *
4272
4272
  *
4273
4273
  * cdef inline npy_datetime get_datetime64_value(object obj) nogil: # <<<<<<<<<<<<<<
@@ -4280,7 +4280,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4280
4280
  return __pyx_r;
4281
4281
  }
4282
4282
 
4283
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
4283
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
4284
4284
  *
4285
4285
  *
4286
4286
  * cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
@@ -4291,7 +4291,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4291
4291
  static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
4292
4292
  npy_timedelta __pyx_r;
4293
4293
 
4294
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1043
4294
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1043
4295
4295
  * returns the int64 value underlying scalar numpy timedelta64 object
4296
4296
  * """
4297
4297
  * return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -4301,7 +4301,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4301
4301
  __pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
4302
4302
  goto __pyx_L0;
4303
4303
 
4304
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
4304
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1039
4305
4305
  *
4306
4306
  *
4307
4307
  * cdef inline npy_timedelta get_timedelta64_value(object obj) nogil: # <<<<<<<<<<<<<<
@@ -4314,7 +4314,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4314
4314
  return __pyx_r;
4315
4315
  }
4316
4316
 
4317
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
4317
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
4318
4318
  *
4319
4319
  *
4320
4320
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<
@@ -4325,7 +4325,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4325
4325
  static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
4326
4326
  NPY_DATETIMEUNIT __pyx_r;
4327
4327
 
4328
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1050
4328
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1050
4329
4329
  * returns the unit part of the dtype for a numpy datetime64 object.
4330
4330
  * """
4331
4331
  * return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
@@ -4333,7 +4333,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
4333
4333
  __pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
4334
4334
  goto __pyx_L0;
4335
4335
 
4336
- /* "../../build-env-zg6ngam3/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
4336
+ /* "../../build-env-z01k5hqc/lib/python3.10/site-packages/numpy/__init__.cython-30.pxd":1046
4337
4337
  *
4338
4338
  *
4339
4339
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) nogil: # <<<<<<<<<<<<<<