From 0c38278a5d8243ed697b84817d0086f4776b4869 Mon Sep 17 00:00:00 2001 From: Luis Jimenez Date: Fri, 31 Jan 2025 07:25:17 -0600 Subject: [PATCH] Change grading for ex1 --- grading/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grading/check.py b/grading/check.py index 5ddc5f2..2b47d08 100644 --- a/grading/check.py +++ b/grading/check.py @@ -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: