This commit is contained in:
Arthur O'Dwyer
2017-04-17 10:36:08 -07:00
parent 965bd13298
commit e6cbb347de
3 changed files with 64 additions and 49 deletions

View File

@ -2,7 +2,7 @@ import logging
import formulas
from workspaceString import WorkspaceString
from context import context
def __adjustUnhappiness(values):
result = sum(values) / 2