Skip to content

Commit

Permalink
Pass arguments explicitly using parameter names
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jan 23, 2024
1 parent 0f2fb47 commit fcc9b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/tests/beagle_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ def run_tsimpute(
# WARN: Be careful with argument `acgt_alleles`!!!
ls_hmm = _tskit.LsHmm(
ref_ts_typed._ll_tree_sequence,
rho,
mu,
recombination_rate=rho,
mutation_rate=mu,
acgt_alleles=True,
precision=precision,
)
Expand Down

0 comments on commit fcc9b0f

Please sign in to comment.