É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.


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

Reply via email to