Skip to content

Commit 6f35ca2

Browse files
Will-Tylerjeromekelleher
authored andcommitted
Add test case for some, but not all PL values missing
1 parent c4a3008 commit 6f35ca2

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
7 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tests/test_vcf_examples.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,10 @@ def test_call_LPL(self, ds):
488488
[10, 40, 60, -2, -2, -2, -2, -2, -2, -2],
489489
[10, 40, 60, -2, -2, -2, -2, -2, -2, -2],
490490
],
491+
[
492+
[30, 30, 30, -2, -2, -2, -2, -2, -2, -2],
493+
[30, -1, 0, -2, -2, -2, -2, -2, -2, -2],
494+
],
491495
]
492496
nt.assert_array_equal(ds.call_LPL.values, call_LPL)
493497

0 commit comments

Comments
 (0)