Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jun 19, 2024
1 parent b610a08 commit e7e710f
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 @@ -105,7 +105,7 @@ def check_inputs(
err_msg = "Mutation probability is not a scalar or an array of expected length."
raise ValueError(err_msg)

# Check the recombination probability.
# Check the recombination probability.
if isinstance(prob_recombination, (int, float)):
pass
elif (
Expand Down

0 comments on commit e7e710f

Please sign in to comment.