[med-svn] [Git][med-team/kineticstools][upstream] New upstream version 0.6.1+git20220223.1326a4d+dfsg

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sat Mar 5 12:37:36 GMT 2022



Étienne Mollier pushed to branch upstream at Debian Med / kineticstools


Commits:
3a744323 by Étienne Mollier at 2022-03-05T13:10:14+01:00
New upstream version 0.6.1+git20220223.1326a4d+dfsg
- - - - -


1 changed file:

- test/test_gather_bigwig.py


Changes:

=====================================
test/test_gather_bigwig.py
=====================================
@@ -61,8 +61,8 @@ class TestGatherBigwig:
         bw = pyBigWig.open(output_file)
         nrec = bw.header()["nBasesCovered"]
         assert nrec == 6
-        assert pytest.approx(bw.stats("chr1", 2, 3)[0], 1.9)
-        assert pytest.approx(bw.stats("chr2", 7, 8)[0], 1.0)
+        assert pytest.approx(bw.stats("chr1", 2, 3)[0]) == 1.9
+        assert pytest.approx(bw.stats("chr2", 7, 8)[0]) == 1.0
 
     def test_gather_bigwig(self):
         ofn = tempfile.NamedTemporaryFile(suffix=".bw").name



View it on GitLab: https://salsa.debian.org/med-team/kineticstools/-/commit/3a74432322087c2887fd4aec524f199cfd469603

-- 
View it on GitLab: https://salsa.debian.org/med-team/kineticstools/-/commit/3a74432322087c2887fd4aec524f199cfd469603
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220305/36223f2e/attachment.htm>


More information about the debian-med-commit mailing list