Skip to content

Commit

Permalink
Change grading for ex1
Browse files Browse the repository at this point in the history
  • Loading branch information
cuprumbot authored Jan 31, 2025
1 parent 26c2e48 commit 0c38278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grading/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def check_bitops():
exp = exp.strip()
out = out.strip()
if exp == out:
grade += 35 / 19
grade += 35 / 27
else:
wrong += 1
if wrong == 19:
Expand Down

0 comments on commit 0c38278

Please sign in to comment.