Skip to content

Commit

Permalink
Remove default value
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Sep 1, 2023
1 parent 3beeeba commit 4d699bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/beagle.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def get_weights(genotyped_pos, imputed_pos):
return weights


def get_mismatch_prob(pos, miscall_rate=0.0001):
def get_mismatch_prob(pos, miscall_rate):
"""
Set mismatch probabilities at genotyped markers.
Expand Down

0 comments on commit 4d699bf

Please sign in to comment.