Updates tests

This commit is contained in:
LSaldyt
2017-10-09 14:01:17 -06:00
parent ca38b16e72
commit 6ff43f8d5a
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
import math
# Alternate formulas for getAdjustedProbability
def _original(temp, prob):
if prob == 0 or prob == 0.5 or temp == 0:
return prob