sequenzo 0.1.20__cp39-cp39-win_amd64.whl → 0.1.22__cp39-cp39-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of sequenzo might be problematic. Click here for more details.

Files changed (41) hide show
  1. sequenzo/big_data/clara/utils/get_weighted_diss.c +195 -195
  2. sequenzo/big_data/clara/utils/get_weighted_diss.cp39-win_amd64.pyd +0 -0
  3. sequenzo/clustering/clustering_c_code.cp39-win_amd64.pyd +0 -0
  4. sequenzo/clustering/hierarchical_clustering.py +1 -1
  5. sequenzo/define_sequence_data.py +4 -4
  6. sequenzo/dissimilarity_measures/c_code.cp39-win_amd64.pyd +0 -0
  7. sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.c +172 -173
  8. sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.cp39-win_amd64.pyd +0 -0
  9. sequenzo/dissimilarity_measures/utils/seqconc.c +234 -234
  10. sequenzo/dissimilarity_measures/utils/seqconc.cp39-win_amd64.pyd +0 -0
  11. sequenzo/dissimilarity_measures/utils/seqdss.c +327 -327
  12. sequenzo/dissimilarity_measures/utils/seqdss.cp39-win_amd64.pyd +0 -0
  13. sequenzo/dissimilarity_measures/utils/seqdur.c +327 -327
  14. sequenzo/dissimilarity_measures/utils/seqdur.cp39-win_amd64.pyd +0 -0
  15. sequenzo/dissimilarity_measures/utils/seqlength.c +227 -226
  16. sequenzo/dissimilarity_measures/utils/seqlength.cp39-win_amd64.pyd +0 -0
  17. sequenzo/multidomain/association_between_domains.py +1 -1
  18. sequenzo/multidomain/combt.py +4 -4
  19. sequenzo/multidomain/linked_polyad.py +3 -3
  20. sequenzo/prefix_tree/__init__.py +1 -1
  21. sequenzo/prefix_tree/individual_level_indicators.py +2 -2
  22. sequenzo/sequence_characteristics/overall_cross_sectional_entropy.py +2 -2
  23. sequenzo/sequence_characteristics/plot_characteristics.py +2 -2
  24. sequenzo/sequence_characteristics/simple_characteristics.py +2 -2
  25. sequenzo/suffix_tree/__init__.py +1 -1
  26. sequenzo/suffix_tree/individual_level_indicators.py +3 -3
  27. sequenzo/visualization/plot_single_medoid.py +2 -2
  28. sequenzo/visualization/plot_transition_matrix.py +3 -2
  29. sequenzo/visualization/utils/utils.py +2 -2
  30. sequenzo/with_event_history_analysis/sequence_analysis_multi_state_model.py +1 -1
  31. {sequenzo-0.1.20.dist-info → sequenzo-0.1.22.dist-info}/METADATA +17 -43
  32. {sequenzo-0.1.20.dist-info → sequenzo-0.1.22.dist-info}/RECORD +35 -41
  33. sequenzo/big_data/clara/utils/get_weighted_diss.pyx +0 -16
  34. sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx +0 -95
  35. sequenzo/dissimilarity_measures/utils/seqconc.pyx +0 -26
  36. sequenzo/dissimilarity_measures/utils/seqdss.pyx +0 -33
  37. sequenzo/dissimilarity_measures/utils/seqdur.pyx +0 -34
  38. sequenzo/dissimilarity_measures/utils/seqlength.pyx +0 -19
  39. {sequenzo-0.1.20.dist-info → sequenzo-0.1.22.dist-info}/WHEEL +0 -0
  40. {sequenzo-0.1.20.dist-info → sequenzo-0.1.22.dist-info}/licenses/LICENSE +0 -0
  41. {sequenzo-0.1.20.dist-info → sequenzo-0.1.22.dist-info}/top_level.txt +0 -0
@@ -6,15 +6,15 @@
6
6
  "define_macros": [
7
7
  [
8
8
  "NPY_NO_DEPRECATED_API",
9
- "NPY_1_23_API_VERSION"
9
+ "NPY_1_7_API_VERSION"
10
10
  ]
11
11
  ],
12
12
  "depends": [
13
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayobject.h",
14
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayscalars.h",
15
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarrayobject.h",
16
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarraytypes.h",
17
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ufuncobject.h"
13
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayobject.h",
14
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayscalars.h",
15
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarrayobject.h",
16
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarraytypes.h",
17
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ufuncobject.h"
18
18
  ],
19
19
  "extra_compile_args": [
20
20
  "/W1",
@@ -23,12 +23,11 @@
23
23
  "/O2"
24
24
  ],
25
25
  "include_dirs": [
26
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\pybind11\\include",
27
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\pybind11\\include",
28
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4kva_vbd\\overlay\\Lib\\site-packages\\numpy\\_core\\include",
26
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\pybind11\\include",
27
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\pybind11\\include",
28
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-j_2gb50v\\overlay\\Lib\\site-packages\\numpy\\_core\\include",
29
29
  "sequenzo/dissimilarity_measures/src/",
30
- "D:\\a\\Sequenzo\\Sequenzo\\sequenzo\\dissimilarity_measures\\src\\xsimd\\include",
31
- "sequenzo/clustering/src/"
30
+ "D:\\a\\Sequenzo\\Sequenzo\\sequenzo\\dissimilarity_measures\\src\\xsimd\\include"
32
31
  ],
33
32
  "name": "sequenzo.dissimilarity_measures.utils.get_sm_trate_substitution_cost_matrix",
34
33
  "sources": [
@@ -1398,7 +1397,7 @@ static const char *__pyx_filename;
1398
1397
 
1399
1398
  static const char* const __pyx_f[] = {
1400
1399
  "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx",
1401
- "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd",
1400
+ "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd",
1402
1401
  "cpython/type.pxd",
1403
1402
  };
1404
1403
  /* #### Code section: utility_code_proto_before_types ### */
@@ -1598,7 +1597,7 @@ typedef struct {
1598
1597
 
1599
1598
  /* #### Code section: numeric_typedefs ### */
1600
1599
 
1601
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":770
1600
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":770
1602
1601
  * # in Cython to enable them only on the right systems.
1603
1602
  *
1604
1603
  * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
@@ -1607,7 +1606,7 @@ typedef struct {
1607
1606
  */
1608
1607
  typedef npy_int8 __pyx_t_5numpy_int8_t;
1609
1608
 
1610
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":771
1609
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":771
1611
1610
  *
1612
1611
  * ctypedef npy_int8 int8_t
1613
1612
  * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
@@ -1616,7 +1615,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
1616
1615
  */
1617
1616
  typedef npy_int16 __pyx_t_5numpy_int16_t;
1618
1617
 
1619
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":772
1618
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":772
1620
1619
  * ctypedef npy_int8 int8_t
1621
1620
  * ctypedef npy_int16 int16_t
1622
1621
  * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
@@ -1625,7 +1624,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
1625
1624
  */
1626
1625
  typedef npy_int32 __pyx_t_5numpy_int32_t;
1627
1626
 
1628
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":773
1627
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":773
1629
1628
  * ctypedef npy_int16 int16_t
1630
1629
  * ctypedef npy_int32 int32_t
1631
1630
  * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
@@ -1634,7 +1633,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
1634
1633
  */
1635
1634
  typedef npy_int64 __pyx_t_5numpy_int64_t;
1636
1635
 
1637
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
1636
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
1638
1637
  * #ctypedef npy_int128 int128_t
1639
1638
  *
1640
1639
  * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
@@ -1643,7 +1642,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
1643
1642
  */
1644
1643
  typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1645
1644
 
1646
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":778
1645
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":778
1647
1646
  *
1648
1647
  * ctypedef npy_uint8 uint8_t
1649
1648
  * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
@@ -1652,7 +1651,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1652
1651
  */
1653
1652
  typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1654
1653
 
1655
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
1654
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
1656
1655
  * ctypedef npy_uint8 uint8_t
1657
1656
  * ctypedef npy_uint16 uint16_t
1658
1657
  * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
@@ -1661,7 +1660,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1661
1660
  */
1662
1661
  typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1663
1662
 
1664
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
1663
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
1665
1664
  * ctypedef npy_uint16 uint16_t
1666
1665
  * ctypedef npy_uint32 uint32_t
1667
1666
  * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
@@ -1670,7 +1669,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1670
1669
  */
1671
1670
  typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1672
1671
 
1673
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":784
1672
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":784
1674
1673
  * #ctypedef npy_uint128 uint128_t
1675
1674
  *
1676
1675
  * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
@@ -1679,7 +1678,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1679
1678
  */
1680
1679
  typedef npy_float32 __pyx_t_5numpy_float32_t;
1681
1680
 
1682
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
1681
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
1683
1682
  *
1684
1683
  * ctypedef npy_float32 float32_t
1685
1684
  * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
@@ -1688,7 +1687,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
1688
1687
  */
1689
1688
  typedef npy_float64 __pyx_t_5numpy_float64_t;
1690
1689
 
1691
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
1690
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
1692
1691
  * ctypedef double complex complex128_t
1693
1692
  *
1694
1693
  * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
@@ -1697,7 +1696,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
1697
1696
  */
1698
1697
  typedef npy_longlong __pyx_t_5numpy_longlong_t;
1699
1698
 
1700
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
1699
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
1701
1700
  *
1702
1701
  * ctypedef npy_longlong longlong_t
1703
1702
  * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
@@ -1706,7 +1705,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
1706
1705
  */
1707
1706
  typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1708
1707
 
1709
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
1708
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
1710
1709
  * ctypedef npy_ulonglong ulonglong_t
1711
1710
  *
1712
1711
  * ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
@@ -1715,7 +1714,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1715
1714
  */
1716
1715
  typedef npy_intp __pyx_t_5numpy_intp_t;
1717
1716
 
1718
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
1717
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
1719
1718
  *
1720
1719
  * ctypedef npy_intp intp_t
1721
1720
  * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
@@ -1724,7 +1723,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
1724
1723
  */
1725
1724
  typedef npy_uintp __pyx_t_5numpy_uintp_t;
1726
1725
 
1727
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":798
1726
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":798
1728
1727
  * ctypedef npy_uintp uintp_t
1729
1728
  *
1730
1729
  * ctypedef npy_double float_t # <<<<<<<<<<<<<<
@@ -1733,7 +1732,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
1733
1732
  */
1734
1733
  typedef npy_double __pyx_t_5numpy_float_t;
1735
1734
 
1736
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":799
1735
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":799
1737
1736
  *
1738
1737
  * ctypedef npy_double float_t
1739
1738
  * ctypedef npy_double double_t # <<<<<<<<<<<<<<
@@ -1742,7 +1741,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
1742
1741
  */
1743
1742
  typedef npy_double __pyx_t_5numpy_double_t;
1744
1743
 
1745
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":800
1744
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":800
1746
1745
  * ctypedef npy_double float_t
1747
1746
  * ctypedef npy_double double_t
1748
1747
  * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
@@ -1791,7 +1790,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
1791
1790
 
1792
1791
  /*--- Type declarations ---*/
1793
1792
 
1794
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
1793
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
1795
1794
  *
1796
1795
  * # Iterator API added in v1.6
1797
1796
  * ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
@@ -1800,7 +1799,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
1800
1799
  */
1801
1800
  typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
1802
1801
 
1803
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1097
1802
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1097
1804
1803
  * # Iterator API added in v1.6
1805
1804
  * ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
1806
1805
  * ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
@@ -2901,7 +2900,7 @@ static const char __pyx_k_num_transition[] = "num_transition";
2901
2900
  static const char __pyx_k_asyncio_coroutines[] = "asyncio.coroutines";
2902
2901
  static const char __pyx_k_cline_in_traceback[] = "cline_in_traceback";
2903
2902
  static const char __pyx_k_sequenzo_define_sequence_data[] = "sequenzo.define_sequence_data";
2904
- static const char __pyx_k_a_t_Qiq_j_q_HAWJfBa_E_q_F_A_WG5[] = "\200\001\340\004\005\330\004\005\330\004\005\330\004\005\360\014\000\005\n\320\t.\250a\330\004\007\200t\210:\220Q\220i\230q\330\010\016\210j\230\001\230\021\360\006\000\005\010\200q\330\010\022\220\"\220H\230A\230W\240J\250f\260B\260a\340\010\022\220\"\220E\230\021\230'\240\030\250\026\250q\260\004\260F\270\"\270A\340\004\r\210W\220G\2305\240\001\330\004\024\220G\230>\250\025\250a\340\004\025\220S\230\001\230\030\240\022\2401\330\004\t\210\027\220\001\330\004\026\220b\230\006\230a\230q\330\004\024\220B\220f\230A\230Q\360\010\000\005\010\200t\2102\210Q\330\010\031\230\024\230Q\230e\2401\240C\240q\250\006\250a\340\010\031\230\024\230Q\230e\2401\240E\250\022\2501\340\004\036\230c\240\021\240!\360\006\000\005\017\210b\220\t\230\021\230&\240\002\240!\330\0047\260q\340\004\007\200q\330\010\017\210r\220\026\220r\320\031)\250\027\260\010\270\006\270b\300\001\340\010\014\210E\220\026\220y\240\001\240\021\330\014\020\220\013\230=\250\007\250q\330\020\025\220Q\330\020\024\220E\230\025\230a\230q\330\024\027\220z\240\021\240#\240T\250\023\250H\260D\270\004\270E\300\021\300*\310A\310S\320PS\320SU\320UV\330\030\036\230g\240Q\240a\340\020\023\2203\220c\230\021\330\024\030\230\001\230\025\230n\250A\340\024\030\230\013\240=\260\007\260q\330\030\036\230a\330\030\034\230E\240\025\240a\240q\330\034 \240\n\250!\2503\250d\260#\260X\270Q\330 $\240E\250\021\250*\260A\260S\270\003\2702\270V\3001\330 *\250!\2503\250c\260\022\2605\270\003\2701\330 '\240w\250a\250q\340\030\034\230A\230U\240)\250;\260g\270[\310\004\310B\310a\360\006\000\t\020\210r\220\026\220r\230\027\240\010\250\006\250b\260\001\340\010\014\210K\220}\240G\2501\330\014\021\220\021\330\014\020\220\005\220U\230!\2301\330\020\024\220E\230\021\330\024\030\230\n\240!\2403\240c\250\023\250H\260D\270\004\270E\300\021\300*\310A\310S\320PR\320RT\320TU\330\030\036\230g\240Q\240a\340\014\017\210s\220#\220Q\330\020\024\220A\220^\2401\340\020\024\220K\230}\250G\2601\330\024\032\230!\330\024\030\230\005\230U\240!\2401\330\030\034\230E\240""\021\330\034 \240\n\250!\2503\250c\260\023\260H\270D\300\n\310!\3103\310b\320PR\320RW\320WZ\320Z[\330 '\240w\250a\250q\340\024\030\230\001\230\031\240+\250W\260K\270t\3002\300Q\340\004\013\2101";
2903
+ static const char __pyx_k_a_t_Qiq_j_q_HAWJfBa_E_q_F_A_WG5[] = "\200\001\340\004\005\330\004\005\330\004\005\330\004\005\360\014\000\005\n\320\t.\250a\330\004\007\200t\210:\220Q\220i\230q\330\010\016\210j\230\001\230\021\360\006\000\005\010\200q\330\010\022\220\"\220H\230A\230W\240J\250f\260B\260a\340\010\022\220\"\220E\230\021\230'\240\030\250\026\250q\260\004\260F\270\"\270A\340\004\r\210W\220G\2305\240\001\330\004\024\220G\230>\250\025\250a\340\004\025\220S\230\001\230\030\240\022\2401\330\004\t\210\027\220\001\330\004\026\220b\230\006\230a\230q\330\004\024\220B\220f\230A\230Q\360\010\000\005\010\200t\2102\210Q\330\010\031\230\024\230Q\230e\2401\240C\240q\250\006\250a\340\010\031\230\024\230Q\230e\2401\240E\250\022\2501\340\004\036\230c\240\021\240!\360\006\000\005\017\210b\220\t\230\021\230&\240\002\240!\330\0049\270\021\340\004\007\200q\330\010\017\210r\220\026\220r\320\031)\250\027\260\010\270\006\270b\300\001\340\010\014\210E\220\026\220y\240\001\240\021\330\014\020\220\013\230=\250\007\250q\330\020\025\220Q\330\020\024\220E\230\025\230a\230q\330\024\027\220z\240\021\240#\240T\250\023\250H\260D\270\004\270E\300\021\300*\310A\310S\320PS\320SU\320UV\330\030\036\230g\240Q\240a\340\020\023\2203\220c\230\021\330\024\030\230\001\230\025\230n\250A\340\024\030\230\013\240=\260\007\260q\330\030\036\230a\330\030\034\230E\240\025\240a\240q\330\034 \240\n\250!\2503\250d\260#\260X\270Q\330 $\240E\250\021\250*\260A\260S\270\003\2702\270V\3001\330 *\250!\2503\250c\260\022\2605\270\003\2701\330 '\240w\250a\250q\340\030\034\230A\230U\240)\250;\260g\270[\310\004\310B\310a\360\006\000\t\020\210r\220\026\220r\230\027\240\010\250\006\250b\260\001\340\010\014\210K\220}\240G\2501\330\014\021\220\021\330\014\020\220\005\220U\230!\2301\330\020\024\220E\230\021\330\024\030\230\n\240!\2403\240c\250\023\250H\260D\270\004\270E\300\021\300*\310A\310S\320PR\320RT\320TU\330\030\036\230g\240Q\240a\340\014\017\210s\220#\220Q\330\020\024\220A\220^\2401\340\020\024\220K\230}\250G\2601\330\024\032\230!\330\024\030\230\005\230U\240!\2401\330\030\034\230E\240""\021\330\034 \240\n\250!\2503\250c\260\023\260H\270D\300\n\310!\3103\310b\320PR\320RW\320WZ\320Z[\330 '\240w\250a\250q\340\024\030\230\001\230\031\240+\250W\260K\270t\3002\300Q\340\004\013\2101";
2905
2904
  static const char __pyx_k_sequenzo_dissimilarity_measures[] = "sequenzo.dissimilarity_measures.utils.get_sm_trate_substitution_cost_matrix";
2906
2905
  static const char __pyx_k_x_Seqdata_must_be_a_pandas_Data[] = "[x] Seqdata must be a pandas DataFrame wrapped in a SequenceData object.";
2907
2906
  static const char __pyx_k_get_sm_trate_substitution_cost_m[] = "get_sm_trate_substitution_cost_matrix";
@@ -3161,7 +3160,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
3161
3160
  #endif
3162
3161
  /* #### Code section: module_code ### */
3163
3162
 
3164
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
3163
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
3165
3164
  * cdef int type_num
3166
3165
  *
3167
3166
  * @property # <<<<<<<<<<<<<<
@@ -3172,7 +3171,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
3172
3171
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
3173
3172
  npy_intp __pyx_r;
3174
3173
 
3175
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
3174
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
3176
3175
  * @property
3177
3176
  * cdef inline npy_intp itemsize(self) noexcept nogil:
3178
3177
  * return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
@@ -3182,7 +3181,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
3182
3181
  __pyx_r = PyDataType_ELSIZE(__pyx_v_self);
3183
3182
  goto __pyx_L0;
3184
3183
 
3185
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
3184
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
3186
3185
  * cdef int type_num
3187
3186
  *
3188
3187
  * @property # <<<<<<<<<<<<<<
@@ -3195,7 +3194,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
3195
3194
  return __pyx_r;
3196
3195
  }
3197
3196
 
3198
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3197
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3199
3198
  * return PyDataType_ELSIZE(self)
3200
3199
  *
3201
3200
  * @property # <<<<<<<<<<<<<<
@@ -3206,7 +3205,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
3206
3205
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
3207
3206
  npy_intp __pyx_r;
3208
3207
 
3209
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
3208
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
3210
3209
  * @property
3211
3210
  * cdef inline npy_intp alignment(self) noexcept nogil:
3212
3211
  * return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
@@ -3216,7 +3215,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
3216
3215
  __pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
3217
3216
  goto __pyx_L0;
3218
3217
 
3219
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3218
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3220
3219
  * return PyDataType_ELSIZE(self)
3221
3220
  *
3222
3221
  * @property # <<<<<<<<<<<<<<
@@ -3229,7 +3228,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
3229
3228
  return __pyx_r;
3230
3229
  }
3231
3230
 
3232
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3231
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3233
3232
  * # Use fields/names with care as they may be NULL. You must check
3234
3233
  * # for this using PyDataType_HASFIELDS.
3235
3234
  * @property # <<<<<<<<<<<<<<
@@ -3243,7 +3242,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3243
3242
  PyObject *__pyx_t_1;
3244
3243
  __Pyx_RefNannySetupContext("fields", 0);
3245
3244
 
3246
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
3245
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
3247
3246
  * @property
3248
3247
  * cdef inline object fields(self):
3249
3248
  * return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
@@ -3256,7 +3255,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3256
3255
  __pyx_r = ((PyObject *)__pyx_t_1);
3257
3256
  goto __pyx_L0;
3258
3257
 
3259
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3258
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3260
3259
  * # Use fields/names with care as they may be NULL. You must check
3261
3260
  * # for this using PyDataType_HASFIELDS.
3262
3261
  * @property # <<<<<<<<<<<<<<
@@ -3271,7 +3270,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3271
3270
  return __pyx_r;
3272
3271
  }
3273
3272
 
3274
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3273
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3275
3274
  * return <object>PyDataType_FIELDS(self)
3276
3275
  *
3277
3276
  * @property # <<<<<<<<<<<<<<
@@ -3285,7 +3284,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3285
3284
  PyObject *__pyx_t_1;
3286
3285
  __Pyx_RefNannySetupContext("names", 0);
3287
3286
 
3288
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
3287
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
3289
3288
  * @property
3290
3289
  * cdef inline tuple names(self):
3291
3290
  * return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
@@ -3298,7 +3297,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3298
3297
  __pyx_r = ((PyObject*)__pyx_t_1);
3299
3298
  goto __pyx_L0;
3300
3299
 
3301
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3300
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3302
3301
  * return <object>PyDataType_FIELDS(self)
3303
3302
  *
3304
3303
  * @property # <<<<<<<<<<<<<<
@@ -3313,7 +3312,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3313
3312
  return __pyx_r;
3314
3313
  }
3315
3314
 
3316
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3315
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3317
3316
  * # valid (the pointer can be NULL). Most users should access
3318
3317
  * # this field via the inline helper method PyDataType_SHAPE.
3319
3318
  * @property # <<<<<<<<<<<<<<
@@ -3324,7 +3323,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3324
3323
  static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
3325
3324
  PyArray_ArrayDescr *__pyx_r;
3326
3325
 
3327
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
3326
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
3328
3327
  * @property
3329
3328
  * cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
3330
3329
  * return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
@@ -3334,7 +3333,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3334
3333
  __pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
3335
3334
  goto __pyx_L0;
3336
3335
 
3337
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3336
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3338
3337
  * # valid (the pointer can be NULL). Most users should access
3339
3338
  * # this field via the inline helper method PyDataType_SHAPE.
3340
3339
  * @property # <<<<<<<<<<<<<<
@@ -3347,7 +3346,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3347
3346
  return __pyx_r;
3348
3347
  }
3349
3348
 
3350
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3349
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3351
3350
  * return PyDataType_SUBARRAY(self)
3352
3351
  *
3353
3352
  * @property # <<<<<<<<<<<<<<
@@ -3358,7 +3357,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3358
3357
  static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
3359
3358
  npy_uint64 __pyx_r;
3360
3359
 
3361
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":313
3360
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":313
3362
3361
  * cdef inline npy_uint64 flags(self) noexcept nogil:
3363
3362
  * """The data types flags."""
3364
3363
  * return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
@@ -3368,7 +3367,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3368
3367
  __pyx_r = PyDataType_FLAGS(__pyx_v_self);
3369
3368
  goto __pyx_L0;
3370
3369
 
3371
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3370
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3372
3371
  * return PyDataType_SUBARRAY(self)
3373
3372
  *
3374
3373
  * @property # <<<<<<<<<<<<<<
@@ -3381,7 +3380,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3381
3380
  return __pyx_r;
3382
3381
  }
3383
3382
 
3384
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3383
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3385
3384
  * ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
3386
3385
  *
3387
3386
  * @property # <<<<<<<<<<<<<<
@@ -3392,7 +3391,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3392
3391
  static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
3393
3392
  int __pyx_r;
3394
3393
 
3395
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":325
3394
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":325
3396
3395
  * cdef inline int numiter(self) noexcept nogil:
3397
3396
  * """The number of arrays that need to be broadcast to the same shape."""
3398
3397
  * return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
@@ -3402,7 +3401,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3402
3401
  __pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
3403
3402
  goto __pyx_L0;
3404
3403
 
3405
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3404
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3406
3405
  * ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
3407
3406
  *
3408
3407
  * @property # <<<<<<<<<<<<<<
@@ -3415,7 +3414,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3415
3414
  return __pyx_r;
3416
3415
  }
3417
3416
 
3418
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3417
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3419
3418
  * return PyArray_MultiIter_NUMITER(self)
3420
3419
  *
3421
3420
  * @property # <<<<<<<<<<<<<<
@@ -3426,7 +3425,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3426
3425
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
3427
3426
  npy_intp __pyx_r;
3428
3427
 
3429
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":330
3428
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":330
3430
3429
  * cdef inline npy_intp size(self) noexcept nogil:
3431
3430
  * """The total broadcasted size."""
3432
3431
  * return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
@@ -3436,7 +3435,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3436
3435
  __pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
3437
3436
  goto __pyx_L0;
3438
3437
 
3439
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3438
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3440
3439
  * return PyArray_MultiIter_NUMITER(self)
3441
3440
  *
3442
3441
  * @property # <<<<<<<<<<<<<<
@@ -3449,7 +3448,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3449
3448
  return __pyx_r;
3450
3449
  }
3451
3450
 
3452
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3451
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3453
3452
  * return PyArray_MultiIter_SIZE(self)
3454
3453
  *
3455
3454
  * @property # <<<<<<<<<<<<<<
@@ -3460,7 +3459,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3460
3459
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
3461
3460
  npy_intp __pyx_r;
3462
3461
 
3463
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":335
3462
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":335
3464
3463
  * cdef inline npy_intp index(self) noexcept nogil:
3465
3464
  * """The current (1-d) index into the broadcasted result."""
3466
3465
  * return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
@@ -3470,7 +3469,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3470
3469
  __pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
3471
3470
  goto __pyx_L0;
3472
3471
 
3473
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3472
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3474
3473
  * return PyArray_MultiIter_SIZE(self)
3475
3474
  *
3476
3475
  * @property # <<<<<<<<<<<<<<
@@ -3483,7 +3482,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3483
3482
  return __pyx_r;
3484
3483
  }
3485
3484
 
3486
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3485
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3487
3486
  * return PyArray_MultiIter_INDEX(self)
3488
3487
  *
3489
3488
  * @property # <<<<<<<<<<<<<<
@@ -3494,7 +3493,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3494
3493
  static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
3495
3494
  int __pyx_r;
3496
3495
 
3497
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":340
3496
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":340
3498
3497
  * cdef inline int nd(self) noexcept nogil:
3499
3498
  * """The number of dimensions in the broadcasted result."""
3500
3499
  * return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
@@ -3504,7 +3503,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3504
3503
  __pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
3505
3504
  goto __pyx_L0;
3506
3505
 
3507
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3506
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3508
3507
  * return PyArray_MultiIter_INDEX(self)
3509
3508
  *
3510
3509
  * @property # <<<<<<<<<<<<<<
@@ -3517,7 +3516,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3517
3516
  return __pyx_r;
3518
3517
  }
3519
3518
 
3520
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3519
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3521
3520
  * return PyArray_MultiIter_NDIM(self)
3522
3521
  *
3523
3522
  * @property # <<<<<<<<<<<<<<
@@ -3528,7 +3527,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3528
3527
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
3529
3528
  npy_intp *__pyx_r;
3530
3529
 
3531
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":345
3530
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":345
3532
3531
  * cdef inline npy_intp* dimensions(self) noexcept nogil:
3533
3532
  * """The shape of the broadcasted result."""
3534
3533
  * return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
@@ -3538,7 +3537,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3538
3537
  __pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
3539
3538
  goto __pyx_L0;
3540
3539
 
3541
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3540
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3542
3541
  * return PyArray_MultiIter_NDIM(self)
3543
3542
  *
3544
3543
  * @property # <<<<<<<<<<<<<<
@@ -3551,7 +3550,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3551
3550
  return __pyx_r;
3552
3551
  }
3553
3552
 
3554
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3553
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3555
3554
  * return PyArray_MultiIter_DIMS(self)
3556
3555
  *
3557
3556
  * @property # <<<<<<<<<<<<<<
@@ -3562,7 +3561,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3562
3561
  static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
3563
3562
  void **__pyx_r;
3564
3563
 
3565
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":351
3564
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":351
3566
3565
  * """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
3567
3566
  * On return, the iterators are adjusted for broadcasting."""
3568
3567
  * return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
@@ -3572,7 +3571,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3572
3571
  __pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
3573
3572
  goto __pyx_L0;
3574
3573
 
3575
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3574
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3576
3575
  * return PyArray_MultiIter_DIMS(self)
3577
3576
  *
3578
3577
  * @property # <<<<<<<<<<<<<<
@@ -3585,7 +3584,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3585
3584
  return __pyx_r;
3586
3585
  }
3587
3586
 
3588
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3587
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3589
3588
  * # Instead, we use properties that map to the corresponding C-API functions.
3590
3589
  *
3591
3590
  * @property # <<<<<<<<<<<<<<
@@ -3596,7 +3595,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3596
3595
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
3597
3596
  PyObject *__pyx_r;
3598
3597
 
3599
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":369
3598
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":369
3600
3599
  * """Returns a borrowed reference to the object owning the data/memory.
3601
3600
  * """
3602
3601
  * return PyArray_BASE(self) # <<<<<<<<<<<<<<
@@ -3606,7 +3605,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3606
3605
  __pyx_r = PyArray_BASE(__pyx_v_self);
3607
3606
  goto __pyx_L0;
3608
3607
 
3609
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3608
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3610
3609
  * # Instead, we use properties that map to the corresponding C-API functions.
3611
3610
  *
3612
3611
  * @property # <<<<<<<<<<<<<<
@@ -3619,7 +3618,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3619
3618
  return __pyx_r;
3620
3619
  }
3621
3620
 
3622
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3621
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3623
3622
  * return PyArray_BASE(self)
3624
3623
  *
3625
3624
  * @property # <<<<<<<<<<<<<<
@@ -3633,7 +3632,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3633
3632
  PyArray_Descr *__pyx_t_1;
3634
3633
  __Pyx_RefNannySetupContext("descr", 0);
3635
3634
 
3636
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":375
3635
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":375
3637
3636
  * """Returns an owned reference to the dtype of the array.
3638
3637
  * """
3639
3638
  * return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
@@ -3646,7 +3645,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3646
3645
  __pyx_r = ((PyArray_Descr *)__pyx_t_1);
3647
3646
  goto __pyx_L0;
3648
3647
 
3649
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3648
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3650
3649
  * return PyArray_BASE(self)
3651
3650
  *
3652
3651
  * @property # <<<<<<<<<<<<<<
@@ -3661,7 +3660,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3661
3660
  return __pyx_r;
3662
3661
  }
3663
3662
 
3664
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3663
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3665
3664
  * return <dtype>PyArray_DESCR(self)
3666
3665
  *
3667
3666
  * @property # <<<<<<<<<<<<<<
@@ -3672,7 +3671,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3672
3671
  static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
3673
3672
  int __pyx_r;
3674
3673
 
3675
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":381
3674
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":381
3676
3675
  * """Returns the number of dimensions in the array.
3677
3676
  * """
3678
3677
  * return PyArray_NDIM(self) # <<<<<<<<<<<<<<
@@ -3682,7 +3681,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3682
3681
  __pyx_r = PyArray_NDIM(__pyx_v_self);
3683
3682
  goto __pyx_L0;
3684
3683
 
3685
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3684
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3686
3685
  * return <dtype>PyArray_DESCR(self)
3687
3686
  *
3688
3687
  * @property # <<<<<<<<<<<<<<
@@ -3695,7 +3694,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3695
3694
  return __pyx_r;
3696
3695
  }
3697
3696
 
3698
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3697
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3699
3698
  * return PyArray_NDIM(self)
3700
3699
  *
3701
3700
  * @property # <<<<<<<<<<<<<<
@@ -3706,7 +3705,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3706
3705
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
3707
3706
  npy_intp *__pyx_r;
3708
3707
 
3709
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":389
3708
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":389
3710
3709
  * Can return NULL for 0-dimensional arrays.
3711
3710
  * """
3712
3711
  * return PyArray_DIMS(self) # <<<<<<<<<<<<<<
@@ -3716,7 +3715,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3716
3715
  __pyx_r = PyArray_DIMS(__pyx_v_self);
3717
3716
  goto __pyx_L0;
3718
3717
 
3719
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3718
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3720
3719
  * return PyArray_NDIM(self)
3721
3720
  *
3722
3721
  * @property # <<<<<<<<<<<<<<
@@ -3729,7 +3728,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3729
3728
  return __pyx_r;
3730
3729
  }
3731
3730
 
3732
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3731
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3733
3732
  * return PyArray_DIMS(self)
3734
3733
  *
3735
3734
  * @property # <<<<<<<<<<<<<<
@@ -3740,7 +3739,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3740
3739
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
3741
3740
  npy_intp *__pyx_r;
3742
3741
 
3743
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":396
3742
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":396
3744
3743
  * The number of elements matches the number of dimensions of the array (ndim).
3745
3744
  * """
3746
3745
  * return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
@@ -3750,7 +3749,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3750
3749
  __pyx_r = PyArray_STRIDES(__pyx_v_self);
3751
3750
  goto __pyx_L0;
3752
3751
 
3753
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3752
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3754
3753
  * return PyArray_DIMS(self)
3755
3754
  *
3756
3755
  * @property # <<<<<<<<<<<<<<
@@ -3763,7 +3762,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3763
3762
  return __pyx_r;
3764
3763
  }
3765
3764
 
3766
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3765
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3767
3766
  * return PyArray_STRIDES(self)
3768
3767
  *
3769
3768
  * @property # <<<<<<<<<<<<<<
@@ -3774,7 +3773,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3774
3773
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
3775
3774
  npy_intp __pyx_r;
3776
3775
 
3777
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":402
3776
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":402
3778
3777
  * """Returns the total size (in number of elements) of the array.
3779
3778
  * """
3780
3779
  * return PyArray_SIZE(self) # <<<<<<<<<<<<<<
@@ -3784,7 +3783,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3784
3783
  __pyx_r = PyArray_SIZE(__pyx_v_self);
3785
3784
  goto __pyx_L0;
3786
3785
 
3787
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3786
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3788
3787
  * return PyArray_STRIDES(self)
3789
3788
  *
3790
3789
  * @property # <<<<<<<<<<<<<<
@@ -3797,7 +3796,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3797
3796
  return __pyx_r;
3798
3797
  }
3799
3798
 
3800
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3799
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3801
3800
  * return PyArray_SIZE(self)
3802
3801
  *
3803
3802
  * @property # <<<<<<<<<<<<<<
@@ -3808,7 +3807,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3808
3807
  static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
3809
3808
  char *__pyx_r;
3810
3809
 
3811
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":411
3810
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":411
3812
3811
  * of `PyArray_DATA()` instead, which returns a 'void*'.
3813
3812
  * """
3814
3813
  * return PyArray_BYTES(self) # <<<<<<<<<<<<<<
@@ -3818,7 +3817,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3818
3817
  __pyx_r = PyArray_BYTES(__pyx_v_self);
3819
3818
  goto __pyx_L0;
3820
3819
 
3821
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3820
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3822
3821
  * return PyArray_SIZE(self)
3823
3822
  *
3824
3823
  * @property # <<<<<<<<<<<<<<
@@ -3831,7 +3830,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3831
3830
  return __pyx_r;
3832
3831
  }
3833
3832
 
3834
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3833
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3835
3834
  * ctypedef long double complex clongdouble_t
3836
3835
  *
3837
3836
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -3848,7 +3847,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3848
3847
  int __pyx_clineno = 0;
3849
3848
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
3850
3849
 
3851
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":808
3850
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":808
3852
3851
  *
3853
3852
  * cdef inline object PyArray_MultiIterNew1(a):
3854
3853
  * return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
@@ -3862,7 +3861,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3862
3861
  __pyx_t_1 = 0;
3863
3862
  goto __pyx_L0;
3864
3863
 
3865
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3864
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3866
3865
  * ctypedef long double complex clongdouble_t
3867
3866
  *
3868
3867
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -3881,7 +3880,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
3881
3880
  return __pyx_r;
3882
3881
  }
3883
3882
 
3884
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
3883
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
3885
3884
  * return PyArray_MultiIterNew(1, <void*>a)
3886
3885
  *
3887
3886
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -3898,7 +3897,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3898
3897
  int __pyx_clineno = 0;
3899
3898
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
3900
3899
 
3901
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":811
3900
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":811
3902
3901
  *
3903
3902
  * cdef inline object PyArray_MultiIterNew2(a, b):
3904
3903
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
@@ -3912,7 +3911,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3912
3911
  __pyx_t_1 = 0;
3913
3912
  goto __pyx_L0;
3914
3913
 
3915
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
3914
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
3916
3915
  * return PyArray_MultiIterNew(1, <void*>a)
3917
3916
  *
3918
3917
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -3931,7 +3930,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
3931
3930
  return __pyx_r;
3932
3931
  }
3933
3932
 
3934
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
3933
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
3935
3934
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
3936
3935
  *
3937
3936
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -3948,7 +3947,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3948
3947
  int __pyx_clineno = 0;
3949
3948
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
3950
3949
 
3951
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":814
3950
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":814
3952
3951
  *
3953
3952
  * cdef inline object PyArray_MultiIterNew3(a, b, c):
3954
3953
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
@@ -3962,7 +3961,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3962
3961
  __pyx_t_1 = 0;
3963
3962
  goto __pyx_L0;
3964
3963
 
3965
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
3964
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
3966
3965
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
3967
3966
  *
3968
3967
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -3981,7 +3980,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
3981
3980
  return __pyx_r;
3982
3981
  }
3983
3982
 
3984
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
3983
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
3985
3984
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
3986
3985
  *
3987
3986
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -3998,7 +3997,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
3998
3997
  int __pyx_clineno = 0;
3999
3998
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
4000
3999
 
4001
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":817
4000
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":817
4002
4001
  *
4003
4002
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d):
4004
4003
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
@@ -4012,7 +4011,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
4012
4011
  __pyx_t_1 = 0;
4013
4012
  goto __pyx_L0;
4014
4013
 
4015
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
4014
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
4016
4015
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
4017
4016
  *
4018
4017
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -4031,7 +4030,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
4031
4030
  return __pyx_r;
4032
4031
  }
4033
4032
 
4034
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
4033
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
4035
4034
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
4036
4035
  *
4037
4036
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -4048,7 +4047,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
4048
4047
  int __pyx_clineno = 0;
4049
4048
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
4050
4049
 
4051
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":820
4050
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":820
4052
4051
  *
4053
4052
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
4054
4053
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
@@ -4062,7 +4061,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
4062
4061
  __pyx_t_1 = 0;
4063
4062
  goto __pyx_L0;
4064
4063
 
4065
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
4064
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
4066
4065
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
4067
4066
  *
4068
4067
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -4081,7 +4080,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
4081
4080
  return __pyx_r;
4082
4081
  }
4083
4082
 
4084
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
4083
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
4085
4084
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
4086
4085
  *
4087
4086
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -4096,7 +4095,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4096
4095
  PyObject *__pyx_t_2;
4097
4096
  __Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
4098
4097
 
4099
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
4098
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
4100
4099
  *
4101
4100
  * cdef inline tuple PyDataType_SHAPE(dtype d):
4102
4101
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -4106,7 +4105,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4106
4105
  __pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
4107
4106
  if (__pyx_t_1) {
4108
4107
 
4109
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
4108
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
4110
4109
  * cdef inline tuple PyDataType_SHAPE(dtype d):
4111
4110
  * if PyDataType_HASSUBARRAY(d):
4112
4111
  * return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
@@ -4119,7 +4118,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4119
4118
  __pyx_r = ((PyObject*)__pyx_t_2);
4120
4119
  goto __pyx_L0;
4121
4120
 
4122
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
4121
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
4123
4122
  *
4124
4123
  * cdef inline tuple PyDataType_SHAPE(dtype d):
4125
4124
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -4128,7 +4127,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4128
4127
  */
4129
4128
  }
4130
4129
 
4131
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":826
4130
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":826
4132
4131
  * return <tuple>d.subarray.shape
4133
4132
  * else:
4134
4133
  * return () # <<<<<<<<<<<<<<
@@ -4142,7 +4141,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4142
4141
  goto __pyx_L0;
4143
4142
  }
4144
4143
 
4145
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
4144
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
4146
4145
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
4147
4146
  *
4148
4147
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -4157,7 +4156,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4157
4156
  return __pyx_r;
4158
4157
  }
4159
4158
 
4160
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4159
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4161
4160
  * int _import_umath() except -1
4162
4161
  *
4163
4162
  * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
@@ -4171,7 +4170,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4171
4170
  const char *__pyx_filename = NULL;
4172
4171
  int __pyx_clineno = 0;
4173
4172
 
4174
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1011
4173
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1011
4175
4174
  *
4176
4175
  * cdef inline void set_array_base(ndarray arr, object base) except *:
4177
4176
  * Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
@@ -4180,7 +4179,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4180
4179
  */
4181
4180
  Py_INCREF(__pyx_v_base);
4182
4181
 
4183
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1012
4182
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1012
4184
4183
  * cdef inline void set_array_base(ndarray arr, object base) except *:
4185
4184
  * Py_INCREF(base) # important to do this before stealing the reference below!
4186
4185
  * PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
@@ -4189,7 +4188,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4189
4188
  */
4190
4189
  __pyx_t_1 = PyArray_SetBaseObject(__pyx_v_arr, __pyx_v_base); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(1, 1012, __pyx_L1_error)
4191
4190
 
4192
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4191
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4193
4192
  * int _import_umath() except -1
4194
4193
  *
4195
4194
  * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
@@ -4204,7 +4203,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4204
4203
  __pyx_L0:;
4205
4204
  }
4206
4205
 
4207
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4206
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4208
4207
  * PyArray_SetBaseObject(arr, base)
4209
4208
  *
4210
4209
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -4219,7 +4218,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4219
4218
  int __pyx_t_1;
4220
4219
  __Pyx_RefNannySetupContext("get_array_base", 0);
4221
4220
 
4222
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1015
4221
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1015
4223
4222
  *
4224
4223
  * cdef inline object get_array_base(ndarray arr):
4225
4224
  * base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
@@ -4228,7 +4227,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4228
4227
  */
4229
4228
  __pyx_v_base = PyArray_BASE(__pyx_v_arr);
4230
4229
 
4231
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4230
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4232
4231
  * cdef inline object get_array_base(ndarray arr):
4233
4232
  * base = PyArray_BASE(arr)
4234
4233
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -4238,7 +4237,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4238
4237
  __pyx_t_1 = (__pyx_v_base == NULL);
4239
4238
  if (__pyx_t_1) {
4240
4239
 
4241
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1017
4240
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1017
4242
4241
  * base = PyArray_BASE(arr)
4243
4242
  * if base is NULL:
4244
4243
  * return None # <<<<<<<<<<<<<<
@@ -4249,7 +4248,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4249
4248
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
4250
4249
  goto __pyx_L0;
4251
4250
 
4252
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4251
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4253
4252
  * cdef inline object get_array_base(ndarray arr):
4254
4253
  * base = PyArray_BASE(arr)
4255
4254
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -4258,7 +4257,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4258
4257
  */
4259
4258
  }
4260
4259
 
4261
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1018
4260
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1018
4262
4261
  * if base is NULL:
4263
4262
  * return None
4264
4263
  * return <object>base # <<<<<<<<<<<<<<
@@ -4270,7 +4269,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4270
4269
  __pyx_r = ((PyObject *)__pyx_v_base);
4271
4270
  goto __pyx_L0;
4272
4271
 
4273
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4272
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4274
4273
  * PyArray_SetBaseObject(arr, base)
4275
4274
  *
4276
4275
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -4285,7 +4284,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4285
4284
  return __pyx_r;
4286
4285
  }
4287
4286
 
4288
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4287
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4289
4288
  * # Versions of the import_* functions which are more suitable for
4290
4289
  * # Cython code.
4291
4290
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -4312,7 +4311,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4312
4311
  int __pyx_clineno = 0;
4313
4312
  __Pyx_RefNannySetupContext("import_array", 0);
4314
4313
 
4315
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4314
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4316
4315
  * # Cython code.
4317
4316
  * cdef inline int import_array() except -1:
4318
4317
  * try: # <<<<<<<<<<<<<<
@@ -4328,7 +4327,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4328
4327
  __Pyx_XGOTREF(__pyx_t_3);
4329
4328
  /*try:*/ {
4330
4329
 
4331
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1024
4330
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1024
4332
4331
  * cdef inline int import_array() except -1:
4333
4332
  * try:
4334
4333
  * __pyx_import_array() # <<<<<<<<<<<<<<
@@ -4337,7 +4336,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4337
4336
  */
4338
4337
  __pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1024, __pyx_L3_error)
4339
4338
 
4340
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4339
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4341
4340
  * # Cython code.
4342
4341
  * cdef inline int import_array() except -1:
4343
4342
  * try: # <<<<<<<<<<<<<<
@@ -4351,7 +4350,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4351
4350
  goto __pyx_L8_try_end;
4352
4351
  __pyx_L3_error:;
4353
4352
 
4354
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1025
4353
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1025
4355
4354
  * try:
4356
4355
  * __pyx_import_array()
4357
4356
  * except Exception: # <<<<<<<<<<<<<<
@@ -4366,7 +4365,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4366
4365
  __Pyx_XGOTREF(__pyx_t_6);
4367
4366
  __Pyx_XGOTREF(__pyx_t_7);
4368
4367
 
4369
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1026
4368
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1026
4370
4369
  * __pyx_import_array()
4371
4370
  * except Exception:
4372
4371
  * raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
@@ -4391,7 +4390,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4391
4390
  }
4392
4391
  goto __pyx_L5_except_error;
4393
4392
 
4394
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4393
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4395
4394
  * # Cython code.
4396
4395
  * cdef inline int import_array() except -1:
4397
4396
  * try: # <<<<<<<<<<<<<<
@@ -4407,7 +4406,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4407
4406
  __pyx_L8_try_end:;
4408
4407
  }
4409
4408
 
4410
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4409
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4411
4410
  * # Versions of the import_* functions which are more suitable for
4412
4411
  * # Cython code.
4413
4412
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -4432,7 +4431,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4432
4431
  return __pyx_r;
4433
4432
  }
4434
4433
 
4435
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4434
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4436
4435
  * raise ImportError("numpy._core.multiarray failed to import")
4437
4436
  *
4438
4437
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -4459,7 +4458,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4459
4458
  int __pyx_clineno = 0;
4460
4459
  __Pyx_RefNannySetupContext("import_umath", 0);
4461
4460
 
4462
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4461
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4463
4462
  *
4464
4463
  * cdef inline int import_umath() except -1:
4465
4464
  * try: # <<<<<<<<<<<<<<
@@ -4475,7 +4474,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4475
4474
  __Pyx_XGOTREF(__pyx_t_3);
4476
4475
  /*try:*/ {
4477
4476
 
4478
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1030
4477
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1030
4479
4478
  * cdef inline int import_umath() except -1:
4480
4479
  * try:
4481
4480
  * _import_umath() # <<<<<<<<<<<<<<
@@ -4484,7 +4483,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4484
4483
  */
4485
4484
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1030, __pyx_L3_error)
4486
4485
 
4487
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4486
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4488
4487
  *
4489
4488
  * cdef inline int import_umath() except -1:
4490
4489
  * try: # <<<<<<<<<<<<<<
@@ -4498,7 +4497,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4498
4497
  goto __pyx_L8_try_end;
4499
4498
  __pyx_L3_error:;
4500
4499
 
4501
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1031
4500
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1031
4502
4501
  * try:
4503
4502
  * _import_umath()
4504
4503
  * except Exception: # <<<<<<<<<<<<<<
@@ -4513,7 +4512,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4513
4512
  __Pyx_XGOTREF(__pyx_t_6);
4514
4513
  __Pyx_XGOTREF(__pyx_t_7);
4515
4514
 
4516
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1032
4515
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1032
4517
4516
  * _import_umath()
4518
4517
  * except Exception:
4519
4518
  * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
@@ -4538,7 +4537,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4538
4537
  }
4539
4538
  goto __pyx_L5_except_error;
4540
4539
 
4541
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4540
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4542
4541
  *
4543
4542
  * cdef inline int import_umath() except -1:
4544
4543
  * try: # <<<<<<<<<<<<<<
@@ -4554,7 +4553,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4554
4553
  __pyx_L8_try_end:;
4555
4554
  }
4556
4555
 
4557
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4556
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4558
4557
  * raise ImportError("numpy._core.multiarray failed to import")
4559
4558
  *
4560
4559
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -4579,7 +4578,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4579
4578
  return __pyx_r;
4580
4579
  }
4581
4580
 
4582
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4581
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4583
4582
  * raise ImportError("numpy._core.umath failed to import")
4584
4583
  *
4585
4584
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4606,7 +4605,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4606
4605
  int __pyx_clineno = 0;
4607
4606
  __Pyx_RefNannySetupContext("import_ufunc", 0);
4608
4607
 
4609
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4608
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4610
4609
  *
4611
4610
  * cdef inline int import_ufunc() except -1:
4612
4611
  * try: # <<<<<<<<<<<<<<
@@ -4622,7 +4621,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4622
4621
  __Pyx_XGOTREF(__pyx_t_3);
4623
4622
  /*try:*/ {
4624
4623
 
4625
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1036
4624
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1036
4626
4625
  * cdef inline int import_ufunc() except -1:
4627
4626
  * try:
4628
4627
  * _import_umath() # <<<<<<<<<<<<<<
@@ -4631,7 +4630,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4631
4630
  */
4632
4631
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1036, __pyx_L3_error)
4633
4632
 
4634
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4633
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4635
4634
  *
4636
4635
  * cdef inline int import_ufunc() except -1:
4637
4636
  * try: # <<<<<<<<<<<<<<
@@ -4645,7 +4644,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4645
4644
  goto __pyx_L8_try_end;
4646
4645
  __pyx_L3_error:;
4647
4646
 
4648
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1037
4647
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1037
4649
4648
  * try:
4650
4649
  * _import_umath()
4651
4650
  * except Exception: # <<<<<<<<<<<<<<
@@ -4660,7 +4659,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4660
4659
  __Pyx_XGOTREF(__pyx_t_6);
4661
4660
  __Pyx_XGOTREF(__pyx_t_7);
4662
4661
 
4663
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1038
4662
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1038
4664
4663
  * _import_umath()
4665
4664
  * except Exception:
4666
4665
  * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
@@ -4685,7 +4684,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4685
4684
  }
4686
4685
  goto __pyx_L5_except_error;
4687
4686
 
4688
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4687
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4689
4688
  *
4690
4689
  * cdef inline int import_ufunc() except -1:
4691
4690
  * try: # <<<<<<<<<<<<<<
@@ -4701,7 +4700,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4701
4700
  __pyx_L8_try_end:;
4702
4701
  }
4703
4702
 
4704
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4703
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4705
4704
  * raise ImportError("numpy._core.umath failed to import")
4706
4705
  *
4707
4706
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4726,7 +4725,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4726
4725
  return __pyx_r;
4727
4726
  }
4728
4727
 
4729
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4728
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4730
4729
  *
4731
4730
  *
4732
4731
  * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4737,7 +4736,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4737
4736
  static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
4738
4737
  int __pyx_r;
4739
4738
 
4740
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
4739
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
4741
4740
  * bool
4742
4741
  * """
4743
4742
  * return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
@@ -4747,7 +4746,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4747
4746
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
4748
4747
  goto __pyx_L0;
4749
4748
 
4750
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4749
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4751
4750
  *
4752
4751
  *
4753
4752
  * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4760,7 +4759,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4760
4759
  return __pyx_r;
4761
4760
  }
4762
4761
 
4763
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4762
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4764
4763
  *
4765
4764
  *
4766
4765
  * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4771,7 +4770,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4771
4770
  static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
4772
4771
  int __pyx_r;
4773
4772
 
4774
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1068
4773
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1068
4775
4774
  * bool
4776
4775
  * """
4777
4776
  * return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
@@ -4781,7 +4780,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4781
4780
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
4782
4781
  goto __pyx_L0;
4783
4782
 
4784
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4783
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4785
4784
  *
4786
4785
  *
4787
4786
  * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4794,7 +4793,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4794
4793
  return __pyx_r;
4795
4794
  }
4796
4795
 
4797
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4796
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4798
4797
  *
4799
4798
  *
4800
4799
  * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4805,7 +4804,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4805
4804
  static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
4806
4805
  npy_datetime __pyx_r;
4807
4806
 
4808
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1078
4807
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1078
4809
4808
  * also needed. That can be found using `get_datetime64_unit`.
4810
4809
  * """
4811
4810
  * return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -4815,7 +4814,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4815
4814
  __pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
4816
4815
  goto __pyx_L0;
4817
4816
 
4818
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4817
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4819
4818
  *
4820
4819
  *
4821
4820
  * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4828,7 +4827,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4828
4827
  return __pyx_r;
4829
4828
  }
4830
4829
 
4831
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4830
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4832
4831
  *
4833
4832
  *
4834
4833
  * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4839,7 +4838,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4839
4838
  static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
4840
4839
  npy_timedelta __pyx_r;
4841
4840
 
4842
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1085
4841
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1085
4843
4842
  * returns the int64 value underlying scalar numpy timedelta64 object
4844
4843
  * """
4845
4844
  * return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -4849,7 +4848,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4849
4848
  __pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
4850
4849
  goto __pyx_L0;
4851
4850
 
4852
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4851
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4853
4852
  *
4854
4853
  *
4855
4854
  * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4862,7 +4861,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4862
4861
  return __pyx_r;
4863
4862
  }
4864
4863
 
4865
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
4864
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
4866
4865
  *
4867
4866
  *
4868
4867
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4873,7 +4872,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
4873
4872
  static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
4874
4873
  NPY_DATETIMEUNIT __pyx_r;
4875
4874
 
4876
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1092
4875
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1092
4877
4876
  * returns the unit part of the dtype for a numpy datetime64 object.
4878
4877
  * """
4879
4878
  * return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
@@ -4883,7 +4882,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
4883
4882
  __pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
4884
4883
  goto __pyx_L0;
4885
4884
 
4886
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4kva_vbd/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
4885
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-j_2gb50v/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
4887
4886
  *
4888
4887
  *
4889
4888
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -5187,7 +5186,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5187
5186
  * if not isinstance(seqdata, SequenceData):
5188
5187
  * raise ValueError("[x] Seqdata must be a pandas DataFrame wrapped in a SequenceData object.") # <<<<<<<<<<<<<<
5189
5188
  *
5190
- * cdef np.ndarray[np.float64_t, ndim=1] weights
5189
+ * cdef cnp.ndarray[cnp.float64_t, ndim=1] weights
5191
5190
  */
5192
5191
  __pyx_t_1 = NULL;
5193
5192
  __Pyx_INCREF(__pyx_builtin_ValueError);
@@ -5216,7 +5215,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5216
5215
 
5217
5216
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":24
5218
5217
  *
5219
- * cdef np.ndarray[np.float64_t, ndim=1] weights
5218
+ * cdef cnp.ndarray[cnp.float64_t, ndim=1] weights
5220
5219
  * if weighted: # <<<<<<<<<<<<<<
5221
5220
  * weights = np.asarray(seqdata.weights, dtype=np.float64)
5222
5221
  * else:
@@ -5224,7 +5223,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5224
5223
  if (__pyx_v_weighted) {
5225
5224
 
5226
5225
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":25
5227
- * cdef np.ndarray[np.float64_t, ndim=1] weights
5226
+ * cdef cnp.ndarray[cnp.float64_t, ndim=1] weights
5228
5227
  * if weighted:
5229
5228
  * weights = np.asarray(seqdata.weights, dtype=np.float64) # <<<<<<<<<<<<<<
5230
5229
  * else:
@@ -5292,7 +5291,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5292
5291
 
5293
5292
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":24
5294
5293
  *
5295
- * cdef np.ndarray[np.float64_t, ndim=1] weights
5294
+ * cdef cnp.ndarray[cnp.float64_t, ndim=1] weights
5296
5295
  * if weighted: # <<<<<<<<<<<<<<
5297
5296
  * weights = np.asarray(seqdata.weights, dtype=np.float64)
5298
5297
  * else:
@@ -5573,7 +5572,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5573
5572
  *
5574
5573
  * # convert df to NumPy 2D array of ints
5575
5574
  * seq_mat = df.to_numpy(dtype=np.float64) # <<<<<<<<<<<<<<
5576
- * cdef np.ndarray[np.float64_t, ndim=2] seq_mat_mv = seq_mat
5575
+ * cdef cnp.ndarray[cnp.float64_t, ndim=2] seq_mat_mv = seq_mat
5577
5576
  *
5578
5577
  */
5579
5578
  __pyx_t_1 = __pyx_v_df;
@@ -5602,7 +5601,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5602
5601
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":48
5603
5602
  * # convert df to NumPy 2D array of ints
5604
5603
  * seq_mat = df.to_numpy(dtype=np.float64)
5605
- * cdef np.ndarray[np.float64_t, ndim=2] seq_mat_mv = seq_mat # <<<<<<<<<<<<<<
5604
+ * cdef cnp.ndarray[cnp.float64_t, ndim=2] seq_mat_mv = seq_mat # <<<<<<<<<<<<<<
5606
5605
  *
5607
5606
  * if time_varying:
5608
5607
  */
@@ -5621,7 +5620,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
5621
5620
  __pyx_t_8 = 0;
5622
5621
 
5623
5622
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":50
5624
- * cdef np.ndarray[np.float64_t, ndim=2] seq_mat_mv = seq_mat
5623
+ * cdef cnp.ndarray[cnp.float64_t, ndim=2] seq_mat_mv = seq_mat
5625
5624
  *
5626
5625
  * if time_varying: # <<<<<<<<<<<<<<
5627
5626
  * tmat = np.zeros((num_transition, _size, _size), dtype=np.float64)
@@ -6040,7 +6039,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_37get_sm_tra
6040
6039
  __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
6041
6040
 
6042
6041
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":50
6043
- * cdef np.ndarray[np.float64_t, ndim=2] seq_mat_mv = seq_mat
6042
+ * cdef cnp.ndarray[cnp.float64_t, ndim=2] seq_mat_mv = seq_mat
6044
6043
  *
6045
6044
  * if time_varying: # <<<<<<<<<<<<<<
6046
6045
  * tmat = np.zeros((num_transition, _size, _size), dtype=np.float64)
@@ -7028,9 +7027,9 @@ __Pyx_RefNannySetupContext("PyInit_get_sm_trate_substitution_cost_matrix", 0);
7028
7027
  /*--- Execution code ---*/
7029
7028
 
7030
7029
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":2
7031
- * # cython: boundscheck=False, wraparound=False
7030
+ * # cython: boundscheck=False, wraparound=False, np_import_array=True
7032
7031
  * import numpy as np # <<<<<<<<<<<<<<
7033
- * cimport numpy as np
7032
+ * cimport numpy as cnp
7034
7033
  *
7035
7034
  */
7036
7035
  __pyx_t_2 = __Pyx_ImportDottedModule(__pyx_mstate_global->__pyx_n_u_numpy, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 2, __pyx_L1_error)
@@ -7039,7 +7038,7 @@ __Pyx_RefNannySetupContext("PyInit_get_sm_trate_substitution_cost_matrix", 0);
7039
7038
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
7040
7039
 
7041
7040
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":5
7042
- * cimport numpy as np
7041
+ * cimport numpy as cnp
7043
7042
  *
7044
7043
  * import pandas as pd # <<<<<<<<<<<<<<
7045
7044
  * from libc.math cimport isnan
@@ -7111,9 +7110,9 @@ __Pyx_RefNannySetupContext("PyInit_get_sm_trate_substitution_cost_matrix", 0);
7111
7110
  __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
7112
7111
 
7113
7112
  /* "sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx":1
7114
- * # cython: boundscheck=False, wraparound=False # <<<<<<<<<<<<<<
7113
+ * # cython: boundscheck=False, wraparound=False, np_import_array=True # <<<<<<<<<<<<<<
7115
7114
  * import numpy as np
7116
- * cimport numpy as np
7115
+ * cimport numpy as cnp
7117
7116
  */
7118
7117
  __pyx_t_5 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 1, __pyx_L1_error)
7119
7118
  __Pyx_GOTREF(__pyx_t_5);