Skip to content

Commit

Permalink
Remove print line (doesn't affect tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Jun 28, 2024
1 parent 9c54752 commit 449b727
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def formula(person, period, parameters):
)
probability = 1 - (1 - percent_non_dom) ** ADJUSTMENT_FACTOR
probabilities[in_range] = probability
print(thresholds[i], probability, percent_non_dom)

return random(person) < probabilities

Expand Down

0 comments on commit 449b727

Please sign in to comment.