Skip to content

Commit f743440

Browse files
Will-Tylerjeromekelleher
authored andcommitted
Fix test_call_LAA
1 parent 6f35ca2 commit f743440

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_vcf_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ def test_call_LAA(self, ds):
451451
[[2, -2, -2], [1, -2, -2]],
452452
[[1, -2, -2], [-1, -2, -2]],
453453
[[2, -2, -2], [2, -2, -2]],
454+
[[1, -2, -2], [-2, -2, -2]],
454455
]
455456
nt.assert_array_equal(ds.call_LAA.values, call_LAA)
456457

0 commit comments

Comments
 (0)