comment outputs

This commit is contained in:
Александр
2012-11-22 18:53:35 +02:00
parent 4b4b2c9927
commit 01b5992372

View File

@@ -257,8 +257,8 @@ def grade(user_input, correct_answer):
points = [round0_25(point) for point in points]
points = [np.array(point) for point in points]
print miller(points), (correct_answer['miller'].replace(' ', ''),
negative(correct_answer['miller']).replace(' ', ''))
# print miller(points), (correct_answer['miller'].replace(' ', ''),
# negative(correct_answer['miller']).replace(' ', ''))
if miller(points) in (correct_answer['miller'].replace(' ', ''), negative(correct_answer['miller']).replace(' ', '')):
return True