Andreas Tille pushed to branch upstream at Debian Python Team / packages / 
python-ncls


Commits:
7c6a01cd by Andreas Tille at 2022-01-02T18:16:26+01:00
New upstream version 0.0.63-hotfix+ds
- - - - -


2 changed files:

- + .travis.yml
- ncls/src/ncls.pyx


Changes:

=====================================
.travis.yml
=====================================
@@ -0,0 +1,9 @@
+language: python
+python:
+  - "3.6"
+install:
+  - pip install cython pytest
+  - python setup.py install
+
+# functionality is tested in the pyranges package
+script: py.test tests/test_ncls.py && cd ~/ && python -c 'import ncls; 
print(ncls.__version__)'


=====================================
ncls/src/ncls.pyx
=====================================
@@ -446,8 +446,8 @@ cdef class NCLS64:
     @cython.boundscheck(False)
     @cython.wraparound(False)
     @cython.initializedcheck(False)
-    cpdef set_difference_helper(self, const int64_t [::1] starts, const 
int64_t [::1] ends, const int64_t [::1] indexes, const int64_t [::1] nhits,
-                                const int64_t[::1] nhits):
+    cpdef set_difference_helper(self, const int64_t [::1] starts, const 
int64_t [::1] ends, const int64_t [::1] indexes,
+                                const int64_t [::1] nhits):
 
         cdef int i
         cdef int nhit = 0



View it on GitLab: 
https://salsa.debian.org/python-team/packages/python-ncls/-/commit/7c6a01cdf3fda281f9f93299b4762e55639f9187

-- 
View it on GitLab: 
https://salsa.debian.org/python-team/packages/python-ncls/-/commit/7c6a01cdf3fda281f9f93299b4762e55639f9187
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to