Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jun 21, 2024
1 parent 9349f7a commit 8ebe27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lshmm/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def check_inputs(
:param numpy.ndarray prob_recombination: Recombination probability.
:param numpy.ndarray prob_mutation: Mutation probability.
:param bool scale_mutation_rate: Scale mutation rate.
:return: Number of reference haplotypes, number of sites, ploidy
:return: Number of ref. haplotypes, number of sites, ploidy, emission prob. matrix.
:rtype: tuple
"""
# Check the reference panel.
Expand Down

0 comments on commit 8ebe27d

Please sign in to comment.