sequenzo 0.1.19__cp39-cp39-win_amd64.whl → 0.1.21__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 (45) hide show
  1. sequenzo/big_data/clara/utils/get_weighted_diss.c +194 -193
  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 +2 -2
  5. sequenzo/define_sequence_data.py +4 -4
  6. sequenzo/dissimilarity_measures/c_code.cp39-win_amd64.pyd +0 -0
  7. sequenzo/dissimilarity_measures/get_distance_matrix.py +1 -1
  8. sequenzo/dissimilarity_measures/get_substitution_cost_matrix.py +1 -1
  9. sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.c +171 -171
  10. sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.cp39-win_amd64.pyd +0 -0
  11. sequenzo/dissimilarity_measures/utils/seqconc.c +233 -232
  12. sequenzo/dissimilarity_measures/utils/seqconc.cp39-win_amd64.pyd +0 -0
  13. sequenzo/dissimilarity_measures/utils/seqdss.c +326 -325
  14. sequenzo/dissimilarity_measures/utils/seqdss.cp39-win_amd64.pyd +0 -0
  15. sequenzo/dissimilarity_measures/utils/seqdur.c +326 -325
  16. sequenzo/dissimilarity_measures/utils/seqdur.cp39-win_amd64.pyd +0 -0
  17. sequenzo/dissimilarity_measures/utils/seqlength.c +226 -224
  18. sequenzo/dissimilarity_measures/utils/seqlength.cp39-win_amd64.pyd +0 -0
  19. sequenzo/multidomain/association_between_domains.py +1 -1
  20. sequenzo/multidomain/combt.py +4 -4
  21. sequenzo/multidomain/dat.py +11 -3
  22. sequenzo/multidomain/idcd.py +0 -2
  23. sequenzo/multidomain/linked_polyad.py +3 -4
  24. sequenzo/prefix_tree/__init__.py +1 -1
  25. sequenzo/prefix_tree/individual_level_indicators.py +2 -2
  26. sequenzo/sequence_characteristics/overall_cross_sectional_entropy.py +2 -2
  27. sequenzo/sequence_characteristics/plot_characteristics.py +2 -2
  28. sequenzo/sequence_characteristics/simple_characteristics.py +2 -2
  29. sequenzo/suffix_tree/__init__.py +1 -1
  30. sequenzo/suffix_tree/individual_level_indicators.py +3 -3
  31. sequenzo/visualization/plot_single_medoid.py +2 -2
  32. sequenzo/visualization/plot_transition_matrix.py +1 -1
  33. sequenzo/visualization/utils/utils.py +2 -2
  34. sequenzo/with_event_history_analysis/sequence_analysis_multi_state_model.py +1 -1
  35. {sequenzo-0.1.19.dist-info → sequenzo-0.1.21.dist-info}/METADATA +37 -6
  36. {sequenzo-0.1.19.dist-info → sequenzo-0.1.21.dist-info}/RECORD +39 -45
  37. sequenzo/big_data/clara/utils/get_weighted_diss.pyx +0 -16
  38. sequenzo/dissimilarity_measures/utils/get_sm_trate_substitution_cost_matrix.pyx +0 -95
  39. sequenzo/dissimilarity_measures/utils/seqconc.pyx +0 -26
  40. sequenzo/dissimilarity_measures/utils/seqdss.pyx +0 -33
  41. sequenzo/dissimilarity_measures/utils/seqdur.pyx +0 -34
  42. sequenzo/dissimilarity_measures/utils/seqlength.pyx +0 -19
  43. {sequenzo-0.1.19.dist-info → sequenzo-0.1.21.dist-info}/WHEEL +0 -0
  44. {sequenzo-0.1.19.dist-info → sequenzo-0.1.21.dist-info}/licenses/LICENSE +0 -0
  45. {sequenzo-0.1.19.dist-info → sequenzo-0.1.21.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-crmzbkt5\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayobject.h",
14
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-crmzbkt5\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayscalars.h",
15
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-crmzbkt5\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarrayobject.h",
16
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-crmzbkt5\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarraytypes.h",
17
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-crmzbkt5\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ufuncobject.h"
13
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4xiaq35t\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayobject.h",
14
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4xiaq35t\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\arrayscalars.h",
15
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4xiaq35t\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarrayobject.h",
16
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4xiaq35t\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ndarraytypes.h",
17
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4xiaq35t\\overlay\\Lib\\site-packages\\numpy\\_core\\include\\numpy\\ufuncobject.h"
18
18
  ],
19
19
  "extra_compile_args": [
20
20
  "/W1",
@@ -23,9 +23,9 @@
23
23
  "/O2"
24
24
  ],
25
25
  "include_dirs": [
26
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-crmzbkt5\\overlay\\Lib\\site-packages\\pybind11\\include",
27
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-crmzbkt5\\overlay\\Lib\\site-packages\\pybind11\\include",
28
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-crmzbkt5\\overlay\\Lib\\site-packages\\numpy\\_core\\include",
26
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4xiaq35t\\overlay\\Lib\\site-packages\\pybind11\\include",
27
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4xiaq35t\\overlay\\Lib\\site-packages\\pybind11\\include",
28
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-4xiaq35t\\overlay\\Lib\\site-packages\\numpy\\_core\\include",
29
29
  "sequenzo/dissimilarity_measures/src/",
30
30
  "D:\\a\\Sequenzo\\Sequenzo\\sequenzo\\dissimilarity_measures\\src\\xsimd\\include",
31
31
  "sequenzo/clustering/src/"
@@ -1398,7 +1398,7 @@ static const char *__pyx_filename;
1398
1398
 
1399
1399
  static const char* const __pyx_f[] = {
1400
1400
  "sequenzo/dissimilarity_measures/utils/seqdss.pyx",
1401
- "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd",
1401
+ "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd",
1402
1402
  "cpython/type.pxd",
1403
1403
  };
1404
1404
  /* #### Code section: utility_code_proto_before_types ### */
@@ -1598,7 +1598,7 @@ typedef struct {
1598
1598
 
1599
1599
  /* #### Code section: numeric_typedefs ### */
1600
1600
 
1601
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":770
1601
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":770
1602
1602
  * # in Cython to enable them only on the right systems.
1603
1603
  *
1604
1604
  * ctypedef npy_int8 int8_t # <<<<<<<<<<<<<<
@@ -1607,7 +1607,7 @@ typedef struct {
1607
1607
  */
1608
1608
  typedef npy_int8 __pyx_t_5numpy_int8_t;
1609
1609
 
1610
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":771
1610
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":771
1611
1611
  *
1612
1612
  * ctypedef npy_int8 int8_t
1613
1613
  * ctypedef npy_int16 int16_t # <<<<<<<<<<<<<<
@@ -1616,7 +1616,7 @@ typedef npy_int8 __pyx_t_5numpy_int8_t;
1616
1616
  */
1617
1617
  typedef npy_int16 __pyx_t_5numpy_int16_t;
1618
1618
 
1619
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":772
1619
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":772
1620
1620
  * ctypedef npy_int8 int8_t
1621
1621
  * ctypedef npy_int16 int16_t
1622
1622
  * ctypedef npy_int32 int32_t # <<<<<<<<<<<<<<
@@ -1625,7 +1625,7 @@ typedef npy_int16 __pyx_t_5numpy_int16_t;
1625
1625
  */
1626
1626
  typedef npy_int32 __pyx_t_5numpy_int32_t;
1627
1627
 
1628
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":773
1628
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":773
1629
1629
  * ctypedef npy_int16 int16_t
1630
1630
  * ctypedef npy_int32 int32_t
1631
1631
  * ctypedef npy_int64 int64_t # <<<<<<<<<<<<<<
@@ -1634,7 +1634,7 @@ typedef npy_int32 __pyx_t_5numpy_int32_t;
1634
1634
  */
1635
1635
  typedef npy_int64 __pyx_t_5numpy_int64_t;
1636
1636
 
1637
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
1637
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":777
1638
1638
  * #ctypedef npy_int128 int128_t
1639
1639
  *
1640
1640
  * ctypedef npy_uint8 uint8_t # <<<<<<<<<<<<<<
@@ -1643,7 +1643,7 @@ typedef npy_int64 __pyx_t_5numpy_int64_t;
1643
1643
  */
1644
1644
  typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1645
1645
 
1646
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":778
1646
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":778
1647
1647
  *
1648
1648
  * ctypedef npy_uint8 uint8_t
1649
1649
  * ctypedef npy_uint16 uint16_t # <<<<<<<<<<<<<<
@@ -1652,7 +1652,7 @@ typedef npy_uint8 __pyx_t_5numpy_uint8_t;
1652
1652
  */
1653
1653
  typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1654
1654
 
1655
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
1655
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":779
1656
1656
  * ctypedef npy_uint8 uint8_t
1657
1657
  * ctypedef npy_uint16 uint16_t
1658
1658
  * ctypedef npy_uint32 uint32_t # <<<<<<<<<<<<<<
@@ -1661,7 +1661,7 @@ typedef npy_uint16 __pyx_t_5numpy_uint16_t;
1661
1661
  */
1662
1662
  typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1663
1663
 
1664
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
1664
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":780
1665
1665
  * ctypedef npy_uint16 uint16_t
1666
1666
  * ctypedef npy_uint32 uint32_t
1667
1667
  * ctypedef npy_uint64 uint64_t # <<<<<<<<<<<<<<
@@ -1670,7 +1670,7 @@ typedef npy_uint32 __pyx_t_5numpy_uint32_t;
1670
1670
  */
1671
1671
  typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1672
1672
 
1673
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":784
1673
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":784
1674
1674
  * #ctypedef npy_uint128 uint128_t
1675
1675
  *
1676
1676
  * ctypedef npy_float32 float32_t # <<<<<<<<<<<<<<
@@ -1679,7 +1679,7 @@ typedef npy_uint64 __pyx_t_5numpy_uint64_t;
1679
1679
  */
1680
1680
  typedef npy_float32 __pyx_t_5numpy_float32_t;
1681
1681
 
1682
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
1682
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":785
1683
1683
  *
1684
1684
  * ctypedef npy_float32 float32_t
1685
1685
  * ctypedef npy_float64 float64_t # <<<<<<<<<<<<<<
@@ -1688,7 +1688,7 @@ typedef npy_float32 __pyx_t_5numpy_float32_t;
1688
1688
  */
1689
1689
  typedef npy_float64 __pyx_t_5numpy_float64_t;
1690
1690
 
1691
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
1691
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":792
1692
1692
  * ctypedef double complex complex128_t
1693
1693
  *
1694
1694
  * ctypedef npy_longlong longlong_t # <<<<<<<<<<<<<<
@@ -1697,7 +1697,7 @@ typedef npy_float64 __pyx_t_5numpy_float64_t;
1697
1697
  */
1698
1698
  typedef npy_longlong __pyx_t_5numpy_longlong_t;
1699
1699
 
1700
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
1700
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":793
1701
1701
  *
1702
1702
  * ctypedef npy_longlong longlong_t
1703
1703
  * ctypedef npy_ulonglong ulonglong_t # <<<<<<<<<<<<<<
@@ -1706,7 +1706,7 @@ typedef npy_longlong __pyx_t_5numpy_longlong_t;
1706
1706
  */
1707
1707
  typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1708
1708
 
1709
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
1709
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":795
1710
1710
  * ctypedef npy_ulonglong ulonglong_t
1711
1711
  *
1712
1712
  * ctypedef npy_intp intp_t # <<<<<<<<<<<<<<
@@ -1715,7 +1715,7 @@ typedef npy_ulonglong __pyx_t_5numpy_ulonglong_t;
1715
1715
  */
1716
1716
  typedef npy_intp __pyx_t_5numpy_intp_t;
1717
1717
 
1718
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
1718
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":796
1719
1719
  *
1720
1720
  * ctypedef npy_intp intp_t
1721
1721
  * ctypedef npy_uintp uintp_t # <<<<<<<<<<<<<<
@@ -1724,7 +1724,7 @@ typedef npy_intp __pyx_t_5numpy_intp_t;
1724
1724
  */
1725
1725
  typedef npy_uintp __pyx_t_5numpy_uintp_t;
1726
1726
 
1727
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":798
1727
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":798
1728
1728
  * ctypedef npy_uintp uintp_t
1729
1729
  *
1730
1730
  * ctypedef npy_double float_t # <<<<<<<<<<<<<<
@@ -1733,7 +1733,7 @@ typedef npy_uintp __pyx_t_5numpy_uintp_t;
1733
1733
  */
1734
1734
  typedef npy_double __pyx_t_5numpy_float_t;
1735
1735
 
1736
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":799
1736
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":799
1737
1737
  *
1738
1738
  * ctypedef npy_double float_t
1739
1739
  * ctypedef npy_double double_t # <<<<<<<<<<<<<<
@@ -1742,7 +1742,7 @@ typedef npy_double __pyx_t_5numpy_float_t;
1742
1742
  */
1743
1743
  typedef npy_double __pyx_t_5numpy_double_t;
1744
1744
 
1745
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":800
1745
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":800
1746
1746
  * ctypedef npy_double float_t
1747
1747
  * ctypedef npy_double double_t
1748
1748
  * ctypedef npy_longdouble longdouble_t # <<<<<<<<<<<<<<
@@ -1792,7 +1792,7 @@ static CYTHON_INLINE __pyx_t_long_double_complex __pyx_t_long_double_complex_fro
1792
1792
  /*--- Type declarations ---*/
1793
1793
  struct __pyx_obj_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr;
1794
1794
 
1795
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
1795
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1096
1796
1796
  *
1797
1797
  * # Iterator API added in v1.6
1798
1798
  * ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil # <<<<<<<<<<<<<<
@@ -1801,7 +1801,7 @@ struct __pyx_obj_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_s
1801
1801
  */
1802
1802
  typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
1803
1803
 
1804
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1097
1804
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1097
1805
1805
  * # Iterator API added in v1.6
1806
1806
  * ctypedef int (*NpyIter_IterNextFunc)(NpyIter* it) noexcept nogil
1807
1807
  * ctypedef void (*NpyIter_GetMultiIndexFunc)(NpyIter* it, npy_intp* outcoords) noexcept nogil # <<<<<<<<<<<<<<
@@ -1810,7 +1810,7 @@ typedef int (*__pyx_t_5numpy_NpyIter_IterNextFunc)(NpyIter *);
1810
1810
  */
1811
1811
  typedef void (*__pyx_t_5numpy_NpyIter_GetMultiIndexFunc)(NpyIter *, npy_intp *);
1812
1812
 
1813
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":24
1813
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":26
1814
1814
  *
1815
1815
  * cdef list groups = [row[boundary & (row >= 0)] for row, boundary in zip(ffill, boundaries)]
1816
1816
  * cdef int max_groups = max(len(g) for g in groups) # <<<<<<<<<<<<<<
@@ -3319,7 +3319,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
3319
3319
  #endif
3320
3320
  /* #### Code section: module_code ### */
3321
3321
 
3322
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
3322
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
3323
3323
  * cdef int type_num
3324
3324
  *
3325
3325
  * @property # <<<<<<<<<<<<<<
@@ -3330,7 +3330,7 @@ static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void
3330
3330
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_Descr *__pyx_v_self) {
3331
3331
  npy_intp __pyx_r;
3332
3332
 
3333
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
3333
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":287
3334
3334
  * @property
3335
3335
  * cdef inline npy_intp itemsize(self) noexcept nogil:
3336
3336
  * return PyDataType_ELSIZE(self) # <<<<<<<<<<<<<<
@@ -3340,7 +3340,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
3340
3340
  __pyx_r = PyDataType_ELSIZE(__pyx_v_self);
3341
3341
  goto __pyx_L0;
3342
3342
 
3343
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
3343
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":285
3344
3344
  * cdef int type_num
3345
3345
  *
3346
3346
  * @property # <<<<<<<<<<<<<<
@@ -3353,7 +3353,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
3353
3353
  return __pyx_r;
3354
3354
  }
3355
3355
 
3356
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3356
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3357
3357
  * return PyDataType_ELSIZE(self)
3358
3358
  *
3359
3359
  * @property # <<<<<<<<<<<<<<
@@ -3364,7 +3364,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_8itemsize_itemsize(PyArray_D
3364
3364
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray_Descr *__pyx_v_self) {
3365
3365
  npy_intp __pyx_r;
3366
3366
 
3367
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
3367
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":291
3368
3368
  * @property
3369
3369
  * cdef inline npy_intp alignment(self) noexcept nogil:
3370
3370
  * return PyDataType_ALIGNMENT(self) # <<<<<<<<<<<<<<
@@ -3374,7 +3374,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
3374
3374
  __pyx_r = PyDataType_ALIGNMENT(__pyx_v_self);
3375
3375
  goto __pyx_L0;
3376
3376
 
3377
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3377
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":289
3378
3378
  * return PyDataType_ELSIZE(self)
3379
3379
  *
3380
3380
  * @property # <<<<<<<<<<<<<<
@@ -3387,7 +3387,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_5dtype_9alignment_alignment(PyArray
3387
3387
  return __pyx_r;
3388
3388
  }
3389
3389
 
3390
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3390
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3391
3391
  * # Use fields/names with care as they may be NULL. You must check
3392
3392
  * # for this using PyDataType_HASFIELDS.
3393
3393
  * @property # <<<<<<<<<<<<<<
@@ -3401,7 +3401,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3401
3401
  PyObject *__pyx_t_1;
3402
3402
  __Pyx_RefNannySetupContext("fields", 0);
3403
3403
 
3404
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
3404
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":297
3405
3405
  * @property
3406
3406
  * cdef inline object fields(self):
3407
3407
  * return <object>PyDataType_FIELDS(self) # <<<<<<<<<<<<<<
@@ -3414,7 +3414,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3414
3414
  __pyx_r = ((PyObject *)__pyx_t_1);
3415
3415
  goto __pyx_L0;
3416
3416
 
3417
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3417
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":295
3418
3418
  * # Use fields/names with care as they may be NULL. You must check
3419
3419
  * # for this using PyDataType_HASFIELDS.
3420
3420
  * @property # <<<<<<<<<<<<<<
@@ -3429,7 +3429,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_6fields_fields(PyArray_Desc
3429
3429
  return __pyx_r;
3430
3430
  }
3431
3431
 
3432
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3432
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3433
3433
  * return <object>PyDataType_FIELDS(self)
3434
3434
  *
3435
3435
  * @property # <<<<<<<<<<<<<<
@@ -3443,7 +3443,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3443
3443
  PyObject *__pyx_t_1;
3444
3444
  __Pyx_RefNannySetupContext("names", 0);
3445
3445
 
3446
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
3446
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":301
3447
3447
  * @property
3448
3448
  * cdef inline tuple names(self):
3449
3449
  * return <tuple>PyDataType_NAMES(self) # <<<<<<<<<<<<<<
@@ -3456,7 +3456,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3456
3456
  __pyx_r = ((PyObject*)__pyx_t_1);
3457
3457
  goto __pyx_L0;
3458
3458
 
3459
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3459
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":299
3460
3460
  * return <object>PyDataType_FIELDS(self)
3461
3461
  *
3462
3462
  * @property # <<<<<<<<<<<<<<
@@ -3471,7 +3471,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3471
3471
  return __pyx_r;
3472
3472
  }
3473
3473
 
3474
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3474
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3475
3475
  * # valid (the pointer can be NULL). Most users should access
3476
3476
  * # this field via the inline helper method PyDataType_SHAPE.
3477
3477
  * @property # <<<<<<<<<<<<<<
@@ -3482,7 +3482,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_5dtype_5names_names(PyArray_Descr
3482
3482
  static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarray(PyArray_Descr *__pyx_v_self) {
3483
3483
  PyArray_ArrayDescr *__pyx_r;
3484
3484
 
3485
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
3485
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":308
3486
3486
  * @property
3487
3487
  * cdef inline PyArray_ArrayDescr* subarray(self) noexcept nogil:
3488
3488
  * return PyDataType_SUBARRAY(self) # <<<<<<<<<<<<<<
@@ -3492,7 +3492,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3492
3492
  __pyx_r = PyDataType_SUBARRAY(__pyx_v_self);
3493
3493
  goto __pyx_L0;
3494
3494
 
3495
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3495
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":306
3496
3496
  * # valid (the pointer can be NULL). Most users should access
3497
3497
  * # this field via the inline helper method PyDataType_SHAPE.
3498
3498
  * @property # <<<<<<<<<<<<<<
@@ -3505,7 +3505,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3505
3505
  return __pyx_r;
3506
3506
  }
3507
3507
 
3508
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3508
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3509
3509
  * return PyDataType_SUBARRAY(self)
3510
3510
  *
3511
3511
  * @property # <<<<<<<<<<<<<<
@@ -3516,7 +3516,7 @@ static CYTHON_INLINE PyArray_ArrayDescr *__pyx_f_5numpy_5dtype_8subarray_subarra
3516
3516
  static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr *__pyx_v_self) {
3517
3517
  npy_uint64 __pyx_r;
3518
3518
 
3519
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":313
3519
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":313
3520
3520
  * cdef inline npy_uint64 flags(self) noexcept nogil:
3521
3521
  * """The data types flags."""
3522
3522
  * return PyDataType_FLAGS(self) # <<<<<<<<<<<<<<
@@ -3526,7 +3526,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3526
3526
  __pyx_r = PyDataType_FLAGS(__pyx_v_self);
3527
3527
  goto __pyx_L0;
3528
3528
 
3529
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3529
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":310
3530
3530
  * return PyDataType_SUBARRAY(self)
3531
3531
  *
3532
3532
  * @property # <<<<<<<<<<<<<<
@@ -3539,7 +3539,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3539
3539
  return __pyx_r;
3540
3540
  }
3541
3541
 
3542
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3542
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3543
3543
  * ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
3544
3544
  *
3545
3545
  * @property # <<<<<<<<<<<<<<
@@ -3550,7 +3550,7 @@ static CYTHON_INLINE npy_uint64 __pyx_f_5numpy_5dtype_5flags_flags(PyArray_Descr
3550
3550
  static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMultiIterObject *__pyx_v_self) {
3551
3551
  int __pyx_r;
3552
3552
 
3553
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":325
3553
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":325
3554
3554
  * cdef inline int numiter(self) noexcept nogil:
3555
3555
  * """The number of arrays that need to be broadcast to the same shape."""
3556
3556
  * return PyArray_MultiIter_NUMITER(self) # <<<<<<<<<<<<<<
@@ -3560,7 +3560,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3560
3560
  __pyx_r = PyArray_MultiIter_NUMITER(__pyx_v_self);
3561
3561
  goto __pyx_L0;
3562
3562
 
3563
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3563
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":322
3564
3564
  * ctypedef class numpy.broadcast [object PyArrayMultiIterObject, check_size ignore]:
3565
3565
  *
3566
3566
  * @property # <<<<<<<<<<<<<<
@@ -3573,7 +3573,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3573
3573
  return __pyx_r;
3574
3574
  }
3575
3575
 
3576
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3576
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3577
3577
  * return PyArray_MultiIter_NUMITER(self)
3578
3578
  *
3579
3579
  * @property # <<<<<<<<<<<<<<
@@ -3584,7 +3584,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_7numiter_numiter(PyArrayMulti
3584
3584
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiIterObject *__pyx_v_self) {
3585
3585
  npy_intp __pyx_r;
3586
3586
 
3587
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":330
3587
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":330
3588
3588
  * cdef inline npy_intp size(self) noexcept nogil:
3589
3589
  * """The total broadcasted size."""
3590
3590
  * return PyArray_MultiIter_SIZE(self) # <<<<<<<<<<<<<<
@@ -3594,7 +3594,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3594
3594
  __pyx_r = PyArray_MultiIter_SIZE(__pyx_v_self);
3595
3595
  goto __pyx_L0;
3596
3596
 
3597
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3597
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":327
3598
3598
  * return PyArray_MultiIter_NUMITER(self)
3599
3599
  *
3600
3600
  * @property # <<<<<<<<<<<<<<
@@ -3607,7 +3607,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3607
3607
  return __pyx_r;
3608
3608
  }
3609
3609
 
3610
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3610
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3611
3611
  * return PyArray_MultiIter_SIZE(self)
3612
3612
  *
3613
3613
  * @property # <<<<<<<<<<<<<<
@@ -3618,7 +3618,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_4size_size(PyArrayMultiI
3618
3618
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMultiIterObject *__pyx_v_self) {
3619
3619
  npy_intp __pyx_r;
3620
3620
 
3621
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":335
3621
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":335
3622
3622
  * cdef inline npy_intp index(self) noexcept nogil:
3623
3623
  * """The current (1-d) index into the broadcasted result."""
3624
3624
  * return PyArray_MultiIter_INDEX(self) # <<<<<<<<<<<<<<
@@ -3628,7 +3628,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3628
3628
  __pyx_r = PyArray_MultiIter_INDEX(__pyx_v_self);
3629
3629
  goto __pyx_L0;
3630
3630
 
3631
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3631
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":332
3632
3632
  * return PyArray_MultiIter_SIZE(self)
3633
3633
  *
3634
3634
  * @property # <<<<<<<<<<<<<<
@@ -3641,7 +3641,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3641
3641
  return __pyx_r;
3642
3642
  }
3643
3643
 
3644
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3644
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3645
3645
  * return PyArray_MultiIter_INDEX(self)
3646
3646
  *
3647
3647
  * @property # <<<<<<<<<<<<<<
@@ -3652,7 +3652,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_9broadcast_5index_index(PyArrayMult
3652
3652
  static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject *__pyx_v_self) {
3653
3653
  int __pyx_r;
3654
3654
 
3655
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":340
3655
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":340
3656
3656
  * cdef inline int nd(self) noexcept nogil:
3657
3657
  * """The number of dimensions in the broadcasted result."""
3658
3658
  * return PyArray_MultiIter_NDIM(self) # <<<<<<<<<<<<<<
@@ -3662,7 +3662,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3662
3662
  __pyx_r = PyArray_MultiIter_NDIM(__pyx_v_self);
3663
3663
  goto __pyx_L0;
3664
3664
 
3665
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3665
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":337
3666
3666
  * return PyArray_MultiIter_INDEX(self)
3667
3667
  *
3668
3668
  * @property # <<<<<<<<<<<<<<
@@ -3675,7 +3675,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3675
3675
  return __pyx_r;
3676
3676
  }
3677
3677
 
3678
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3678
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3679
3679
  * return PyArray_MultiIter_NDIM(self)
3680
3680
  *
3681
3681
  * @property # <<<<<<<<<<<<<<
@@ -3686,7 +3686,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_9broadcast_2nd_nd(PyArrayMultiIterObject
3686
3686
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions(PyArrayMultiIterObject *__pyx_v_self) {
3687
3687
  npy_intp *__pyx_r;
3688
3688
 
3689
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":345
3689
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":345
3690
3690
  * cdef inline npy_intp* dimensions(self) noexcept nogil:
3691
3691
  * """The shape of the broadcasted result."""
3692
3692
  * return PyArray_MultiIter_DIMS(self) # <<<<<<<<<<<<<<
@@ -3696,7 +3696,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3696
3696
  __pyx_r = PyArray_MultiIter_DIMS(__pyx_v_self);
3697
3697
  goto __pyx_L0;
3698
3698
 
3699
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3699
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":342
3700
3700
  * return PyArray_MultiIter_NDIM(self)
3701
3701
  *
3702
3702
  * @property # <<<<<<<<<<<<<<
@@ -3709,7 +3709,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3709
3709
  return __pyx_r;
3710
3710
  }
3711
3711
 
3712
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3712
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3713
3713
  * return PyArray_MultiIter_DIMS(self)
3714
3714
  *
3715
3715
  * @property # <<<<<<<<<<<<<<
@@ -3720,7 +3720,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_9broadcast_10dimensions_dimensions
3720
3720
  static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiIterObject *__pyx_v_self) {
3721
3721
  void **__pyx_r;
3722
3722
 
3723
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":351
3723
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":351
3724
3724
  * """An array of iterator objects that holds the iterators for the arrays to be broadcast together.
3725
3725
  * On return, the iterators are adjusted for broadcasting."""
3726
3726
  * return PyArray_MultiIter_ITERS(self) # <<<<<<<<<<<<<<
@@ -3730,7 +3730,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3730
3730
  __pyx_r = PyArray_MultiIter_ITERS(__pyx_v_self);
3731
3731
  goto __pyx_L0;
3732
3732
 
3733
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3733
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":347
3734
3734
  * return PyArray_MultiIter_DIMS(self)
3735
3735
  *
3736
3736
  * @property # <<<<<<<<<<<<<<
@@ -3743,7 +3743,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3743
3743
  return __pyx_r;
3744
3744
  }
3745
3745
 
3746
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3746
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3747
3747
  * # Instead, we use properties that map to the corresponding C-API functions.
3748
3748
  *
3749
3749
  * @property # <<<<<<<<<<<<<<
@@ -3754,7 +3754,7 @@ static CYTHON_INLINE void **__pyx_f_5numpy_9broadcast_5iters_iters(PyArrayMultiI
3754
3754
  static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject *__pyx_v_self) {
3755
3755
  PyObject *__pyx_r;
3756
3756
 
3757
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":369
3757
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":369
3758
3758
  * """Returns a borrowed reference to the object owning the data/memory.
3759
3759
  * """
3760
3760
  * return PyArray_BASE(self) # <<<<<<<<<<<<<<
@@ -3764,7 +3764,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3764
3764
  __pyx_r = PyArray_BASE(__pyx_v_self);
3765
3765
  goto __pyx_L0;
3766
3766
 
3767
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3767
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":365
3768
3768
  * # Instead, we use properties that map to the corresponding C-API functions.
3769
3769
  *
3770
3770
  * @property # <<<<<<<<<<<<<<
@@ -3777,7 +3777,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_7ndarray_4base_base(PyArrayObject
3777
3777
  return __pyx_r;
3778
3778
  }
3779
3779
 
3780
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3780
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3781
3781
  * return PyArray_BASE(self)
3782
3782
  *
3783
3783
  * @property # <<<<<<<<<<<<<<
@@ -3791,7 +3791,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3791
3791
  PyArray_Descr *__pyx_t_1;
3792
3792
  __Pyx_RefNannySetupContext("descr", 0);
3793
3793
 
3794
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":375
3794
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":375
3795
3795
  * """Returns an owned reference to the dtype of the array.
3796
3796
  * """
3797
3797
  * return <dtype>PyArray_DESCR(self) # <<<<<<<<<<<<<<
@@ -3804,7 +3804,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3804
3804
  __pyx_r = ((PyArray_Descr *)__pyx_t_1);
3805
3805
  goto __pyx_L0;
3806
3806
 
3807
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3807
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":371
3808
3808
  * return PyArray_BASE(self)
3809
3809
  *
3810
3810
  * @property # <<<<<<<<<<<<<<
@@ -3819,7 +3819,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3819
3819
  return __pyx_r;
3820
3820
  }
3821
3821
 
3822
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3822
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3823
3823
  * return <dtype>PyArray_DESCR(self)
3824
3824
  *
3825
3825
  * @property # <<<<<<<<<<<<<<
@@ -3830,7 +3830,7 @@ static CYTHON_INLINE PyArray_Descr *__pyx_f_5numpy_7ndarray_5descr_descr(PyArray
3830
3830
  static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx_v_self) {
3831
3831
  int __pyx_r;
3832
3832
 
3833
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":381
3833
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":381
3834
3834
  * """Returns the number of dimensions in the array.
3835
3835
  * """
3836
3836
  * return PyArray_NDIM(self) # <<<<<<<<<<<<<<
@@ -3840,7 +3840,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3840
3840
  __pyx_r = PyArray_NDIM(__pyx_v_self);
3841
3841
  goto __pyx_L0;
3842
3842
 
3843
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3843
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":377
3844
3844
  * return <dtype>PyArray_DESCR(self)
3845
3845
  *
3846
3846
  * @property # <<<<<<<<<<<<<<
@@ -3853,7 +3853,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3853
3853
  return __pyx_r;
3854
3854
  }
3855
3855
 
3856
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3856
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3857
3857
  * return PyArray_NDIM(self)
3858
3858
  *
3859
3859
  * @property # <<<<<<<<<<<<<<
@@ -3864,7 +3864,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_7ndarray_4ndim_ndim(PyArrayObject *__pyx
3864
3864
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObject *__pyx_v_self) {
3865
3865
  npy_intp *__pyx_r;
3866
3866
 
3867
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":389
3867
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":389
3868
3868
  * Can return NULL for 0-dimensional arrays.
3869
3869
  * """
3870
3870
  * return PyArray_DIMS(self) # <<<<<<<<<<<<<<
@@ -3874,7 +3874,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3874
3874
  __pyx_r = PyArray_DIMS(__pyx_v_self);
3875
3875
  goto __pyx_L0;
3876
3876
 
3877
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3877
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":383
3878
3878
  * return PyArray_NDIM(self)
3879
3879
  *
3880
3880
  * @property # <<<<<<<<<<<<<<
@@ -3887,7 +3887,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3887
3887
  return __pyx_r;
3888
3888
  }
3889
3889
 
3890
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3890
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3891
3891
  * return PyArray_DIMS(self)
3892
3892
  *
3893
3893
  * @property # <<<<<<<<<<<<<<
@@ -3898,7 +3898,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_5shape_shape(PyArrayObjec
3898
3898
  static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayObject *__pyx_v_self) {
3899
3899
  npy_intp *__pyx_r;
3900
3900
 
3901
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":396
3901
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":396
3902
3902
  * The number of elements matches the number of dimensions of the array (ndim).
3903
3903
  * """
3904
3904
  * return PyArray_STRIDES(self) # <<<<<<<<<<<<<<
@@ -3908,7 +3908,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3908
3908
  __pyx_r = PyArray_STRIDES(__pyx_v_self);
3909
3909
  goto __pyx_L0;
3910
3910
 
3911
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3911
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":391
3912
3912
  * return PyArray_DIMS(self)
3913
3913
  *
3914
3914
  * @property # <<<<<<<<<<<<<<
@@ -3921,7 +3921,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3921
3921
  return __pyx_r;
3922
3922
  }
3923
3923
 
3924
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3924
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3925
3925
  * return PyArray_STRIDES(self)
3926
3926
  *
3927
3927
  * @property # <<<<<<<<<<<<<<
@@ -3932,7 +3932,7 @@ static CYTHON_INLINE npy_intp *__pyx_f_5numpy_7ndarray_7strides_strides(PyArrayO
3932
3932
  static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *__pyx_v_self) {
3933
3933
  npy_intp __pyx_r;
3934
3934
 
3935
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":402
3935
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":402
3936
3936
  * """Returns the total size (in number of elements) of the array.
3937
3937
  * """
3938
3938
  * return PyArray_SIZE(self) # <<<<<<<<<<<<<<
@@ -3942,7 +3942,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3942
3942
  __pyx_r = PyArray_SIZE(__pyx_v_self);
3943
3943
  goto __pyx_L0;
3944
3944
 
3945
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3945
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":398
3946
3946
  * return PyArray_STRIDES(self)
3947
3947
  *
3948
3948
  * @property # <<<<<<<<<<<<<<
@@ -3955,7 +3955,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3955
3955
  return __pyx_r;
3956
3956
  }
3957
3957
 
3958
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3958
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3959
3959
  * return PyArray_SIZE(self)
3960
3960
  *
3961
3961
  * @property # <<<<<<<<<<<<<<
@@ -3966,7 +3966,7 @@ static CYTHON_INLINE npy_intp __pyx_f_5numpy_7ndarray_4size_size(PyArrayObject *
3966
3966
  static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__pyx_v_self) {
3967
3967
  char *__pyx_r;
3968
3968
 
3969
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":411
3969
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":411
3970
3970
  * of `PyArray_DATA()` instead, which returns a 'void*'.
3971
3971
  * """
3972
3972
  * return PyArray_BYTES(self) # <<<<<<<<<<<<<<
@@ -3976,7 +3976,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3976
3976
  __pyx_r = PyArray_BYTES(__pyx_v_self);
3977
3977
  goto __pyx_L0;
3978
3978
 
3979
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3979
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":404
3980
3980
  * return PyArray_SIZE(self)
3981
3981
  *
3982
3982
  * @property # <<<<<<<<<<<<<<
@@ -3989,7 +3989,7 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
3989
3989
  return __pyx_r;
3990
3990
  }
3991
3991
 
3992
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3992
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
3993
3993
  * ctypedef long double complex clongdouble_t
3994
3994
  *
3995
3995
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -4006,7 +4006,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
4006
4006
  int __pyx_clineno = 0;
4007
4007
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew1", 0);
4008
4008
 
4009
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":808
4009
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":808
4010
4010
  *
4011
4011
  * cdef inline object PyArray_MultiIterNew1(a):
4012
4012
  * return PyArray_MultiIterNew(1, <void*>a) # <<<<<<<<<<<<<<
@@ -4020,7 +4020,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
4020
4020
  __pyx_t_1 = 0;
4021
4021
  goto __pyx_L0;
4022
4022
 
4023
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
4023
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":807
4024
4024
  * ctypedef long double complex clongdouble_t
4025
4025
  *
4026
4026
  * cdef inline object PyArray_MultiIterNew1(a): # <<<<<<<<<<<<<<
@@ -4039,7 +4039,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew1(PyObject *__
4039
4039
  return __pyx_r;
4040
4040
  }
4041
4041
 
4042
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
4042
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
4043
4043
  * return PyArray_MultiIterNew(1, <void*>a)
4044
4044
  *
4045
4045
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -4056,7 +4056,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
4056
4056
  int __pyx_clineno = 0;
4057
4057
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew2", 0);
4058
4058
 
4059
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":811
4059
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":811
4060
4060
  *
4061
4061
  * cdef inline object PyArray_MultiIterNew2(a, b):
4062
4062
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b) # <<<<<<<<<<<<<<
@@ -4070,7 +4070,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
4070
4070
  __pyx_t_1 = 0;
4071
4071
  goto __pyx_L0;
4072
4072
 
4073
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
4073
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":810
4074
4074
  * return PyArray_MultiIterNew(1, <void*>a)
4075
4075
  *
4076
4076
  * cdef inline object PyArray_MultiIterNew2(a, b): # <<<<<<<<<<<<<<
@@ -4089,7 +4089,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew2(PyObject *__
4089
4089
  return __pyx_r;
4090
4090
  }
4091
4091
 
4092
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
4092
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
4093
4093
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
4094
4094
  *
4095
4095
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -4106,7 +4106,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
4106
4106
  int __pyx_clineno = 0;
4107
4107
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew3", 0);
4108
4108
 
4109
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":814
4109
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":814
4110
4110
  *
4111
4111
  * cdef inline object PyArray_MultiIterNew3(a, b, c):
4112
4112
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c) # <<<<<<<<<<<<<<
@@ -4120,7 +4120,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
4120
4120
  __pyx_t_1 = 0;
4121
4121
  goto __pyx_L0;
4122
4122
 
4123
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
4123
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":813
4124
4124
  * return PyArray_MultiIterNew(2, <void*>a, <void*>b)
4125
4125
  *
4126
4126
  * cdef inline object PyArray_MultiIterNew3(a, b, c): # <<<<<<<<<<<<<<
@@ -4139,7 +4139,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew3(PyObject *__
4139
4139
  return __pyx_r;
4140
4140
  }
4141
4141
 
4142
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
4142
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
4143
4143
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
4144
4144
  *
4145
4145
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -4156,7 +4156,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
4156
4156
  int __pyx_clineno = 0;
4157
4157
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew4", 0);
4158
4158
 
4159
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":817
4159
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":817
4160
4160
  *
4161
4161
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d):
4162
4162
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d) # <<<<<<<<<<<<<<
@@ -4170,7 +4170,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
4170
4170
  __pyx_t_1 = 0;
4171
4171
  goto __pyx_L0;
4172
4172
 
4173
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
4173
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":816
4174
4174
  * return PyArray_MultiIterNew(3, <void*>a, <void*>b, <void*> c)
4175
4175
  *
4176
4176
  * cdef inline object PyArray_MultiIterNew4(a, b, c, d): # <<<<<<<<<<<<<<
@@ -4189,7 +4189,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew4(PyObject *__
4189
4189
  return __pyx_r;
4190
4190
  }
4191
4191
 
4192
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
4192
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
4193
4193
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
4194
4194
  *
4195
4195
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -4206,7 +4206,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
4206
4206
  int __pyx_clineno = 0;
4207
4207
  __Pyx_RefNannySetupContext("PyArray_MultiIterNew5", 0);
4208
4208
 
4209
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":820
4209
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":820
4210
4210
  *
4211
4211
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e):
4212
4212
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e) # <<<<<<<<<<<<<<
@@ -4220,7 +4220,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
4220
4220
  __pyx_t_1 = 0;
4221
4221
  goto __pyx_L0;
4222
4222
 
4223
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
4223
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":819
4224
4224
  * return PyArray_MultiIterNew(4, <void*>a, <void*>b, <void*>c, <void*> d)
4225
4225
  *
4226
4226
  * cdef inline object PyArray_MultiIterNew5(a, b, c, d, e): # <<<<<<<<<<<<<<
@@ -4239,7 +4239,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyArray_MultiIterNew5(PyObject *__
4239
4239
  return __pyx_r;
4240
4240
  }
4241
4241
 
4242
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
4242
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
4243
4243
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
4244
4244
  *
4245
4245
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -4254,7 +4254,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4254
4254
  PyObject *__pyx_t_2;
4255
4255
  __Pyx_RefNannySetupContext("PyDataType_SHAPE", 0);
4256
4256
 
4257
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
4257
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
4258
4258
  *
4259
4259
  * cdef inline tuple PyDataType_SHAPE(dtype d):
4260
4260
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -4264,7 +4264,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4264
4264
  __pyx_t_1 = PyDataType_HASSUBARRAY(__pyx_v_d);
4265
4265
  if (__pyx_t_1) {
4266
4266
 
4267
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
4267
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":824
4268
4268
  * cdef inline tuple PyDataType_SHAPE(dtype d):
4269
4269
  * if PyDataType_HASSUBARRAY(d):
4270
4270
  * return <tuple>d.subarray.shape # <<<<<<<<<<<<<<
@@ -4277,7 +4277,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4277
4277
  __pyx_r = ((PyObject*)__pyx_t_2);
4278
4278
  goto __pyx_L0;
4279
4279
 
4280
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
4280
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":823
4281
4281
  *
4282
4282
  * cdef inline tuple PyDataType_SHAPE(dtype d):
4283
4283
  * if PyDataType_HASSUBARRAY(d): # <<<<<<<<<<<<<<
@@ -4286,7 +4286,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4286
4286
  */
4287
4287
  }
4288
4288
 
4289
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":826
4289
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":826
4290
4290
  * return <tuple>d.subarray.shape
4291
4291
  * else:
4292
4292
  * return () # <<<<<<<<<<<<<<
@@ -4300,7 +4300,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4300
4300
  goto __pyx_L0;
4301
4301
  }
4302
4302
 
4303
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
4303
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":822
4304
4304
  * return PyArray_MultiIterNew(5, <void*>a, <void*>b, <void*>c, <void*> d, <void*> e)
4305
4305
  *
4306
4306
  * cdef inline tuple PyDataType_SHAPE(dtype d): # <<<<<<<<<<<<<<
@@ -4315,7 +4315,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_PyDataType_SHAPE(PyArray_Descr *__
4315
4315
  return __pyx_r;
4316
4316
  }
4317
4317
 
4318
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4318
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4319
4319
  * int _import_umath() except -1
4320
4320
  *
4321
4321
  * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
@@ -4329,7 +4329,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4329
4329
  const char *__pyx_filename = NULL;
4330
4330
  int __pyx_clineno = 0;
4331
4331
 
4332
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1011
4332
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1011
4333
4333
  *
4334
4334
  * cdef inline void set_array_base(ndarray arr, object base) except *:
4335
4335
  * Py_INCREF(base) # important to do this before stealing the reference below! # <<<<<<<<<<<<<<
@@ -4338,7 +4338,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4338
4338
  */
4339
4339
  Py_INCREF(__pyx_v_base);
4340
4340
 
4341
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1012
4341
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1012
4342
4342
  * cdef inline void set_array_base(ndarray arr, object base) except *:
4343
4343
  * Py_INCREF(base) # important to do this before stealing the reference below!
4344
4344
  * PyArray_SetBaseObject(arr, base) # <<<<<<<<<<<<<<
@@ -4347,7 +4347,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4347
4347
  */
4348
4348
  __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)
4349
4349
 
4350
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4350
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1010
4351
4351
  * int _import_umath() except -1
4352
4352
  *
4353
4353
  * cdef inline void set_array_base(ndarray arr, object base) except *: # <<<<<<<<<<<<<<
@@ -4362,7 +4362,7 @@ static CYTHON_INLINE void __pyx_f_5numpy_set_array_base(PyArrayObject *__pyx_v_a
4362
4362
  __pyx_L0:;
4363
4363
  }
4364
4364
 
4365
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4365
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4366
4366
  * PyArray_SetBaseObject(arr, base)
4367
4367
  *
4368
4368
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -4377,7 +4377,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4377
4377
  int __pyx_t_1;
4378
4378
  __Pyx_RefNannySetupContext("get_array_base", 0);
4379
4379
 
4380
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1015
4380
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1015
4381
4381
  *
4382
4382
  * cdef inline object get_array_base(ndarray arr):
4383
4383
  * base = PyArray_BASE(arr) # <<<<<<<<<<<<<<
@@ -4386,7 +4386,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4386
4386
  */
4387
4387
  __pyx_v_base = PyArray_BASE(__pyx_v_arr);
4388
4388
 
4389
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4389
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4390
4390
  * cdef inline object get_array_base(ndarray arr):
4391
4391
  * base = PyArray_BASE(arr)
4392
4392
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -4396,7 +4396,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4396
4396
  __pyx_t_1 = (__pyx_v_base == NULL);
4397
4397
  if (__pyx_t_1) {
4398
4398
 
4399
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1017
4399
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1017
4400
4400
  * base = PyArray_BASE(arr)
4401
4401
  * if base is NULL:
4402
4402
  * return None # <<<<<<<<<<<<<<
@@ -4407,7 +4407,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4407
4407
  __pyx_r = Py_None; __Pyx_INCREF(Py_None);
4408
4408
  goto __pyx_L0;
4409
4409
 
4410
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4410
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1016
4411
4411
  * cdef inline object get_array_base(ndarray arr):
4412
4412
  * base = PyArray_BASE(arr)
4413
4413
  * if base is NULL: # <<<<<<<<<<<<<<
@@ -4416,7 +4416,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4416
4416
  */
4417
4417
  }
4418
4418
 
4419
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1018
4419
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1018
4420
4420
  * if base is NULL:
4421
4421
  * return None
4422
4422
  * return <object>base # <<<<<<<<<<<<<<
@@ -4428,7 +4428,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4428
4428
  __pyx_r = ((PyObject *)__pyx_v_base);
4429
4429
  goto __pyx_L0;
4430
4430
 
4431
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4431
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1014
4432
4432
  * PyArray_SetBaseObject(arr, base)
4433
4433
  *
4434
4434
  * cdef inline object get_array_base(ndarray arr): # <<<<<<<<<<<<<<
@@ -4443,7 +4443,7 @@ static CYTHON_INLINE PyObject *__pyx_f_5numpy_get_array_base(PyArrayObject *__py
4443
4443
  return __pyx_r;
4444
4444
  }
4445
4445
 
4446
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4446
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4447
4447
  * # Versions of the import_* functions which are more suitable for
4448
4448
  * # Cython code.
4449
4449
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -4470,7 +4470,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4470
4470
  int __pyx_clineno = 0;
4471
4471
  __Pyx_RefNannySetupContext("import_array", 0);
4472
4472
 
4473
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4473
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4474
4474
  * # Cython code.
4475
4475
  * cdef inline int import_array() except -1:
4476
4476
  * try: # <<<<<<<<<<<<<<
@@ -4486,7 +4486,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4486
4486
  __Pyx_XGOTREF(__pyx_t_3);
4487
4487
  /*try:*/ {
4488
4488
 
4489
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1024
4489
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1024
4490
4490
  * cdef inline int import_array() except -1:
4491
4491
  * try:
4492
4492
  * __pyx_import_array() # <<<<<<<<<<<<<<
@@ -4495,7 +4495,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4495
4495
  */
4496
4496
  __pyx_t_4 = _import_array(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1024, __pyx_L3_error)
4497
4497
 
4498
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4498
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4499
4499
  * # Cython code.
4500
4500
  * cdef inline int import_array() except -1:
4501
4501
  * try: # <<<<<<<<<<<<<<
@@ -4509,7 +4509,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4509
4509
  goto __pyx_L8_try_end;
4510
4510
  __pyx_L3_error:;
4511
4511
 
4512
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1025
4512
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1025
4513
4513
  * try:
4514
4514
  * __pyx_import_array()
4515
4515
  * except Exception: # <<<<<<<<<<<<<<
@@ -4524,7 +4524,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4524
4524
  __Pyx_XGOTREF(__pyx_t_6);
4525
4525
  __Pyx_XGOTREF(__pyx_t_7);
4526
4526
 
4527
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1026
4527
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1026
4528
4528
  * __pyx_import_array()
4529
4529
  * except Exception:
4530
4530
  * raise ImportError("numpy._core.multiarray failed to import") # <<<<<<<<<<<<<<
@@ -4549,7 +4549,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4549
4549
  }
4550
4550
  goto __pyx_L5_except_error;
4551
4551
 
4552
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4552
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1023
4553
4553
  * # Cython code.
4554
4554
  * cdef inline int import_array() except -1:
4555
4555
  * try: # <<<<<<<<<<<<<<
@@ -4565,7 +4565,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4565
4565
  __pyx_L8_try_end:;
4566
4566
  }
4567
4567
 
4568
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4568
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1022
4569
4569
  * # Versions of the import_* functions which are more suitable for
4570
4570
  * # Cython code.
4571
4571
  * cdef inline int import_array() except -1: # <<<<<<<<<<<<<<
@@ -4590,7 +4590,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_array(void) {
4590
4590
  return __pyx_r;
4591
4591
  }
4592
4592
 
4593
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4593
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4594
4594
  * raise ImportError("numpy._core.multiarray failed to import")
4595
4595
  *
4596
4596
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -4617,7 +4617,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4617
4617
  int __pyx_clineno = 0;
4618
4618
  __Pyx_RefNannySetupContext("import_umath", 0);
4619
4619
 
4620
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4620
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4621
4621
  *
4622
4622
  * cdef inline int import_umath() except -1:
4623
4623
  * try: # <<<<<<<<<<<<<<
@@ -4633,7 +4633,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4633
4633
  __Pyx_XGOTREF(__pyx_t_3);
4634
4634
  /*try:*/ {
4635
4635
 
4636
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1030
4636
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1030
4637
4637
  * cdef inline int import_umath() except -1:
4638
4638
  * try:
4639
4639
  * _import_umath() # <<<<<<<<<<<<<<
@@ -4642,7 +4642,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4642
4642
  */
4643
4643
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1030, __pyx_L3_error)
4644
4644
 
4645
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4645
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4646
4646
  *
4647
4647
  * cdef inline int import_umath() except -1:
4648
4648
  * try: # <<<<<<<<<<<<<<
@@ -4656,7 +4656,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4656
4656
  goto __pyx_L8_try_end;
4657
4657
  __pyx_L3_error:;
4658
4658
 
4659
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1031
4659
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1031
4660
4660
  * try:
4661
4661
  * _import_umath()
4662
4662
  * except Exception: # <<<<<<<<<<<<<<
@@ -4671,7 +4671,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4671
4671
  __Pyx_XGOTREF(__pyx_t_6);
4672
4672
  __Pyx_XGOTREF(__pyx_t_7);
4673
4673
 
4674
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1032
4674
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1032
4675
4675
  * _import_umath()
4676
4676
  * except Exception:
4677
4677
  * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
@@ -4696,7 +4696,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4696
4696
  }
4697
4697
  goto __pyx_L5_except_error;
4698
4698
 
4699
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4699
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1029
4700
4700
  *
4701
4701
  * cdef inline int import_umath() except -1:
4702
4702
  * try: # <<<<<<<<<<<<<<
@@ -4712,7 +4712,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4712
4712
  __pyx_L8_try_end:;
4713
4713
  }
4714
4714
 
4715
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4715
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1028
4716
4716
  * raise ImportError("numpy._core.multiarray failed to import")
4717
4717
  *
4718
4718
  * cdef inline int import_umath() except -1: # <<<<<<<<<<<<<<
@@ -4737,7 +4737,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_umath(void) {
4737
4737
  return __pyx_r;
4738
4738
  }
4739
4739
 
4740
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4740
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4741
4741
  * raise ImportError("numpy._core.umath failed to import")
4742
4742
  *
4743
4743
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4764,7 +4764,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4764
4764
  int __pyx_clineno = 0;
4765
4765
  __Pyx_RefNannySetupContext("import_ufunc", 0);
4766
4766
 
4767
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4767
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4768
4768
  *
4769
4769
  * cdef inline int import_ufunc() except -1:
4770
4770
  * try: # <<<<<<<<<<<<<<
@@ -4780,7 +4780,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4780
4780
  __Pyx_XGOTREF(__pyx_t_3);
4781
4781
  /*try:*/ {
4782
4782
 
4783
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1036
4783
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1036
4784
4784
  * cdef inline int import_ufunc() except -1:
4785
4785
  * try:
4786
4786
  * _import_umath() # <<<<<<<<<<<<<<
@@ -4789,7 +4789,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4789
4789
  */
4790
4790
  __pyx_t_4 = _import_umath(); if (unlikely(__pyx_t_4 == ((int)-1))) __PYX_ERR(1, 1036, __pyx_L3_error)
4791
4791
 
4792
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4792
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4793
4793
  *
4794
4794
  * cdef inline int import_ufunc() except -1:
4795
4795
  * try: # <<<<<<<<<<<<<<
@@ -4803,7 +4803,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4803
4803
  goto __pyx_L8_try_end;
4804
4804
  __pyx_L3_error:;
4805
4805
 
4806
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1037
4806
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1037
4807
4807
  * try:
4808
4808
  * _import_umath()
4809
4809
  * except Exception: # <<<<<<<<<<<<<<
@@ -4818,7 +4818,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4818
4818
  __Pyx_XGOTREF(__pyx_t_6);
4819
4819
  __Pyx_XGOTREF(__pyx_t_7);
4820
4820
 
4821
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1038
4821
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1038
4822
4822
  * _import_umath()
4823
4823
  * except Exception:
4824
4824
  * raise ImportError("numpy._core.umath failed to import") # <<<<<<<<<<<<<<
@@ -4843,7 +4843,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4843
4843
  }
4844
4844
  goto __pyx_L5_except_error;
4845
4845
 
4846
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4846
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1035
4847
4847
  *
4848
4848
  * cdef inline int import_ufunc() except -1:
4849
4849
  * try: # <<<<<<<<<<<<<<
@@ -4859,7 +4859,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4859
4859
  __pyx_L8_try_end:;
4860
4860
  }
4861
4861
 
4862
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4862
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1034
4863
4863
  * raise ImportError("numpy._core.umath failed to import")
4864
4864
  *
4865
4865
  * cdef inline int import_ufunc() except -1: # <<<<<<<<<<<<<<
@@ -4884,7 +4884,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4884
4884
  return __pyx_r;
4885
4885
  }
4886
4886
 
4887
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4887
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4888
4888
  *
4889
4889
  *
4890
4890
  * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4895,7 +4895,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_import_ufunc(void) {
4895
4895
  static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_obj) {
4896
4896
  int __pyx_r;
4897
4897
 
4898
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
4898
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1053
4899
4899
  * bool
4900
4900
  * """
4901
4901
  * return PyObject_TypeCheck(obj, &PyTimedeltaArrType_Type) # <<<<<<<<<<<<<<
@@ -4905,7 +4905,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4905
4905
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyTimedeltaArrType_Type));
4906
4906
  goto __pyx_L0;
4907
4907
 
4908
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4908
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1041
4909
4909
  *
4910
4910
  *
4911
4911
  * cdef inline bint is_timedelta64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4918,7 +4918,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4918
4918
  return __pyx_r;
4919
4919
  }
4920
4920
 
4921
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4921
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4922
4922
  *
4923
4923
  *
4924
4924
  * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4929,7 +4929,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_timedelta64_object(PyObject *__pyx_v_
4929
4929
  static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_obj) {
4930
4930
  int __pyx_r;
4931
4931
 
4932
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1068
4932
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1068
4933
4933
  * bool
4934
4934
  * """
4935
4935
  * return PyObject_TypeCheck(obj, &PyDatetimeArrType_Type) # <<<<<<<<<<<<<<
@@ -4939,7 +4939,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4939
4939
  __pyx_r = PyObject_TypeCheck(__pyx_v_obj, (&PyDatetimeArrType_Type));
4940
4940
  goto __pyx_L0;
4941
4941
 
4942
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4942
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1056
4943
4943
  *
4944
4944
  *
4945
4945
  * cdef inline bint is_datetime64_object(object obj) noexcept: # <<<<<<<<<<<<<<
@@ -4952,7 +4952,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4952
4952
  return __pyx_r;
4953
4953
  }
4954
4954
 
4955
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4955
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4956
4956
  *
4957
4957
  *
4958
4958
  * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4963,7 +4963,7 @@ static CYTHON_INLINE int __pyx_f_5numpy_is_datetime64_object(PyObject *__pyx_v_o
4963
4963
  static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *__pyx_v_obj) {
4964
4964
  npy_datetime __pyx_r;
4965
4965
 
4966
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1078
4966
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1078
4967
4967
  * also needed. That can be found using `get_datetime64_unit`.
4968
4968
  * """
4969
4969
  * return (<PyDatetimeScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -4973,7 +4973,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4973
4973
  __pyx_r = ((PyDatetimeScalarObject *)__pyx_v_obj)->obval;
4974
4974
  goto __pyx_L0;
4975
4975
 
4976
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4976
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1071
4977
4977
  *
4978
4978
  *
4979
4979
  * cdef inline npy_datetime get_datetime64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4986,7 +4986,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4986
4986
  return __pyx_r;
4987
4987
  }
4988
4988
 
4989
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4989
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
4990
4990
  *
4991
4991
  *
4992
4992
  * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -4997,7 +4997,7 @@ static CYTHON_INLINE npy_datetime __pyx_f_5numpy_get_datetime64_value(PyObject *
4997
4997
  static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject *__pyx_v_obj) {
4998
4998
  npy_timedelta __pyx_r;
4999
4999
 
5000
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1085
5000
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1085
5001
5001
  * returns the int64 value underlying scalar numpy timedelta64 object
5002
5002
  * """
5003
5003
  * return (<PyTimedeltaScalarObject*>obj).obval # <<<<<<<<<<<<<<
@@ -5007,7 +5007,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
5007
5007
  __pyx_r = ((PyTimedeltaScalarObject *)__pyx_v_obj)->obval;
5008
5008
  goto __pyx_L0;
5009
5009
 
5010
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
5010
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1081
5011
5011
  *
5012
5012
  *
5013
5013
  * cdef inline npy_timedelta get_timedelta64_value(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -5020,7 +5020,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
5020
5020
  return __pyx_r;
5021
5021
  }
5022
5022
 
5023
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
5023
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
5024
5024
  *
5025
5025
  *
5026
5026
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -5031,7 +5031,7 @@ static CYTHON_INLINE npy_timedelta __pyx_f_5numpy_get_timedelta64_value(PyObject
5031
5031
  static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObject *__pyx_v_obj) {
5032
5032
  NPY_DATETIMEUNIT __pyx_r;
5033
5033
 
5034
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1092
5034
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1092
5035
5035
  * returns the unit part of the dtype for a numpy datetime64 object.
5036
5036
  * """
5037
5037
  * return <NPY_DATETIMEUNIT>(<PyDatetimeScalarObject*>obj).obmeta.base # <<<<<<<<<<<<<<
@@ -5041,7 +5041,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
5041
5041
  __pyx_r = ((NPY_DATETIMEUNIT)((PyDatetimeScalarObject *)__pyx_v_obj)->obmeta.base);
5042
5042
  goto __pyx_L0;
5043
5043
 
5044
- /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-crmzbkt5/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
5044
+ /* "C:/Users/runneradmin/AppData/Local/Temp/pip-build-env-4xiaq35t/overlay/Lib/site-packages/numpy/__init__.cython-30.pxd":1088
5045
5045
  *
5046
5046
  *
5047
5047
  * cdef inline NPY_DATETIMEUNIT get_datetime64_unit(object obj) noexcept nogil: # <<<<<<<<<<<<<<
@@ -5054,7 +5054,7 @@ static CYTHON_INLINE NPY_DATETIMEUNIT __pyx_f_5numpy_get_datetime64_unit(PyObjec
5054
5054
  return __pyx_r;
5055
5055
  }
5056
5056
 
5057
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":6
5057
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":8
5058
5058
  * from libc.stdint cimport int32_t
5059
5059
  *
5060
5060
  * def seqdss(seqdata): # <<<<<<<<<<<<<<
@@ -5101,32 +5101,32 @@ PyObject *__pyx_args, PyObject *__pyx_kwds
5101
5101
  {
5102
5102
  PyObject ** const __pyx_pyargnames[] = {&__pyx_mstate_global->__pyx_n_u_seqdata,0};
5103
5103
  const Py_ssize_t __pyx_kwds_len = (__pyx_kwds) ? __Pyx_NumKwargs_FASTCALL(__pyx_kwds) : 0;
5104
- if (unlikely(__pyx_kwds_len) < 0) __PYX_ERR(0, 6, __pyx_L3_error)
5104
+ if (unlikely(__pyx_kwds_len) < 0) __PYX_ERR(0, 8, __pyx_L3_error)
5105
5105
  if (__pyx_kwds_len > 0) {
5106
5106
  switch (__pyx_nargs) {
5107
5107
  case 1:
5108
5108
  values[0] = __Pyx_ArgRef_FASTCALL(__pyx_args, 0);
5109
- if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 6, __pyx_L3_error)
5109
+ if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 8, __pyx_L3_error)
5110
5110
  CYTHON_FALLTHROUGH;
5111
5111
  case 0: break;
5112
5112
  default: goto __pyx_L5_argtuple_error;
5113
5113
  }
5114
5114
  const Py_ssize_t kwd_pos_args = __pyx_nargs;
5115
- if (__Pyx_ParseKeywords(__pyx_kwds, __pyx_kwvalues, __pyx_pyargnames, 0, values, kwd_pos_args, __pyx_kwds_len, "seqdss", 0) < 0) __PYX_ERR(0, 6, __pyx_L3_error)
5115
+ if (__Pyx_ParseKeywords(__pyx_kwds, __pyx_kwvalues, __pyx_pyargnames, 0, values, kwd_pos_args, __pyx_kwds_len, "seqdss", 0) < 0) __PYX_ERR(0, 8, __pyx_L3_error)
5116
5116
  for (Py_ssize_t i = __pyx_nargs; i < 1; i++) {
5117
- if (unlikely(!values[i])) { __Pyx_RaiseArgtupleInvalid("seqdss", 1, 1, 1, i); __PYX_ERR(0, 6, __pyx_L3_error) }
5117
+ if (unlikely(!values[i])) { __Pyx_RaiseArgtupleInvalid("seqdss", 1, 1, 1, i); __PYX_ERR(0, 8, __pyx_L3_error) }
5118
5118
  }
5119
5119
  } else if (unlikely(__pyx_nargs != 1)) {
5120
5120
  goto __pyx_L5_argtuple_error;
5121
5121
  } else {
5122
5122
  values[0] = __Pyx_ArgRef_FASTCALL(__pyx_args, 0);
5123
- if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 6, __pyx_L3_error)
5123
+ if (!CYTHON_ASSUME_SAFE_MACROS && unlikely(!values[0])) __PYX_ERR(0, 8, __pyx_L3_error)
5124
5124
  }
5125
5125
  __pyx_v_seqdata = values[0];
5126
5126
  }
5127
5127
  goto __pyx_L6_skip;
5128
5128
  __pyx_L5_argtuple_error:;
5129
- __Pyx_RaiseArgtupleInvalid("seqdss", 1, 1, 1, __pyx_nargs); __PYX_ERR(0, 6, __pyx_L3_error)
5129
+ __Pyx_RaiseArgtupleInvalid("seqdss", 1, 1, 1, __pyx_nargs); __PYX_ERR(0, 8, __pyx_L3_error)
5130
5130
  __pyx_L6_skip:;
5131
5131
  goto __pyx_L4_argument_unpacking_done;
5132
5132
  __pyx_L3_error:;
@@ -5148,7 +5148,7 @@ PyObject *__pyx_args, PyObject *__pyx_kwds
5148
5148
  }
5149
5149
  static PyObject *__pyx_gb_8sequenzo_22dissimilarity_measures_5utils_6seqdss_6seqdss_2generator(__pyx_CoroutineObject *__pyx_generator, CYTHON_UNUSED PyThreadState *__pyx_tstate, PyObject *__pyx_sent_value); /* proto */
5150
5150
 
5151
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":24
5151
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":26
5152
5152
  *
5153
5153
  * cdef list groups = [row[boundary & (row >= 0)] for row, boundary in zip(ffill, boundaries)]
5154
5154
  * cdef int max_groups = max(len(g) for g in groups) # <<<<<<<<<<<<<<
@@ -5168,7 +5168,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_6seq
5168
5168
  if (unlikely(!__pyx_cur_scope)) {
5169
5169
  __pyx_cur_scope = ((struct __pyx_obj_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr *)Py_None);
5170
5170
  __Pyx_INCREF(Py_None);
5171
- __PYX_ERR(0, 24, __pyx_L1_error)
5171
+ __PYX_ERR(0, 26, __pyx_L1_error)
5172
5172
  } else {
5173
5173
  __Pyx_GOTREF((PyObject *)__pyx_cur_scope);
5174
5174
  }
@@ -5176,7 +5176,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_6seq
5176
5176
  __Pyx_INCREF(__pyx_cur_scope->__pyx_genexpr_arg_0);
5177
5177
  __Pyx_GIVEREF(__pyx_cur_scope->__pyx_genexpr_arg_0);
5178
5178
  {
5179
- __pyx_CoroutineObject *gen = __Pyx_Generator_New((__pyx_coroutine_body_t) __pyx_gb_8sequenzo_22dissimilarity_measures_5utils_6seqdss_6seqdss_2generator, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[0]), (PyObject *) __pyx_cur_scope, __pyx_mstate_global->__pyx_n_u_genexpr, __pyx_mstate_global->__pyx_n_u_seqdss_locals_genexpr, __pyx_mstate_global->__pyx_n_u_sequenzo_dissimilarity_measures); if (unlikely(!gen)) __PYX_ERR(0, 24, __pyx_L1_error)
5179
+ __pyx_CoroutineObject *gen = __Pyx_Generator_New((__pyx_coroutine_body_t) __pyx_gb_8sequenzo_22dissimilarity_measures_5utils_6seqdss_6seqdss_2generator, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[0]), (PyObject *) __pyx_cur_scope, __pyx_mstate_global->__pyx_n_u_genexpr, __pyx_mstate_global->__pyx_n_u_seqdss_locals_genexpr, __pyx_mstate_global->__pyx_n_u_sequenzo_dissimilarity_measures); if (unlikely(!gen)) __PYX_ERR(0, 26, __pyx_L1_error)
5180
5180
  __Pyx_DECREF(__pyx_cur_scope);
5181
5181
  __Pyx_RefNannyFinishContext();
5182
5182
  return (PyObject *) gen;
@@ -5215,29 +5215,29 @@ static PyObject *__pyx_gb_8sequenzo_22dissimilarity_measures_5utils_6seqdss_6seq
5215
5215
  __pyx_L3_first_run:;
5216
5216
  if (unlikely(__pyx_sent_value != Py_None)) {
5217
5217
  if (unlikely(__pyx_sent_value)) PyErr_SetString(PyExc_TypeError, "can't send non-None value to a just-started generator");
5218
- __PYX_ERR(0, 24, __pyx_L1_error)
5218
+ __PYX_ERR(0, 26, __pyx_L1_error)
5219
5219
  }
5220
- if (unlikely(!__pyx_cur_scope->__pyx_genexpr_arg_0)) { __Pyx_RaiseUnboundLocalError(".0"); __PYX_ERR(0, 24, __pyx_L1_error) }
5220
+ if (unlikely(!__pyx_cur_scope->__pyx_genexpr_arg_0)) { __Pyx_RaiseUnboundLocalError(".0"); __PYX_ERR(0, 26, __pyx_L1_error) }
5221
5221
  __pyx_t_1 = __pyx_cur_scope->__pyx_genexpr_arg_0; __Pyx_INCREF(__pyx_t_1);
5222
5222
  __pyx_t_2 = 0;
5223
5223
  for (;;) {
5224
5224
  {
5225
5225
  Py_ssize_t __pyx_temp = __Pyx_PyList_GET_SIZE(__pyx_t_1);
5226
5226
  #if !CYTHON_ASSUME_SAFE_SIZE
5227
- if (unlikely((__pyx_temp < 0))) __PYX_ERR(0, 24, __pyx_L1_error)
5227
+ if (unlikely((__pyx_temp < 0))) __PYX_ERR(0, 26, __pyx_L1_error)
5228
5228
  #endif
5229
5229
  if (__pyx_t_2 >= __pyx_temp) break;
5230
5230
  }
5231
5231
  __pyx_t_3 = __Pyx_PyList_GetItemRef(__pyx_t_1, __pyx_t_2);
5232
5232
  ++__pyx_t_2;
5233
- if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 24, __pyx_L1_error)
5233
+ if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 26, __pyx_L1_error)
5234
5234
  __Pyx_GOTREF(__pyx_t_3);
5235
5235
  __Pyx_XGOTREF(__pyx_cur_scope->__pyx_v_g);
5236
5236
  __Pyx_XDECREF_SET(__pyx_cur_scope->__pyx_v_g, __pyx_t_3);
5237
5237
  __Pyx_GIVEREF(__pyx_t_3);
5238
5238
  __pyx_t_3 = 0;
5239
- __pyx_t_4 = PyObject_Length(__pyx_cur_scope->__pyx_v_g); if (unlikely(__pyx_t_4 == ((Py_ssize_t)-1))) __PYX_ERR(0, 24, __pyx_L1_error)
5240
- __pyx_t_3 = PyLong_FromSsize_t(__pyx_t_4); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 24, __pyx_L1_error)
5239
+ __pyx_t_4 = PyObject_Length(__pyx_cur_scope->__pyx_v_g); if (unlikely(__pyx_t_4 == ((Py_ssize_t)-1))) __PYX_ERR(0, 26, __pyx_L1_error)
5240
+ __pyx_t_3 = PyLong_FromSsize_t(__pyx_t_4); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 26, __pyx_L1_error)
5241
5241
  __Pyx_GOTREF(__pyx_t_3);
5242
5242
  __pyx_r = __pyx_t_3;
5243
5243
  __pyx_t_3 = 0;
@@ -5255,7 +5255,7 @@ static PyObject *__pyx_gb_8sequenzo_22dissimilarity_measures_5utils_6seqdss_6seq
5255
5255
  __pyx_cur_scope->__pyx_t_0 = 0;
5256
5256
  __Pyx_XGOTREF(__pyx_t_1);
5257
5257
  __pyx_t_2 = __pyx_cur_scope->__pyx_t_1;
5258
- if (unlikely(!__pyx_sent_value)) __PYX_ERR(0, 24, __pyx_L1_error)
5258
+ if (unlikely(!__pyx_sent_value)) __PYX_ERR(0, 26, __pyx_L1_error)
5259
5259
  }
5260
5260
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
5261
5261
  CYTHON_MAYBE_UNUSED_VAR(__pyx_cur_scope);
@@ -5281,7 +5281,7 @@ static PyObject *__pyx_gb_8sequenzo_22dissimilarity_measures_5utils_6seqdss_6seq
5281
5281
  return __pyx_r;
5282
5282
  }
5283
5283
 
5284
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":6
5284
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":8
5285
5285
  * from libc.stdint cimport int32_t
5286
5286
  *
5287
5287
  * def seqdss(seqdata): # <<<<<<<<<<<<<<
@@ -5354,21 +5354,21 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5354
5354
  __pyx_pybuffernd_result.data = NULL;
5355
5355
  __pyx_pybuffernd_result.rcbuffer = &__pyx_pybuffer_result;
5356
5356
 
5357
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":7
5357
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":9
5358
5358
  *
5359
5359
  * def seqdss(seqdata):
5360
5360
  * if not isinstance(seqdata, SequenceData): # <<<<<<<<<<<<<<
5361
5361
  * raise ValueError("[!] data is NOT a sequence object, see SequenceData to create one.")
5362
5362
  *
5363
5363
  */
5364
- __Pyx_GetModuleGlobalName(__pyx_t_1, __pyx_mstate_global->__pyx_n_u_SequenceData); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 7, __pyx_L1_error)
5364
+ __Pyx_GetModuleGlobalName(__pyx_t_1, __pyx_mstate_global->__pyx_n_u_SequenceData); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 9, __pyx_L1_error)
5365
5365
  __Pyx_GOTREF(__pyx_t_1);
5366
- __pyx_t_2 = PyObject_IsInstance(__pyx_v_seqdata, __pyx_t_1); if (unlikely(__pyx_t_2 == ((int)-1))) __PYX_ERR(0, 7, __pyx_L1_error)
5366
+ __pyx_t_2 = PyObject_IsInstance(__pyx_v_seqdata, __pyx_t_1); if (unlikely(__pyx_t_2 == ((int)-1))) __PYX_ERR(0, 9, __pyx_L1_error)
5367
5367
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
5368
5368
  __pyx_t_3 = (!__pyx_t_2);
5369
5369
  if (unlikely(__pyx_t_3)) {
5370
5370
 
5371
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":8
5371
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":10
5372
5372
  * def seqdss(seqdata):
5373
5373
  * if not isinstance(seqdata, SequenceData):
5374
5374
  * raise ValueError("[!] data is NOT a sequence object, see SequenceData to create one.") # <<<<<<<<<<<<<<
@@ -5384,14 +5384,14 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5384
5384
  __pyx_t_1 = __Pyx_PyObject_FastCall(__pyx_t_5, __pyx_callargs+__pyx_t_6, (2-__pyx_t_6) | (__pyx_t_6*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET));
5385
5385
  __Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;
5386
5386
  __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
5387
- if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 8, __pyx_L1_error)
5387
+ if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 10, __pyx_L1_error)
5388
5388
  __Pyx_GOTREF(__pyx_t_1);
5389
5389
  }
5390
5390
  __Pyx_Raise(__pyx_t_1, 0, 0, 0);
5391
5391
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
5392
- __PYX_ERR(0, 8, __pyx_L1_error)
5392
+ __PYX_ERR(0, 10, __pyx_L1_error)
5393
5393
 
5394
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":7
5394
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":9
5395
5395
  *
5396
5396
  * def seqdss(seqdata):
5397
5397
  * if not isinstance(seqdata, SequenceData): # <<<<<<<<<<<<<<
@@ -5400,49 +5400,49 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5400
5400
  */
5401
5401
  }
5402
5402
 
5403
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":10
5403
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":12
5404
5404
  * raise ValueError("[!] data is NOT a sequence object, see SequenceData to create one.")
5405
5405
  *
5406
5406
  * cdef cnp.ndarray[int32_t, ndim=2] seqdatanum = seqdata.values.astype(np.int32, copy=False) # <<<<<<<<<<<<<<
5407
5407
  * cdef int n = seqdatanum.shape[0], m = seqdatanum.shape[1]
5408
5408
  * cdef int i, j
5409
5409
  */
5410
- __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_v_seqdata, __pyx_mstate_global->__pyx_n_u_values); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 10, __pyx_L1_error)
5410
+ __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_v_seqdata, __pyx_mstate_global->__pyx_n_u_values); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 12, __pyx_L1_error)
5411
5411
  __Pyx_GOTREF(__pyx_t_4);
5412
5412
  __pyx_t_5 = __pyx_t_4;
5413
5413
  __Pyx_INCREF(__pyx_t_5);
5414
- __Pyx_GetModuleGlobalName(__pyx_t_7, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 10, __pyx_L1_error)
5414
+ __Pyx_GetModuleGlobalName(__pyx_t_7, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 12, __pyx_L1_error)
5415
5415
  __Pyx_GOTREF(__pyx_t_7);
5416
- __pyx_t_8 = __Pyx_PyObject_GetAttrStr(__pyx_t_7, __pyx_mstate_global->__pyx_n_u_int32); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 10, __pyx_L1_error)
5416
+ __pyx_t_8 = __Pyx_PyObject_GetAttrStr(__pyx_t_7, __pyx_mstate_global->__pyx_n_u_int32); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 12, __pyx_L1_error)
5417
5417
  __Pyx_GOTREF(__pyx_t_8);
5418
5418
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
5419
5419
  __pyx_t_6 = 0;
5420
5420
  {
5421
5421
  PyObject *__pyx_callargs[2 + ((CYTHON_VECTORCALL) ? 1 : 0)] = {__pyx_t_5, __pyx_t_8};
5422
- __pyx_t_7 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 10, __pyx_L1_error)
5422
+ __pyx_t_7 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 12, __pyx_L1_error)
5423
5423
  __Pyx_GOTREF(__pyx_t_7);
5424
- if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_copy, Py_False, __pyx_t_7, __pyx_callargs+2, 0) < 0) __PYX_ERR(0, 10, __pyx_L1_error)
5424
+ if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_copy, Py_False, __pyx_t_7, __pyx_callargs+2, 0) < 0) __PYX_ERR(0, 12, __pyx_L1_error)
5425
5425
  __pyx_t_1 = __Pyx_Object_VectorcallMethod_CallFromBuilder(__pyx_mstate_global->__pyx_n_u_astype, __pyx_callargs+__pyx_t_6, (2-__pyx_t_6) | (1*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET), __pyx_t_7);
5426
5426
  __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;
5427
5427
  __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
5428
5428
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
5429
5429
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
5430
- if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 10, __pyx_L1_error)
5430
+ if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 12, __pyx_L1_error)
5431
5431
  __Pyx_GOTREF(__pyx_t_1);
5432
5432
  }
5433
- if (!(likely(((__pyx_t_1) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_1, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 10, __pyx_L1_error)
5433
+ if (!(likely(((__pyx_t_1) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_1, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 12, __pyx_L1_error)
5434
5434
  {
5435
5435
  __Pyx_BufFmt_StackElem __pyx_stack[1];
5436
5436
  if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_seqdatanum.rcbuffer->pybuffer, (PyObject*)((PyArrayObject *)__pyx_t_1), &__Pyx_TypeInfo_nn_int32_t, PyBUF_FORMAT| PyBUF_STRIDES, 2, 0, __pyx_stack) == -1)) {
5437
5437
  __pyx_v_seqdatanum = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_seqdatanum.rcbuffer->pybuffer.buf = NULL;
5438
- __PYX_ERR(0, 10, __pyx_L1_error)
5438
+ __PYX_ERR(0, 12, __pyx_L1_error)
5439
5439
  } else {__pyx_pybuffernd_seqdatanum.diminfo[0].strides = __pyx_pybuffernd_seqdatanum.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_seqdatanum.diminfo[0].shape = __pyx_pybuffernd_seqdatanum.rcbuffer->pybuffer.shape[0]; __pyx_pybuffernd_seqdatanum.diminfo[1].strides = __pyx_pybuffernd_seqdatanum.rcbuffer->pybuffer.strides[1]; __pyx_pybuffernd_seqdatanum.diminfo[1].shape = __pyx_pybuffernd_seqdatanum.rcbuffer->pybuffer.shape[1];
5440
5440
  }
5441
5441
  }
5442
5442
  __pyx_v_seqdatanum = ((PyArrayObject *)__pyx_t_1);
5443
5443
  __pyx_t_1 = 0;
5444
5444
 
5445
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":11
5445
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":13
5446
5446
  *
5447
5447
  * cdef cnp.ndarray[int32_t, ndim=2] seqdatanum = seqdata.values.astype(np.int32, copy=False)
5448
5448
  * cdef int n = seqdatanum.shape[0], m = seqdatanum.shape[1] # <<<<<<<<<<<<<<
@@ -5452,7 +5452,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5452
5452
  __pyx_v_n = (__pyx_f_5numpy_7ndarray_5shape_shape(((PyArrayObject *)__pyx_v_seqdatanum))[0]);
5453
5453
  __pyx_v_m = (__pyx_f_5numpy_7ndarray_5shape_shape(((PyArrayObject *)__pyx_v_seqdatanum))[1]);
5454
5454
 
5455
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":14
5455
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":16
5456
5456
  * cdef int i, j
5457
5457
  *
5458
5458
  * cdef cnp.ndarray[int32_t, ndim=2] ffill = seqdatanum # <<<<<<<<<<<<<<
@@ -5463,14 +5463,14 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5463
5463
  __Pyx_BufFmt_StackElem __pyx_stack[1];
5464
5464
  if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_ffill.rcbuffer->pybuffer, (PyObject*)((PyArrayObject *)__pyx_v_seqdatanum), &__Pyx_TypeInfo_nn_int32_t, PyBUF_FORMAT| PyBUF_STRIDES, 2, 0, __pyx_stack) == -1)) {
5465
5465
  __pyx_v_ffill = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_ffill.rcbuffer->pybuffer.buf = NULL;
5466
- __PYX_ERR(0, 14, __pyx_L1_error)
5466
+ __PYX_ERR(0, 16, __pyx_L1_error)
5467
5467
  } else {__pyx_pybuffernd_ffill.diminfo[0].strides = __pyx_pybuffernd_ffill.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_ffill.diminfo[0].shape = __pyx_pybuffernd_ffill.rcbuffer->pybuffer.shape[0]; __pyx_pybuffernd_ffill.diminfo[1].strides = __pyx_pybuffernd_ffill.rcbuffer->pybuffer.strides[1]; __pyx_pybuffernd_ffill.diminfo[1].shape = __pyx_pybuffernd_ffill.rcbuffer->pybuffer.shape[1];
5468
5468
  }
5469
5469
  }
5470
5470
  __Pyx_INCREF((PyObject *)__pyx_v_seqdatanum);
5471
5471
  __pyx_v_ffill = ((PyArrayObject *)__pyx_v_seqdatanum);
5472
5472
 
5473
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":15
5473
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":17
5474
5474
  *
5475
5475
  * cdef cnp.ndarray[int32_t, ndim=2] ffill = seqdatanum
5476
5476
  * cdef cnp.ndarray[char, ndim=2] boundaries = np.ones((n, 1), dtype=bool) # Fixed here # <<<<<<<<<<<<<<
@@ -5478,20 +5478,20 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5478
5478
  * for j in range(1, m):
5479
5479
  */
5480
5480
  __pyx_t_4 = NULL;
5481
- __Pyx_GetModuleGlobalName(__pyx_t_7, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 15, __pyx_L1_error)
5481
+ __Pyx_GetModuleGlobalName(__pyx_t_7, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 17, __pyx_L1_error)
5482
5482
  __Pyx_GOTREF(__pyx_t_7);
5483
- __pyx_t_8 = __Pyx_PyObject_GetAttrStr(__pyx_t_7, __pyx_mstate_global->__pyx_n_u_ones); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 15, __pyx_L1_error)
5483
+ __pyx_t_8 = __Pyx_PyObject_GetAttrStr(__pyx_t_7, __pyx_mstate_global->__pyx_n_u_ones); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 17, __pyx_L1_error)
5484
5484
  __Pyx_GOTREF(__pyx_t_8);
5485
5485
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
5486
- __pyx_t_7 = __Pyx_PyLong_From_int(__pyx_v_n); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 15, __pyx_L1_error)
5486
+ __pyx_t_7 = __Pyx_PyLong_From_int(__pyx_v_n); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 17, __pyx_L1_error)
5487
5487
  __Pyx_GOTREF(__pyx_t_7);
5488
- __pyx_t_5 = PyTuple_New(2); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 15, __pyx_L1_error)
5488
+ __pyx_t_5 = PyTuple_New(2); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 17, __pyx_L1_error)
5489
5489
  __Pyx_GOTREF(__pyx_t_5);
5490
5490
  __Pyx_GIVEREF(__pyx_t_7);
5491
- if (__Pyx_PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_7) != (0)) __PYX_ERR(0, 15, __pyx_L1_error);
5491
+ if (__Pyx_PyTuple_SET_ITEM(__pyx_t_5, 0, __pyx_t_7) != (0)) __PYX_ERR(0, 17, __pyx_L1_error);
5492
5492
  __Pyx_INCREF(__pyx_mstate_global->__pyx_int_1);
5493
5493
  __Pyx_GIVEREF(__pyx_mstate_global->__pyx_int_1);
5494
- if (__Pyx_PyTuple_SET_ITEM(__pyx_t_5, 1, __pyx_mstate_global->__pyx_int_1) != (0)) __PYX_ERR(0, 15, __pyx_L1_error);
5494
+ if (__Pyx_PyTuple_SET_ITEM(__pyx_t_5, 1, __pyx_mstate_global->__pyx_int_1) != (0)) __PYX_ERR(0, 17, __pyx_L1_error);
5495
5495
  __pyx_t_7 = 0;
5496
5496
  __pyx_t_6 = 1;
5497
5497
  #if CYTHON_UNPACK_METHODS
@@ -5507,30 +5507,30 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5507
5507
  #endif
5508
5508
  {
5509
5509
  PyObject *__pyx_callargs[2 + ((CYTHON_VECTORCALL) ? 1 : 0)] = {__pyx_t_4, __pyx_t_5};
5510
- __pyx_t_7 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 15, __pyx_L1_error)
5510
+ __pyx_t_7 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 17, __pyx_L1_error)
5511
5511
  __Pyx_GOTREF(__pyx_t_7);
5512
- if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_dtype, ((PyObject*)&PyBool_Type), __pyx_t_7, __pyx_callargs+2, 0) < 0) __PYX_ERR(0, 15, __pyx_L1_error)
5512
+ if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_dtype, ((PyObject*)&PyBool_Type), __pyx_t_7, __pyx_callargs+2, 0) < 0) __PYX_ERR(0, 17, __pyx_L1_error)
5513
5513
  __pyx_t_1 = __Pyx_Object_Vectorcall_CallFromBuilder(__pyx_t_8, __pyx_callargs+__pyx_t_6, (2-__pyx_t_6) | (__pyx_t_6*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET), __pyx_t_7);
5514
5514
  __Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;
5515
5515
  __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
5516
5516
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
5517
5517
  __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
5518
- if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 15, __pyx_L1_error)
5518
+ if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 17, __pyx_L1_error)
5519
5519
  __Pyx_GOTREF(__pyx_t_1);
5520
5520
  }
5521
- if (!(likely(((__pyx_t_1) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_1, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 15, __pyx_L1_error)
5521
+ if (!(likely(((__pyx_t_1) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_1, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 17, __pyx_L1_error)
5522
5522
  {
5523
5523
  __Pyx_BufFmt_StackElem __pyx_stack[1];
5524
5524
  if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_boundaries.rcbuffer->pybuffer, (PyObject*)((PyArrayObject *)__pyx_t_1), &__Pyx_TypeInfo_char, PyBUF_FORMAT| PyBUF_STRIDES, 2, 0, __pyx_stack) == -1)) {
5525
5525
  __pyx_v_boundaries = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_boundaries.rcbuffer->pybuffer.buf = NULL;
5526
- __PYX_ERR(0, 15, __pyx_L1_error)
5526
+ __PYX_ERR(0, 17, __pyx_L1_error)
5527
5527
  } else {__pyx_pybuffernd_boundaries.diminfo[0].strides = __pyx_pybuffernd_boundaries.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_boundaries.diminfo[0].shape = __pyx_pybuffernd_boundaries.rcbuffer->pybuffer.shape[0]; __pyx_pybuffernd_boundaries.diminfo[1].strides = __pyx_pybuffernd_boundaries.rcbuffer->pybuffer.strides[1]; __pyx_pybuffernd_boundaries.diminfo[1].shape = __pyx_pybuffernd_boundaries.rcbuffer->pybuffer.shape[1];
5528
5528
  }
5529
5529
  }
5530
5530
  __pyx_v_boundaries = ((PyArrayObject *)__pyx_t_1);
5531
5531
  __pyx_t_1 = 0;
5532
5532
 
5533
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":17
5533
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":19
5534
5534
  * cdef cnp.ndarray[char, ndim=2] boundaries = np.ones((n, 1), dtype=bool) # Fixed here
5535
5535
  *
5536
5536
  * for j in range(1, m): # <<<<<<<<<<<<<<
@@ -5542,67 +5542,67 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5542
5542
  for (__pyx_t_11 = 1; __pyx_t_11 < __pyx_t_10; __pyx_t_11+=1) {
5543
5543
  __pyx_v_j = __pyx_t_11;
5544
5544
 
5545
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":18
5545
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":20
5546
5546
  *
5547
5547
  * for j in range(1, m):
5548
5548
  * mask = (ffill[:, j] < 0) # <<<<<<<<<<<<<<
5549
5549
  * ffill[mask, j] = ffill[mask, j - 1]
5550
5550
  *
5551
5551
  */
5552
- __pyx_t_1 = __Pyx_PyLong_From_int(__pyx_v_j); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 18, __pyx_L1_error)
5552
+ __pyx_t_1 = __Pyx_PyLong_From_int(__pyx_v_j); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 20, __pyx_L1_error)
5553
5553
  __Pyx_GOTREF(__pyx_t_1);
5554
- __pyx_t_8 = PyTuple_New(2); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 18, __pyx_L1_error)
5554
+ __pyx_t_8 = PyTuple_New(2); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 20, __pyx_L1_error)
5555
5555
  __Pyx_GOTREF(__pyx_t_8);
5556
5556
  __Pyx_INCREF(__pyx_mstate_global->__pyx_slice[0]);
5557
5557
  __Pyx_GIVEREF(__pyx_mstate_global->__pyx_slice[0]);
5558
- if (__Pyx_PyTuple_SET_ITEM(__pyx_t_8, 0, __pyx_mstate_global->__pyx_slice[0]) != (0)) __PYX_ERR(0, 18, __pyx_L1_error);
5558
+ if (__Pyx_PyTuple_SET_ITEM(__pyx_t_8, 0, __pyx_mstate_global->__pyx_slice[0]) != (0)) __PYX_ERR(0, 20, __pyx_L1_error);
5559
5559
  __Pyx_GIVEREF(__pyx_t_1);
5560
- if (__Pyx_PyTuple_SET_ITEM(__pyx_t_8, 1, __pyx_t_1) != (0)) __PYX_ERR(0, 18, __pyx_L1_error);
5560
+ if (__Pyx_PyTuple_SET_ITEM(__pyx_t_8, 1, __pyx_t_1) != (0)) __PYX_ERR(0, 20, __pyx_L1_error);
5561
5561
  __pyx_t_1 = 0;
5562
- __pyx_t_1 = __Pyx_PyObject_GetItem(((PyObject *)__pyx_v_ffill), __pyx_t_8); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 18, __pyx_L1_error)
5562
+ __pyx_t_1 = __Pyx_PyObject_GetItem(((PyObject *)__pyx_v_ffill), __pyx_t_8); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 20, __pyx_L1_error)
5563
5563
  __Pyx_GOTREF(__pyx_t_1);
5564
5564
  __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
5565
- __pyx_t_8 = PyObject_RichCompare(__pyx_t_1, __pyx_mstate_global->__pyx_int_0, Py_LT); __Pyx_XGOTREF(__pyx_t_8); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 18, __pyx_L1_error)
5565
+ __pyx_t_8 = PyObject_RichCompare(__pyx_t_1, __pyx_mstate_global->__pyx_int_0, Py_LT); __Pyx_XGOTREF(__pyx_t_8); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 20, __pyx_L1_error)
5566
5566
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
5567
5567
  __Pyx_XDECREF_SET(__pyx_v_mask, __pyx_t_8);
5568
5568
  __pyx_t_8 = 0;
5569
5569
 
5570
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":19
5570
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":21
5571
5571
  * for j in range(1, m):
5572
5572
  * mask = (ffill[:, j] < 0)
5573
5573
  * ffill[mask, j] = ffill[mask, j - 1] # <<<<<<<<<<<<<<
5574
5574
  *
5575
5575
  * boundaries = np.concatenate([boundaries, ffill[:, 1:] != ffill[:, :-1]], axis=1)
5576
5576
  */
5577
- __pyx_t_8 = __Pyx_PyLong_From_long((__pyx_v_j - 1)); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 19, __pyx_L1_error)
5577
+ __pyx_t_8 = __Pyx_PyLong_From_long((__pyx_v_j - 1)); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 21, __pyx_L1_error)
5578
5578
  __Pyx_GOTREF(__pyx_t_8);
5579
- __pyx_t_1 = PyTuple_New(2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 19, __pyx_L1_error)
5579
+ __pyx_t_1 = PyTuple_New(2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 21, __pyx_L1_error)
5580
5580
  __Pyx_GOTREF(__pyx_t_1);
5581
5581
  __Pyx_INCREF(__pyx_v_mask);
5582
5582
  __Pyx_GIVEREF(__pyx_v_mask);
5583
- if (__Pyx_PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_v_mask) != (0)) __PYX_ERR(0, 19, __pyx_L1_error);
5583
+ if (__Pyx_PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_v_mask) != (0)) __PYX_ERR(0, 21, __pyx_L1_error);
5584
5584
  __Pyx_GIVEREF(__pyx_t_8);
5585
- if (__Pyx_PyTuple_SET_ITEM(__pyx_t_1, 1, __pyx_t_8) != (0)) __PYX_ERR(0, 19, __pyx_L1_error);
5585
+ if (__Pyx_PyTuple_SET_ITEM(__pyx_t_1, 1, __pyx_t_8) != (0)) __PYX_ERR(0, 21, __pyx_L1_error);
5586
5586
  __pyx_t_8 = 0;
5587
- __pyx_t_8 = __Pyx_PyObject_GetItem(((PyObject *)__pyx_v_ffill), __pyx_t_1); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 19, __pyx_L1_error)
5587
+ __pyx_t_8 = __Pyx_PyObject_GetItem(((PyObject *)__pyx_v_ffill), __pyx_t_1); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 21, __pyx_L1_error)
5588
5588
  __Pyx_GOTREF(__pyx_t_8);
5589
5589
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
5590
- __pyx_t_1 = __Pyx_PyLong_From_int(__pyx_v_j); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 19, __pyx_L1_error)
5590
+ __pyx_t_1 = __Pyx_PyLong_From_int(__pyx_v_j); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 21, __pyx_L1_error)
5591
5591
  __Pyx_GOTREF(__pyx_t_1);
5592
- __pyx_t_7 = PyTuple_New(2); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 19, __pyx_L1_error)
5592
+ __pyx_t_7 = PyTuple_New(2); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 21, __pyx_L1_error)
5593
5593
  __Pyx_GOTREF(__pyx_t_7);
5594
5594
  __Pyx_INCREF(__pyx_v_mask);
5595
5595
  __Pyx_GIVEREF(__pyx_v_mask);
5596
- if (__Pyx_PyTuple_SET_ITEM(__pyx_t_7, 0, __pyx_v_mask) != (0)) __PYX_ERR(0, 19, __pyx_L1_error);
5596
+ if (__Pyx_PyTuple_SET_ITEM(__pyx_t_7, 0, __pyx_v_mask) != (0)) __PYX_ERR(0, 21, __pyx_L1_error);
5597
5597
  __Pyx_GIVEREF(__pyx_t_1);
5598
- if (__Pyx_PyTuple_SET_ITEM(__pyx_t_7, 1, __pyx_t_1) != (0)) __PYX_ERR(0, 19, __pyx_L1_error);
5598
+ if (__Pyx_PyTuple_SET_ITEM(__pyx_t_7, 1, __pyx_t_1) != (0)) __PYX_ERR(0, 21, __pyx_L1_error);
5599
5599
  __pyx_t_1 = 0;
5600
- if (unlikely((PyObject_SetItem(((PyObject *)__pyx_v_ffill), __pyx_t_7, __pyx_t_8) < 0))) __PYX_ERR(0, 19, __pyx_L1_error)
5600
+ if (unlikely((PyObject_SetItem(((PyObject *)__pyx_v_ffill), __pyx_t_7, __pyx_t_8) < 0))) __PYX_ERR(0, 21, __pyx_L1_error)
5601
5601
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
5602
5602
  __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
5603
5603
  }
5604
5604
 
5605
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":21
5605
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":23
5606
5606
  * ffill[mask, j] = ffill[mask, j - 1]
5607
5607
  *
5608
5608
  * boundaries = np.concatenate([boundaries, ffill[:, 1:] != ffill[:, :-1]], axis=1) # <<<<<<<<<<<<<<
@@ -5610,25 +5610,25 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5610
5610
  * cdef list groups = [row[boundary & (row >= 0)] for row, boundary in zip(ffill, boundaries)]
5611
5611
  */
5612
5612
  __pyx_t_7 = NULL;
5613
- __Pyx_GetModuleGlobalName(__pyx_t_1, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 21, __pyx_L1_error)
5613
+ __Pyx_GetModuleGlobalName(__pyx_t_1, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 23, __pyx_L1_error)
5614
5614
  __Pyx_GOTREF(__pyx_t_1);
5615
- __pyx_t_5 = __Pyx_PyObject_GetAttrStr(__pyx_t_1, __pyx_mstate_global->__pyx_n_u_concatenate); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 21, __pyx_L1_error)
5615
+ __pyx_t_5 = __Pyx_PyObject_GetAttrStr(__pyx_t_1, __pyx_mstate_global->__pyx_n_u_concatenate); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 23, __pyx_L1_error)
5616
5616
  __Pyx_GOTREF(__pyx_t_5);
5617
5617
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
5618
- __pyx_t_1 = __Pyx_PyObject_GetItem(((PyObject *)__pyx_v_ffill), __pyx_mstate_global->__pyx_tuple[0]); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 21, __pyx_L1_error)
5618
+ __pyx_t_1 = __Pyx_PyObject_GetItem(((PyObject *)__pyx_v_ffill), __pyx_mstate_global->__pyx_tuple[0]); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 23, __pyx_L1_error)
5619
5619
  __Pyx_GOTREF(__pyx_t_1);
5620
- __pyx_t_4 = __Pyx_PyObject_GetItem(((PyObject *)__pyx_v_ffill), __pyx_mstate_global->__pyx_tuple[1]); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 21, __pyx_L1_error)
5620
+ __pyx_t_4 = __Pyx_PyObject_GetItem(((PyObject *)__pyx_v_ffill), __pyx_mstate_global->__pyx_tuple[1]); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 23, __pyx_L1_error)
5621
5621
  __Pyx_GOTREF(__pyx_t_4);
5622
- __pyx_t_12 = PyObject_RichCompare(__pyx_t_1, __pyx_t_4, Py_NE); __Pyx_XGOTREF(__pyx_t_12); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 21, __pyx_L1_error)
5622
+ __pyx_t_12 = PyObject_RichCompare(__pyx_t_1, __pyx_t_4, Py_NE); __Pyx_XGOTREF(__pyx_t_12); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 23, __pyx_L1_error)
5623
5623
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
5624
5624
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
5625
- __pyx_t_4 = PyList_New(2); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 21, __pyx_L1_error)
5625
+ __pyx_t_4 = PyList_New(2); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 23, __pyx_L1_error)
5626
5626
  __Pyx_GOTREF(__pyx_t_4);
5627
5627
  __Pyx_INCREF((PyObject *)__pyx_v_boundaries);
5628
5628
  __Pyx_GIVEREF((PyObject *)__pyx_v_boundaries);
5629
- if (__Pyx_PyList_SET_ITEM(__pyx_t_4, 0, ((PyObject *)__pyx_v_boundaries)) != (0)) __PYX_ERR(0, 21, __pyx_L1_error);
5629
+ if (__Pyx_PyList_SET_ITEM(__pyx_t_4, 0, ((PyObject *)__pyx_v_boundaries)) != (0)) __PYX_ERR(0, 23, __pyx_L1_error);
5630
5630
  __Pyx_GIVEREF(__pyx_t_12);
5631
- if (__Pyx_PyList_SET_ITEM(__pyx_t_4, 1, __pyx_t_12) != (0)) __PYX_ERR(0, 21, __pyx_L1_error);
5631
+ if (__Pyx_PyList_SET_ITEM(__pyx_t_4, 1, __pyx_t_12) != (0)) __PYX_ERR(0, 23, __pyx_L1_error);
5632
5632
  __pyx_t_12 = 0;
5633
5633
  __pyx_t_6 = 1;
5634
5634
  #if CYTHON_UNPACK_METHODS
@@ -5644,18 +5644,18 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5644
5644
  #endif
5645
5645
  {
5646
5646
  PyObject *__pyx_callargs[2 + ((CYTHON_VECTORCALL) ? 1 : 0)] = {__pyx_t_7, __pyx_t_4};
5647
- __pyx_t_12 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 21, __pyx_L1_error)
5647
+ __pyx_t_12 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 23, __pyx_L1_error)
5648
5648
  __Pyx_GOTREF(__pyx_t_12);
5649
- if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_axis, __pyx_mstate_global->__pyx_int_1, __pyx_t_12, __pyx_callargs+2, 0) < 0) __PYX_ERR(0, 21, __pyx_L1_error)
5649
+ if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_axis, __pyx_mstate_global->__pyx_int_1, __pyx_t_12, __pyx_callargs+2, 0) < 0) __PYX_ERR(0, 23, __pyx_L1_error)
5650
5650
  __pyx_t_8 = __Pyx_Object_Vectorcall_CallFromBuilder(__pyx_t_5, __pyx_callargs+__pyx_t_6, (2-__pyx_t_6) | (__pyx_t_6*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET), __pyx_t_12);
5651
5651
  __Pyx_XDECREF(__pyx_t_7); __pyx_t_7 = 0;
5652
5652
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
5653
5653
  __Pyx_DECREF(__pyx_t_12); __pyx_t_12 = 0;
5654
5654
  __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
5655
- if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 21, __pyx_L1_error)
5655
+ if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 23, __pyx_L1_error)
5656
5656
  __Pyx_GOTREF(__pyx_t_8);
5657
5657
  }
5658
- if (!(likely(((__pyx_t_8) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_8, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 21, __pyx_L1_error)
5658
+ if (!(likely(((__pyx_t_8) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_8, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 23, __pyx_L1_error)
5659
5659
  {
5660
5660
  __Pyx_BufFmt_StackElem __pyx_stack[1];
5661
5661
  __Pyx_SafeReleaseBuffer(&__pyx_pybuffernd_boundaries.rcbuffer->pybuffer);
@@ -5671,12 +5671,12 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5671
5671
  __pyx_t_13 = __pyx_t_14 = __pyx_t_15 = 0;
5672
5672
  }
5673
5673
  __pyx_pybuffernd_boundaries.diminfo[0].strides = __pyx_pybuffernd_boundaries.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_boundaries.diminfo[0].shape = __pyx_pybuffernd_boundaries.rcbuffer->pybuffer.shape[0]; __pyx_pybuffernd_boundaries.diminfo[1].strides = __pyx_pybuffernd_boundaries.rcbuffer->pybuffer.strides[1]; __pyx_pybuffernd_boundaries.diminfo[1].shape = __pyx_pybuffernd_boundaries.rcbuffer->pybuffer.shape[1];
5674
- if (unlikely((__pyx_t_9 < 0))) __PYX_ERR(0, 21, __pyx_L1_error)
5674
+ if (unlikely((__pyx_t_9 < 0))) __PYX_ERR(0, 23, __pyx_L1_error)
5675
5675
  }
5676
5676
  __Pyx_DECREF_SET(__pyx_v_boundaries, ((PyArrayObject *)__pyx_t_8));
5677
5677
  __pyx_t_8 = 0;
5678
5678
 
5679
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":23
5679
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":25
5680
5680
  * boundaries = np.concatenate([boundaries, ffill[:, 1:] != ffill[:, :-1]], axis=1)
5681
5681
  *
5682
5682
  * cdef list groups = [row[boundary & (row >= 0)] for row, boundary in zip(ffill, boundaries)] # <<<<<<<<<<<<<<
@@ -5684,7 +5684,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5684
5684
  *
5685
5685
  */
5686
5686
  { /* enter inner scope */
5687
- __pyx_t_8 = PyList_New(0); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 23, __pyx_L8_error)
5687
+ __pyx_t_8 = PyList_New(0); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 25, __pyx_L8_error)
5688
5688
  __Pyx_GOTREF(__pyx_t_8);
5689
5689
  __pyx_t_12 = NULL;
5690
5690
  __Pyx_INCREF(__pyx_builtin_zip);
@@ -5695,7 +5695,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5695
5695
  __pyx_t_5 = __Pyx_PyObject_FastCall(__pyx_t_4, __pyx_callargs+__pyx_t_6, (3-__pyx_t_6) | (__pyx_t_6*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET));
5696
5696
  __Pyx_XDECREF(__pyx_t_12); __pyx_t_12 = 0;
5697
5697
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
5698
- if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 23, __pyx_L8_error)
5698
+ if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 25, __pyx_L8_error)
5699
5699
  __Pyx_GOTREF(__pyx_t_5);
5700
5700
  }
5701
5701
  if (likely(PyList_CheckExact(__pyx_t_5)) || PyTuple_CheckExact(__pyx_t_5)) {
@@ -5703,9 +5703,9 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5703
5703
  __pyx_t_16 = 0;
5704
5704
  __pyx_t_17 = NULL;
5705
5705
  } else {
5706
- __pyx_t_16 = -1; __pyx_t_4 = PyObject_GetIter(__pyx_t_5); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 23, __pyx_L8_error)
5706
+ __pyx_t_16 = -1; __pyx_t_4 = PyObject_GetIter(__pyx_t_5); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 25, __pyx_L8_error)
5707
5707
  __Pyx_GOTREF(__pyx_t_4);
5708
- __pyx_t_17 = (CYTHON_COMPILING_IN_LIMITED_API) ? PyIter_Next : __Pyx_PyObject_GetIterNextFunc(__pyx_t_4); if (unlikely(!__pyx_t_17)) __PYX_ERR(0, 23, __pyx_L8_error)
5708
+ __pyx_t_17 = (CYTHON_COMPILING_IN_LIMITED_API) ? PyIter_Next : __Pyx_PyObject_GetIterNextFunc(__pyx_t_4); if (unlikely(!__pyx_t_17)) __PYX_ERR(0, 25, __pyx_L8_error)
5709
5709
  }
5710
5710
  __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
5711
5711
  for (;;) {
@@ -5714,7 +5714,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5714
5714
  {
5715
5715
  Py_ssize_t __pyx_temp = __Pyx_PyList_GET_SIZE(__pyx_t_4);
5716
5716
  #if !CYTHON_ASSUME_SAFE_SIZE
5717
- if (unlikely((__pyx_temp < 0))) __PYX_ERR(0, 23, __pyx_L8_error)
5717
+ if (unlikely((__pyx_temp < 0))) __PYX_ERR(0, 25, __pyx_L8_error)
5718
5718
  #endif
5719
5719
  if (__pyx_t_16 >= __pyx_temp) break;
5720
5720
  }
@@ -5724,7 +5724,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5724
5724
  {
5725
5725
  Py_ssize_t __pyx_temp = __Pyx_PyTuple_GET_SIZE(__pyx_t_4);
5726
5726
  #if !CYTHON_ASSUME_SAFE_SIZE
5727
- if (unlikely((__pyx_temp < 0))) __PYX_ERR(0, 23, __pyx_L8_error)
5727
+ if (unlikely((__pyx_temp < 0))) __PYX_ERR(0, 25, __pyx_L8_error)
5728
5728
  #endif
5729
5729
  if (__pyx_t_16 >= __pyx_temp) break;
5730
5730
  }
@@ -5735,13 +5735,13 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5735
5735
  #endif
5736
5736
  ++__pyx_t_16;
5737
5737
  }
5738
- if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 23, __pyx_L8_error)
5738
+ if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 25, __pyx_L8_error)
5739
5739
  } else {
5740
5740
  __pyx_t_5 = __pyx_t_17(__pyx_t_4);
5741
5741
  if (unlikely(!__pyx_t_5)) {
5742
5742
  PyObject* exc_type = PyErr_Occurred();
5743
5743
  if (exc_type) {
5744
- if (unlikely(!__Pyx_PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) __PYX_ERR(0, 23, __pyx_L8_error)
5744
+ if (unlikely(!__Pyx_PyErr_GivenExceptionMatches(exc_type, PyExc_StopIteration))) __PYX_ERR(0, 25, __pyx_L8_error)
5745
5745
  PyErr_Clear();
5746
5746
  }
5747
5747
  break;
@@ -5754,7 +5754,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5754
5754
  if (unlikely(size != 2)) {
5755
5755
  if (size > 2) __Pyx_RaiseTooManyValuesError(2);
5756
5756
  else if (size >= 0) __Pyx_RaiseNeedMoreValuesError(size);
5757
- __PYX_ERR(0, 23, __pyx_L8_error)
5757
+ __PYX_ERR(0, 25, __pyx_L8_error)
5758
5758
  }
5759
5759
  #if CYTHON_ASSUME_SAFE_MACROS && !CYTHON_AVOID_BORROWED_REFS
5760
5760
  if (likely(PyTuple_CheckExact(sequence))) {
@@ -5764,22 +5764,22 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5764
5764
  __Pyx_INCREF(__pyx_t_7);
5765
5765
  } else {
5766
5766
  __pyx_t_12 = __Pyx_PyList_GetItemRef(sequence, 0);
5767
- if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 23, __pyx_L8_error)
5767
+ if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 25, __pyx_L8_error)
5768
5768
  __Pyx_XGOTREF(__pyx_t_12);
5769
5769
  __pyx_t_7 = __Pyx_PyList_GetItemRef(sequence, 1);
5770
- if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 23, __pyx_L8_error)
5770
+ if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 25, __pyx_L8_error)
5771
5771
  __Pyx_XGOTREF(__pyx_t_7);
5772
5772
  }
5773
5773
  #else
5774
- __pyx_t_12 = __Pyx_PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 23, __pyx_L8_error)
5774
+ __pyx_t_12 = __Pyx_PySequence_ITEM(sequence, 0); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 25, __pyx_L8_error)
5775
5775
  __Pyx_GOTREF(__pyx_t_12);
5776
- __pyx_t_7 = __Pyx_PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 23, __pyx_L8_error)
5776
+ __pyx_t_7 = __Pyx_PySequence_ITEM(sequence, 1); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 25, __pyx_L8_error)
5777
5777
  __Pyx_GOTREF(__pyx_t_7);
5778
5778
  #endif
5779
5779
  __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
5780
5780
  } else {
5781
5781
  Py_ssize_t index = -1;
5782
- __pyx_t_1 = PyObject_GetIter(__pyx_t_5); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 23, __pyx_L8_error)
5782
+ __pyx_t_1 = PyObject_GetIter(__pyx_t_5); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 25, __pyx_L8_error)
5783
5783
  __Pyx_GOTREF(__pyx_t_1);
5784
5784
  __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
5785
5785
  __pyx_t_18 = (CYTHON_COMPILING_IN_LIMITED_API) ? PyIter_Next : __Pyx_PyObject_GetIterNextFunc(__pyx_t_1);
@@ -5787,7 +5787,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5787
5787
  __Pyx_GOTREF(__pyx_t_12);
5788
5788
  index = 1; __pyx_t_7 = __pyx_t_18(__pyx_t_1); if (unlikely(!__pyx_t_7)) goto __pyx_L11_unpacking_failed;
5789
5789
  __Pyx_GOTREF(__pyx_t_7);
5790
- if (__Pyx_IternextUnpackEndCheck(__pyx_t_18(__pyx_t_1), 2) < 0) __PYX_ERR(0, 23, __pyx_L8_error)
5790
+ if (__Pyx_IternextUnpackEndCheck(__pyx_t_18(__pyx_t_1), 2) < 0) __PYX_ERR(0, 25, __pyx_L8_error)
5791
5791
  __pyx_t_18 = NULL;
5792
5792
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
5793
5793
  goto __pyx_L12_unpacking_done;
@@ -5795,21 +5795,21 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5795
5795
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
5796
5796
  __pyx_t_18 = NULL;
5797
5797
  if (__Pyx_IterFinish() == 0) __Pyx_RaiseNeedMoreValuesError(index);
5798
- __PYX_ERR(0, 23, __pyx_L8_error)
5798
+ __PYX_ERR(0, 25, __pyx_L8_error)
5799
5799
  __pyx_L12_unpacking_done:;
5800
5800
  }
5801
5801
  __Pyx_XDECREF_SET(__pyx_7genexpr__pyx_v_row, __pyx_t_12);
5802
5802
  __pyx_t_12 = 0;
5803
5803
  __Pyx_XDECREF_SET(__pyx_7genexpr__pyx_v_boundary, __pyx_t_7);
5804
5804
  __pyx_t_7 = 0;
5805
- __pyx_t_5 = PyObject_RichCompare(__pyx_7genexpr__pyx_v_row, __pyx_mstate_global->__pyx_int_0, Py_GE); __Pyx_XGOTREF(__pyx_t_5); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 23, __pyx_L8_error)
5806
- __pyx_t_7 = PyNumber_And(__pyx_7genexpr__pyx_v_boundary, __pyx_t_5); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 23, __pyx_L8_error)
5805
+ __pyx_t_5 = PyObject_RichCompare(__pyx_7genexpr__pyx_v_row, __pyx_mstate_global->__pyx_int_0, Py_GE); __Pyx_XGOTREF(__pyx_t_5); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 25, __pyx_L8_error)
5806
+ __pyx_t_7 = PyNumber_And(__pyx_7genexpr__pyx_v_boundary, __pyx_t_5); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 25, __pyx_L8_error)
5807
5807
  __Pyx_GOTREF(__pyx_t_7);
5808
5808
  __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
5809
- __pyx_t_5 = __Pyx_PyObject_GetItem(__pyx_7genexpr__pyx_v_row, __pyx_t_7); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 23, __pyx_L8_error)
5809
+ __pyx_t_5 = __Pyx_PyObject_GetItem(__pyx_7genexpr__pyx_v_row, __pyx_t_7); if (unlikely(!__pyx_t_5)) __PYX_ERR(0, 25, __pyx_L8_error)
5810
5810
  __Pyx_GOTREF(__pyx_t_5);
5811
5811
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
5812
- if (unlikely(__Pyx_ListComp_Append(__pyx_t_8, (PyObject*)__pyx_t_5))) __PYX_ERR(0, 23, __pyx_L8_error)
5812
+ if (unlikely(__Pyx_ListComp_Append(__pyx_t_8, (PyObject*)__pyx_t_5))) __PYX_ERR(0, 25, __pyx_L8_error)
5813
5813
  __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
5814
5814
  }
5815
5815
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
@@ -5825,7 +5825,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5825
5825
  __pyx_v_groups = ((PyObject*)__pyx_t_8);
5826
5826
  __pyx_t_8 = 0;
5827
5827
 
5828
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":24
5828
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":26
5829
5829
  *
5830
5830
  * cdef list groups = [row[boundary & (row >= 0)] for row, boundary in zip(ffill, boundaries)]
5831
5831
  * cdef int max_groups = max(len(g) for g in groups) # <<<<<<<<<<<<<<
@@ -5835,7 +5835,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5835
5835
  __pyx_t_4 = NULL;
5836
5836
  __Pyx_INCREF(__pyx_builtin_max);
5837
5837
  __pyx_t_5 = __pyx_builtin_max;
5838
- __pyx_t_7 = __pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_6seqdss_genexpr(NULL, __pyx_v_groups); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 24, __pyx_L1_error)
5838
+ __pyx_t_7 = __pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_6seqdss_genexpr(NULL, __pyx_v_groups); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 26, __pyx_L1_error)
5839
5839
  __Pyx_GOTREF(__pyx_t_7);
5840
5840
  __pyx_t_6 = 1;
5841
5841
  {
@@ -5844,14 +5844,14 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5844
5844
  __Pyx_XDECREF(__pyx_t_4); __pyx_t_4 = 0;
5845
5845
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
5846
5846
  __Pyx_DECREF(__pyx_t_5); __pyx_t_5 = 0;
5847
- if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 24, __pyx_L1_error)
5847
+ if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 26, __pyx_L1_error)
5848
5848
  __Pyx_GOTREF(__pyx_t_8);
5849
5849
  }
5850
- __pyx_t_9 = __Pyx_PyLong_As_int(__pyx_t_8); if (unlikely((__pyx_t_9 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 24, __pyx_L1_error)
5850
+ __pyx_t_9 = __Pyx_PyLong_As_int(__pyx_t_8); if (unlikely((__pyx_t_9 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 26, __pyx_L1_error)
5851
5851
  __Pyx_DECREF(__pyx_t_8); __pyx_t_8 = 0;
5852
5852
  __pyx_v_max_groups = __pyx_t_9;
5853
5853
 
5854
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":27
5854
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":29
5855
5855
  *
5856
5856
  * # int32np.nanint32
5857
5857
  * cdef cnp.ndarray[int32_t, ndim=2] result = np.full((n, max_groups), -999, dtype=np.int32) # <<<<<<<<<<<<<<
@@ -5859,26 +5859,26 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5859
5859
  * for i in range(n):
5860
5860
  */
5861
5861
  __pyx_t_5 = NULL;
5862
- __Pyx_GetModuleGlobalName(__pyx_t_7, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 27, __pyx_L1_error)
5862
+ __Pyx_GetModuleGlobalName(__pyx_t_7, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 29, __pyx_L1_error)
5863
5863
  __Pyx_GOTREF(__pyx_t_7);
5864
- __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_7, __pyx_mstate_global->__pyx_n_u_full); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 27, __pyx_L1_error)
5864
+ __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_7, __pyx_mstate_global->__pyx_n_u_full); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 29, __pyx_L1_error)
5865
5865
  __Pyx_GOTREF(__pyx_t_4);
5866
5866
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
5867
- __pyx_t_7 = __Pyx_PyLong_From_int(__pyx_v_n); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 27, __pyx_L1_error)
5867
+ __pyx_t_7 = __Pyx_PyLong_From_int(__pyx_v_n); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 29, __pyx_L1_error)
5868
5868
  __Pyx_GOTREF(__pyx_t_7);
5869
- __pyx_t_12 = __Pyx_PyLong_From_int(__pyx_v_max_groups); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 27, __pyx_L1_error)
5869
+ __pyx_t_12 = __Pyx_PyLong_From_int(__pyx_v_max_groups); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 29, __pyx_L1_error)
5870
5870
  __Pyx_GOTREF(__pyx_t_12);
5871
- __pyx_t_1 = PyTuple_New(2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 27, __pyx_L1_error)
5871
+ __pyx_t_1 = PyTuple_New(2); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 29, __pyx_L1_error)
5872
5872
  __Pyx_GOTREF(__pyx_t_1);
5873
5873
  __Pyx_GIVEREF(__pyx_t_7);
5874
- if (__Pyx_PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_t_7) != (0)) __PYX_ERR(0, 27, __pyx_L1_error);
5874
+ if (__Pyx_PyTuple_SET_ITEM(__pyx_t_1, 0, __pyx_t_7) != (0)) __PYX_ERR(0, 29, __pyx_L1_error);
5875
5875
  __Pyx_GIVEREF(__pyx_t_12);
5876
- if (__Pyx_PyTuple_SET_ITEM(__pyx_t_1, 1, __pyx_t_12) != (0)) __PYX_ERR(0, 27, __pyx_L1_error);
5876
+ if (__Pyx_PyTuple_SET_ITEM(__pyx_t_1, 1, __pyx_t_12) != (0)) __PYX_ERR(0, 29, __pyx_L1_error);
5877
5877
  __pyx_t_7 = 0;
5878
5878
  __pyx_t_12 = 0;
5879
- __Pyx_GetModuleGlobalName(__pyx_t_12, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 27, __pyx_L1_error)
5879
+ __Pyx_GetModuleGlobalName(__pyx_t_12, __pyx_mstate_global->__pyx_n_u_np); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 29, __pyx_L1_error)
5880
5880
  __Pyx_GOTREF(__pyx_t_12);
5881
- __pyx_t_7 = __Pyx_PyObject_GetAttrStr(__pyx_t_12, __pyx_mstate_global->__pyx_n_u_int32); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 27, __pyx_L1_error)
5881
+ __pyx_t_7 = __Pyx_PyObject_GetAttrStr(__pyx_t_12, __pyx_mstate_global->__pyx_n_u_int32); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 29, __pyx_L1_error)
5882
5882
  __Pyx_GOTREF(__pyx_t_7);
5883
5883
  __Pyx_DECREF(__pyx_t_12); __pyx_t_12 = 0;
5884
5884
  __pyx_t_6 = 1;
@@ -5895,31 +5895,31 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5895
5895
  #endif
5896
5896
  {
5897
5897
  PyObject *__pyx_callargs[3 + ((CYTHON_VECTORCALL) ? 1 : 0)] = {__pyx_t_5, __pyx_t_1, __pyx_mstate_global->__pyx_int_neg_999};
5898
- __pyx_t_12 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 27, __pyx_L1_error)
5898
+ __pyx_t_12 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 29, __pyx_L1_error)
5899
5899
  __Pyx_GOTREF(__pyx_t_12);
5900
- if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_dtype, __pyx_t_7, __pyx_t_12, __pyx_callargs+3, 0) < 0) __PYX_ERR(0, 27, __pyx_L1_error)
5900
+ if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_dtype, __pyx_t_7, __pyx_t_12, __pyx_callargs+3, 0) < 0) __PYX_ERR(0, 29, __pyx_L1_error)
5901
5901
  __pyx_t_8 = __Pyx_Object_Vectorcall_CallFromBuilder(__pyx_t_4, __pyx_callargs+__pyx_t_6, (3-__pyx_t_6) | (__pyx_t_6*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET), __pyx_t_12);
5902
5902
  __Pyx_XDECREF(__pyx_t_5); __pyx_t_5 = 0;
5903
5903
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
5904
5904
  __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0;
5905
5905
  __Pyx_DECREF(__pyx_t_12); __pyx_t_12 = 0;
5906
5906
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
5907
- if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 27, __pyx_L1_error)
5907
+ if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 29, __pyx_L1_error)
5908
5908
  __Pyx_GOTREF(__pyx_t_8);
5909
5909
  }
5910
- if (!(likely(((__pyx_t_8) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_8, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 27, __pyx_L1_error)
5910
+ if (!(likely(((__pyx_t_8) == Py_None) || likely(__Pyx_TypeTest(__pyx_t_8, __pyx_mstate_global->__pyx_ptype_5numpy_ndarray))))) __PYX_ERR(0, 29, __pyx_L1_error)
5911
5911
  {
5912
5912
  __Pyx_BufFmt_StackElem __pyx_stack[1];
5913
5913
  if (unlikely(__Pyx_GetBufferAndValidate(&__pyx_pybuffernd_result.rcbuffer->pybuffer, (PyObject*)((PyArrayObject *)__pyx_t_8), &__Pyx_TypeInfo_nn_int32_t, PyBUF_FORMAT| PyBUF_STRIDES, 2, 0, __pyx_stack) == -1)) {
5914
5914
  __pyx_v_result = ((PyArrayObject *)Py_None); __Pyx_INCREF(Py_None); __pyx_pybuffernd_result.rcbuffer->pybuffer.buf = NULL;
5915
- __PYX_ERR(0, 27, __pyx_L1_error)
5915
+ __PYX_ERR(0, 29, __pyx_L1_error)
5916
5916
  } else {__pyx_pybuffernd_result.diminfo[0].strides = __pyx_pybuffernd_result.rcbuffer->pybuffer.strides[0]; __pyx_pybuffernd_result.diminfo[0].shape = __pyx_pybuffernd_result.rcbuffer->pybuffer.shape[0]; __pyx_pybuffernd_result.diminfo[1].strides = __pyx_pybuffernd_result.rcbuffer->pybuffer.strides[1]; __pyx_pybuffernd_result.diminfo[1].shape = __pyx_pybuffernd_result.rcbuffer->pybuffer.shape[1];
5917
5917
  }
5918
5918
  }
5919
5919
  __pyx_v_result = ((PyArrayObject *)__pyx_t_8);
5920
5920
  __pyx_t_8 = 0;
5921
5921
 
5922
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":29
5922
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":31
5923
5923
  * cdef cnp.ndarray[int32_t, ndim=2] result = np.full((n, max_groups), -999, dtype=np.int32)
5924
5924
  *
5925
5925
  * for i in range(n): # <<<<<<<<<<<<<<
@@ -5931,46 +5931,46 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5931
5931
  for (__pyx_t_11 = 0; __pyx_t_11 < __pyx_t_10; __pyx_t_11+=1) {
5932
5932
  __pyx_v_i = __pyx_t_11;
5933
5933
 
5934
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":30
5934
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":32
5935
5935
  *
5936
5936
  * for i in range(n):
5937
5937
  * g = groups[i] # <<<<<<<<<<<<<<
5938
5938
  * result[i, :len(g)] = g
5939
5939
  *
5940
5940
  */
5941
- __pyx_t_8 = __Pyx_GetItemInt_List(__pyx_v_groups, __pyx_v_i, int, 1, __Pyx_PyLong_From_int, 1, 1, 1, 1); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 30, __pyx_L1_error)
5941
+ __pyx_t_8 = __Pyx_GetItemInt_List(__pyx_v_groups, __pyx_v_i, int, 1, __Pyx_PyLong_From_int, 1, 1, 1, 1); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 32, __pyx_L1_error)
5942
5942
  __Pyx_GOTREF(__pyx_t_8);
5943
5943
  __Pyx_XDECREF_SET(__pyx_v_g, __pyx_t_8);
5944
5944
  __pyx_t_8 = 0;
5945
5945
 
5946
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":31
5946
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":33
5947
5947
  * for i in range(n):
5948
5948
  * g = groups[i]
5949
5949
  * result[i, :len(g)] = g # <<<<<<<<<<<<<<
5950
5950
  *
5951
5951
  * return result
5952
5952
  */
5953
- __pyx_t_8 = __Pyx_PyLong_From_int(__pyx_v_i); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 31, __pyx_L1_error)
5953
+ __pyx_t_8 = __Pyx_PyLong_From_int(__pyx_v_i); if (unlikely(!__pyx_t_8)) __PYX_ERR(0, 33, __pyx_L1_error)
5954
5954
  __Pyx_GOTREF(__pyx_t_8);
5955
- __pyx_t_16 = PyObject_Length(__pyx_v_g); if (unlikely(__pyx_t_16 == ((Py_ssize_t)-1))) __PYX_ERR(0, 31, __pyx_L1_error)
5956
- __pyx_t_4 = PyLong_FromSsize_t(__pyx_t_16); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 31, __pyx_L1_error)
5955
+ __pyx_t_16 = PyObject_Length(__pyx_v_g); if (unlikely(__pyx_t_16 == ((Py_ssize_t)-1))) __PYX_ERR(0, 33, __pyx_L1_error)
5956
+ __pyx_t_4 = PyLong_FromSsize_t(__pyx_t_16); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 33, __pyx_L1_error)
5957
5957
  __Pyx_GOTREF(__pyx_t_4);
5958
- __pyx_t_12 = PySlice_New(Py_None, __pyx_t_4, Py_None); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 31, __pyx_L1_error)
5958
+ __pyx_t_12 = PySlice_New(Py_None, __pyx_t_4, Py_None); if (unlikely(!__pyx_t_12)) __PYX_ERR(0, 33, __pyx_L1_error)
5959
5959
  __Pyx_GOTREF(__pyx_t_12);
5960
5960
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
5961
- __pyx_t_4 = PyTuple_New(2); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 31, __pyx_L1_error)
5961
+ __pyx_t_4 = PyTuple_New(2); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 33, __pyx_L1_error)
5962
5962
  __Pyx_GOTREF(__pyx_t_4);
5963
5963
  __Pyx_GIVEREF(__pyx_t_8);
5964
- if (__Pyx_PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_8) != (0)) __PYX_ERR(0, 31, __pyx_L1_error);
5964
+ if (__Pyx_PyTuple_SET_ITEM(__pyx_t_4, 0, __pyx_t_8) != (0)) __PYX_ERR(0, 33, __pyx_L1_error);
5965
5965
  __Pyx_GIVEREF(__pyx_t_12);
5966
- if (__Pyx_PyTuple_SET_ITEM(__pyx_t_4, 1, __pyx_t_12) != (0)) __PYX_ERR(0, 31, __pyx_L1_error);
5966
+ if (__Pyx_PyTuple_SET_ITEM(__pyx_t_4, 1, __pyx_t_12) != (0)) __PYX_ERR(0, 33, __pyx_L1_error);
5967
5967
  __pyx_t_8 = 0;
5968
5968
  __pyx_t_12 = 0;
5969
- if (unlikely((PyObject_SetItem(((PyObject *)__pyx_v_result), __pyx_t_4, __pyx_v_g) < 0))) __PYX_ERR(0, 31, __pyx_L1_error)
5969
+ if (unlikely((PyObject_SetItem(((PyObject *)__pyx_v_result), __pyx_t_4, __pyx_v_g) < 0))) __PYX_ERR(0, 33, __pyx_L1_error)
5970
5970
  __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0;
5971
5971
  }
5972
5972
 
5973
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":33
5973
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":35
5974
5974
  * result[i, :len(g)] = g
5975
5975
  *
5976
5976
  * return result # <<<<<<<<<<<<<<
@@ -5980,7 +5980,7 @@ static PyObject *__pyx_pf_8sequenzo_22dissimilarity_measures_5utils_6seqdss_seqd
5980
5980
  __pyx_r = ((PyObject *)__pyx_v_result);
5981
5981
  goto __pyx_L0;
5982
5982
 
5983
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":6
5983
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":8
5984
5984
  * from libc.stdint cimport int32_t
5985
5985
  *
5986
5986
  * def seqdss(seqdata): # <<<<<<<<<<<<<<
@@ -6248,15 +6248,15 @@ static int __Pyx_modinit_type_init_code(__pyx_mstatetype *__pyx_mstate) {
6248
6248
  __Pyx_RefNannySetupContext("__Pyx_modinit_type_init_code", 0);
6249
6249
  /*--- Type init code ---*/
6250
6250
  #if CYTHON_USE_TYPE_SPECS
6251
- __pyx_mstate->__pyx_ptype_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr = (PyTypeObject *) __Pyx_PyType_FromModuleAndSpec(__pyx_m, &__pyx_type_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr_spec, NULL); if (unlikely(!__pyx_mstate->__pyx_ptype_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr)) __PYX_ERR(0, 24, __pyx_L1_error)
6252
- if (__Pyx_fix_up_extension_type_from_spec(&__pyx_type_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr_spec, __pyx_mstate->__pyx_ptype_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr) < 0) __PYX_ERR(0, 24, __pyx_L1_error)
6251
+ __pyx_mstate->__pyx_ptype_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr = (PyTypeObject *) __Pyx_PyType_FromModuleAndSpec(__pyx_m, &__pyx_type_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr_spec, NULL); if (unlikely(!__pyx_mstate->__pyx_ptype_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr)) __PYX_ERR(0, 26, __pyx_L1_error)
6252
+ if (__Pyx_fix_up_extension_type_from_spec(&__pyx_type_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr_spec, __pyx_mstate->__pyx_ptype_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr) < 0) __PYX_ERR(0, 26, __pyx_L1_error)
6253
6253
  #else
6254
6254
  __pyx_mstate->__pyx_ptype_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr = &__pyx_type_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr;
6255
6255
  #endif
6256
6256
  #if !CYTHON_COMPILING_IN_LIMITED_API
6257
6257
  #endif
6258
6258
  #if !CYTHON_USE_TYPE_SPECS
6259
- if (__Pyx_PyType_Ready(__pyx_mstate->__pyx_ptype_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr) < 0) __PYX_ERR(0, 24, __pyx_L1_error)
6259
+ if (__Pyx_PyType_Ready(__pyx_mstate->__pyx_ptype_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr) < 0) __PYX_ERR(0, 26, __pyx_L1_error)
6260
6260
  #endif
6261
6261
  #if !CYTHON_COMPILING_IN_LIMITED_API
6262
6262
  if ((CYTHON_USE_TYPE_SLOTS && CYTHON_USE_PYTYPE_LOOKUP) && likely(!__pyx_mstate->__pyx_ptype_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr->tp_dictoffset && __pyx_mstate->__pyx_ptype_8sequenzo_22dissimilarity_measures_5utils_6seqdss___pyx_scope_struct__genexpr->tp_getattro == PyObject_GenericGetAttr)) {
@@ -6738,50 +6738,51 @@ __Pyx_RefNannySetupContext("PyInit_seqdss", 0);
6738
6738
  (void)__Pyx_modinit_function_import_code(__pyx_mstate);
6739
6739
  /*--- Execution code ---*/
6740
6740
 
6741
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":1
6741
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":2
6742
+ * # cython: np_import_array=True
6742
6743
  * import numpy as np # <<<<<<<<<<<<<<
6743
6744
  * cimport numpy as cnp
6744
- * from sequenzo.define_sequence_data import SequenceData
6745
+ *
6745
6746
  */
6746
- __pyx_t_2 = __Pyx_ImportDottedModule(__pyx_mstate_global->__pyx_n_u_numpy, NULL); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error)
6747
+ __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)
6747
6748
  __Pyx_GOTREF(__pyx_t_2);
6748
- if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_np, __pyx_t_2) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
6749
+ if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_np, __pyx_t_2) < 0) __PYX_ERR(0, 2, __pyx_L1_error)
6749
6750
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
6750
6751
 
6751
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":3
6752
- * import numpy as np
6752
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":5
6753
6753
  * cimport numpy as cnp
6754
+ *
6754
6755
  * from sequenzo.define_sequence_data import SequenceData # <<<<<<<<<<<<<<
6755
6756
  * from libc.stdint cimport int32_t
6756
6757
  *
6757
6758
  */
6758
- __pyx_t_2 = __Pyx_PyList_Pack(1, __pyx_mstate_global->__pyx_n_u_SequenceData); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 3, __pyx_L1_error)
6759
+ __pyx_t_2 = __Pyx_PyList_Pack(1, __pyx_mstate_global->__pyx_n_u_SequenceData); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 5, __pyx_L1_error)
6759
6760
  __Pyx_GOTREF(__pyx_t_2);
6760
- __pyx_t_3 = __Pyx_Import(__pyx_mstate_global->__pyx_n_u_sequenzo_define_sequence_data, __pyx_t_2, 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 3, __pyx_L1_error)
6761
+ __pyx_t_3 = __Pyx_Import(__pyx_mstate_global->__pyx_n_u_sequenzo_define_sequence_data, __pyx_t_2, 0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 5, __pyx_L1_error)
6761
6762
  __Pyx_GOTREF(__pyx_t_3);
6762
6763
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
6763
- __pyx_t_2 = __Pyx_ImportFrom(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_SequenceData); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 3, __pyx_L1_error)
6764
+ __pyx_t_2 = __Pyx_ImportFrom(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_SequenceData); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 5, __pyx_L1_error)
6764
6765
  __Pyx_GOTREF(__pyx_t_2);
6765
- if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_SequenceData, __pyx_t_2) < 0) __PYX_ERR(0, 3, __pyx_L1_error)
6766
+ if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_SequenceData, __pyx_t_2) < 0) __PYX_ERR(0, 5, __pyx_L1_error)
6766
6767
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;
6767
6768
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
6768
6769
 
6769
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":6
6770
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":8
6770
6771
  * from libc.stdint cimport int32_t
6771
6772
  *
6772
6773
  * def seqdss(seqdata): # <<<<<<<<<<<<<<
6773
6774
  * if not isinstance(seqdata, SequenceData):
6774
6775
  * raise ValueError("[!] data is NOT a sequence object, see SequenceData to create one.")
6775
6776
  */
6776
- __pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_8sequenzo_22dissimilarity_measures_5utils_6seqdss_1seqdss, 0, __pyx_mstate_global->__pyx_n_u_seqdss, NULL, __pyx_mstate_global->__pyx_n_u_sequenzo_dissimilarity_measures, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[1])); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 6, __pyx_L1_error)
6777
+ __pyx_t_3 = __Pyx_CyFunction_New(&__pyx_mdef_8sequenzo_22dissimilarity_measures_5utils_6seqdss_1seqdss, 0, __pyx_mstate_global->__pyx_n_u_seqdss, NULL, __pyx_mstate_global->__pyx_n_u_sequenzo_dissimilarity_measures, __pyx_mstate_global->__pyx_d, ((PyObject *)__pyx_mstate_global->__pyx_codeobj_tab[1])); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 8, __pyx_L1_error)
6777
6778
  __Pyx_GOTREF(__pyx_t_3);
6778
- if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_seqdss, __pyx_t_3) < 0) __PYX_ERR(0, 6, __pyx_L1_error)
6779
+ if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_seqdss, __pyx_t_3) < 0) __PYX_ERR(0, 8, __pyx_L1_error)
6779
6780
  __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0;
6780
6781
 
6781
6782
  /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":1
6782
- * import numpy as np # <<<<<<<<<<<<<<
6783
+ * # cython: np_import_array=True # <<<<<<<<<<<<<<
6784
+ * import numpy as np
6783
6785
  * cimport numpy as cnp
6784
- * from sequenzo.define_sequence_data import SequenceData
6785
6786
  */
6786
6787
  __pyx_t_3 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1, __pyx_L1_error)
6787
6788
  __Pyx_GOTREF(__pyx_t_3);
@@ -6922,10 +6923,10 @@ static int __Pyx_InitStrings(__Pyx_StringTabEntry const *t, PyObject **target, c
6922
6923
 
6923
6924
  static int __Pyx_InitCachedBuiltins(__pyx_mstatetype *__pyx_mstate) {
6924
6925
  CYTHON_UNUSED_VAR(__pyx_mstate);
6925
- __pyx_builtin_ValueError = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_ValueError); if (!__pyx_builtin_ValueError) __PYX_ERR(0, 8, __pyx_L1_error)
6926
- __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_range); if (!__pyx_builtin_range) __PYX_ERR(0, 17, __pyx_L1_error)
6927
- __pyx_builtin_max = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_max); if (!__pyx_builtin_max) __PYX_ERR(0, 24, __pyx_L1_error)
6928
- __pyx_builtin_zip = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_zip); if (!__pyx_builtin_zip) __PYX_ERR(0, 23, __pyx_L1_error)
6926
+ __pyx_builtin_ValueError = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_ValueError); if (!__pyx_builtin_ValueError) __PYX_ERR(0, 10, __pyx_L1_error)
6927
+ __pyx_builtin_range = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_range); if (!__pyx_builtin_range) __PYX_ERR(0, 19, __pyx_L1_error)
6928
+ __pyx_builtin_max = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_max); if (!__pyx_builtin_max) __PYX_ERR(0, 26, __pyx_L1_error)
6929
+ __pyx_builtin_zip = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_zip); if (!__pyx_builtin_zip) __PYX_ERR(0, 25, __pyx_L1_error)
6929
6930
  __pyx_builtin_ImportError = __Pyx_GetBuiltinName(__pyx_mstate->__pyx_n_u_ImportError); if (!__pyx_builtin_ImportError) __PYX_ERR(1, 1026, __pyx_L1_error)
6930
6931
  return 0;
6931
6932
  __pyx_L1_error:;
@@ -6938,34 +6939,34 @@ static int __Pyx_InitCachedConstants(__pyx_mstatetype *__pyx_mstate) {
6938
6939
  CYTHON_UNUSED_VAR(__pyx_mstate);
6939
6940
  __Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0);
6940
6941
 
6941
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":18
6942
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":20
6942
6943
  *
6943
6944
  * for j in range(1, m):
6944
6945
  * mask = (ffill[:, j] < 0) # <<<<<<<<<<<<<<
6945
6946
  * ffill[mask, j] = ffill[mask, j - 1]
6946
6947
  *
6947
6948
  */
6948
- __pyx_mstate_global->__pyx_slice[0] = PySlice_New(Py_None, Py_None, Py_None); if (unlikely(!__pyx_mstate_global->__pyx_slice[0])) __PYX_ERR(0, 18, __pyx_L1_error)
6949
+ __pyx_mstate_global->__pyx_slice[0] = PySlice_New(Py_None, Py_None, Py_None); if (unlikely(!__pyx_mstate_global->__pyx_slice[0])) __PYX_ERR(0, 20, __pyx_L1_error)
6949
6950
  __Pyx_GOTREF(__pyx_mstate_global->__pyx_slice[0]);
6950
6951
  __Pyx_GIVEREF(__pyx_mstate_global->__pyx_slice[0]);
6951
6952
 
6952
- /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":21
6953
+ /* "sequenzo/dissimilarity_measures/utils/seqdss.pyx":23
6953
6954
  * ffill[mask, j] = ffill[mask, j - 1]
6954
6955
  *
6955
6956
  * boundaries = np.concatenate([boundaries, ffill[:, 1:] != ffill[:, :-1]], axis=1) # <<<<<<<<<<<<<<
6956
6957
  *
6957
6958
  * cdef list groups = [row[boundary & (row >= 0)] for row, boundary in zip(ffill, boundaries)]
6958
6959
  */
6959
- __pyx_mstate_global->__pyx_slice[1] = PySlice_New(__pyx_mstate_global->__pyx_int_1, Py_None, Py_None); if (unlikely(!__pyx_mstate_global->__pyx_slice[1])) __PYX_ERR(0, 21, __pyx_L1_error)
6960
+ __pyx_mstate_global->__pyx_slice[1] = PySlice_New(__pyx_mstate_global->__pyx_int_1, Py_None, Py_None); if (unlikely(!__pyx_mstate_global->__pyx_slice[1])) __PYX_ERR(0, 23, __pyx_L1_error)
6960
6961
  __Pyx_GOTREF(__pyx_mstate_global->__pyx_slice[1]);
6961
6962
  __Pyx_GIVEREF(__pyx_mstate_global->__pyx_slice[1]);
6962
- __pyx_mstate_global->__pyx_tuple[0] = PyTuple_Pack(2, __pyx_mstate_global->__pyx_slice[0], __pyx_mstate_global->__pyx_slice[1]); if (unlikely(!__pyx_mstate_global->__pyx_tuple[0])) __PYX_ERR(0, 21, __pyx_L1_error)
6963
+ __pyx_mstate_global->__pyx_tuple[0] = PyTuple_Pack(2, __pyx_mstate_global->__pyx_slice[0], __pyx_mstate_global->__pyx_slice[1]); if (unlikely(!__pyx_mstate_global->__pyx_tuple[0])) __PYX_ERR(0, 23, __pyx_L1_error)
6963
6964
  __Pyx_GOTREF(__pyx_mstate_global->__pyx_tuple[0]);
6964
6965
  __Pyx_GIVEREF(__pyx_mstate_global->__pyx_tuple[0]);
6965
- __pyx_mstate_global->__pyx_slice[2] = PySlice_New(Py_None, __pyx_mstate_global->__pyx_int_neg_1, Py_None); if (unlikely(!__pyx_mstate_global->__pyx_slice[2])) __PYX_ERR(0, 21, __pyx_L1_error)
6966
+ __pyx_mstate_global->__pyx_slice[2] = PySlice_New(Py_None, __pyx_mstate_global->__pyx_int_neg_1, Py_None); if (unlikely(!__pyx_mstate_global->__pyx_slice[2])) __PYX_ERR(0, 23, __pyx_L1_error)
6966
6967
  __Pyx_GOTREF(__pyx_mstate_global->__pyx_slice[2]);
6967
6968
  __Pyx_GIVEREF(__pyx_mstate_global->__pyx_slice[2]);
6968
- __pyx_mstate_global->__pyx_tuple[1] = PyTuple_Pack(2, __pyx_mstate_global->__pyx_slice[0], __pyx_mstate_global->__pyx_slice[2]); if (unlikely(!__pyx_mstate_global->__pyx_tuple[1])) __PYX_ERR(0, 21, __pyx_L1_error)
6969
+ __pyx_mstate_global->__pyx_tuple[1] = PyTuple_Pack(2, __pyx_mstate_global->__pyx_slice[0], __pyx_mstate_global->__pyx_slice[2]); if (unlikely(!__pyx_mstate_global->__pyx_tuple[1])) __PYX_ERR(0, 23, __pyx_L1_error)
6969
6970
  __Pyx_GOTREF(__pyx_mstate_global->__pyx_tuple[1]);
6970
6971
  __Pyx_GIVEREF(__pyx_mstate_global->__pyx_tuple[1]);
6971
6972
  __Pyx_RefNannyFinishContext();
@@ -7015,12 +7016,12 @@ static int __Pyx_CreateCodeObjects(__pyx_mstatetype *__pyx_mstate) {
7015
7016
  PyObject* tuple_dedup_map = PyDict_New();
7016
7017
  if (unlikely(!tuple_dedup_map)) return -1;
7017
7018
  {
7018
- const __Pyx_PyCode_New_function_description descr = {0, 0, 0, 1, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS|CO_GENERATOR), 24, 2};
7019
+ const __Pyx_PyCode_New_function_description descr = {0, 0, 0, 1, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS|CO_GENERATOR), 26, 2};
7019
7020
  PyObject* const varnames[] = {__pyx_mstate->__pyx_n_u_g};
7020
7021
  __pyx_mstate_global->__pyx_codeobj_tab[0] = __Pyx_PyCode_New(descr, varnames, __pyx_mstate->__pyx_kp_u_sequenzo_dissimilarity_measures_2, __pyx_mstate->__pyx_n_u_genexpr, __pyx_k__3, tuple_dedup_map); if (unlikely(!__pyx_mstate_global->__pyx_codeobj_tab[0])) goto bad;
7021
7022
  }
7022
7023
  {
7023
- const __Pyx_PyCode_New_function_description descr = {1, 0, 0, 17, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS), 6, 275};
7024
+ const __Pyx_PyCode_New_function_description descr = {1, 0, 0, 17, (unsigned int)(CO_OPTIMIZED|CO_NEWLOCALS), 8, 275};
7024
7025
  PyObject* const varnames[] = {__pyx_mstate->__pyx_n_u_seqdata, __pyx_mstate->__pyx_n_u_seqdatanum, __pyx_mstate->__pyx_n_u_n, __pyx_mstate->__pyx_n_u_m, __pyx_mstate->__pyx_n_u_i, __pyx_mstate->__pyx_n_u_j, __pyx_mstate->__pyx_n_u_ffill, __pyx_mstate->__pyx_n_u_boundaries, __pyx_mstate->__pyx_n_u_mask, __pyx_mstate->__pyx_n_u_groups, __pyx_mstate->__pyx_n_u_max_groups, __pyx_mstate->__pyx_n_u_result, __pyx_mstate->__pyx_n_u_g, __pyx_mstate->__pyx_n_u_row, __pyx_mstate->__pyx_n_u_boundary, __pyx_mstate->__pyx_n_u_genexpr, __pyx_mstate->__pyx_n_u_genexpr};
7025
7026
  __pyx_mstate_global->__pyx_codeobj_tab[1] = __Pyx_PyCode_New(descr, varnames, __pyx_mstate->__pyx_kp_u_sequenzo_dissimilarity_measures_2, __pyx_mstate->__pyx_n_u_seqdss, __pyx_k_t_Qiq_j_37_8SXXY_6_F_1_a_0_r_D, tuple_dedup_map); if (unlikely(!__pyx_mstate_global->__pyx_codeobj_tab[1])) goto bad;
7026
7027
  }