We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be15536 commit 84dc4a3Copy full SHA for 84dc4a3
sgkit/tests/io/vcf/test_vcf_writer_utils.py
@@ -66,7 +66,6 @@ def test_itoa_out_of_range():
66
[
67
(0.0, "0"),
68
(0.0001, "0"),
69
- (0.0005, "0.001"),
70
(0.3, "0.3"),
71
(0.32, "0.32"),
72
(0.329, "0.329"),
0 commit comments