Skip to content

Commit

Permalink
Specify dtype of haplotype arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Aug 9, 2023
1 parent 9f865e8 commit cb35bb3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/tests/test_imputation.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,16 @@
1,
0,
],
]
],
dtype=np.int32,
)

toy_query_haplotypes_ACGT = np.array(
[
[2, 1, -1, 3, 0], # GCTA
[0, 0, -1, 1, 0], # AACA
]
],
dtype=np.int32,
)


Expand Down

0 comments on commit cb35bb3

Please sign in to comment.