okpy / ok

ok.py supports programming projects by running tests, tracking progress, and assisting in debugging.
Apache License 2.0
336 stars 84 forks source link

Make score_amount comparison stricter #1293

Closed colinschoen closed 6 years ago

colinschoen commented 6 years ago

score_amount could potentially be 0 causing the validator to fail We now explicitly check if score_amount is not None.

Fixes #1277

Signed-off-by: Colin Schoen cschoen@berkeley.edu

jathak commented 6 years ago

Thanks