Skip to content

Commit

Permalink
Minor reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jun 15, 2023
1 parent 5a740c6 commit 3a48611
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions tests/test_compare_vcfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,14 @@ def make_test_case():
contig_id = ['20']
variant_contig = np.array([0, 0], dtype=np.int64)
variant_position = np.array([5, 10], dtype=np.int64)
variant_allele = np.array(
[
[b'A', b'C'],
[b'G', b'T'],
],
)
sample_id = np.array(
[
'tsk0',
'tsk1',
],
)
variant_allele = np.array([
[b'A', b'C'],
[b'G', b'T'],
])
sample_id = np.array([
'tsk0',
'tsk1',
])
call_genotype = np.array(
[
[
Expand Down

0 comments on commit 3a48611

Please sign in to comment.