Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jun 17, 2024
1 parent 5c9e175 commit fc5e21a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/lsbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ def get_examples_pars(
else:
H, queries = self.get_examples_diploid(ts, include_ancestors)

assert core.check_genotype_matrix(H, ts.num_samples), \
"Reference haplotypes have unexpected number of copiable entries."
assert core.check_genotype_matrix(
H, ts.num_samples
), "Reference haplotypes have unexpected number of copiable entries."

m = ts.num_sites
n = H.shape[1] # Number of haplotypes, including ancestors.
Expand Down

0 comments on commit fc5e21a

Please sign in to comment.