Skip to content

Commit 84dc4a3

Browse files
committed
Removing the case '0.0005' as it was previously passing by accident.
1 parent be15536 commit 84dc4a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sgkit/tests/io/vcf/test_vcf_writer_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def test_itoa_out_of_range():
6666
[
6767
(0.0, "0"),
6868
(0.0001, "0"),
69-
(0.0005, "0.001"),
7069
(0.3, "0.3"),
7170
(0.32, "0.32"),
7271
(0.329, "0.329"),

0 commit comments

Comments
 (0)