Skip to content

Commit

Permalink
Remove specifying dtype so that length of allele strings and sample n…
Browse files Browse the repository at this point in the history
…ame strings are not unexpectedly restricted
  • Loading branch information
szhan committed Jun 15, 2023
1 parent 1300baa commit 5e1345f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_compare_vcfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ def make_test_case():
[b'A', b'C'],
[b'G', b'T'],
],
dtype='|S1'
)
sample_id = np.array(
[
'tsk0',
'tsk1',
],
dtype='<U4'
)
call_genotype = np.array(
[
Expand Down

0 comments on commit 5e1345f

Please sign in to comment.