Commit 01b59923 by Александр

comment outputs

parent 4b4b2c99
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment