Skip to content

Commit e876b95

Browse files
Ren-createrCopilot
andauthored
Update evaluation_function/evaluation.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 156ae78 commit e876b95

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

evaluation_function/evaluation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ def _grade_bool(
230230

231231
# If student supplied an explicit coloring, validate it
232232
if student_coloring is not None:
233-
coloring_result = is_n_colorable(student_graph, num_colors)
234233
# Verify the student's coloring is a proper coloring
235234
adj: dict[str, set[str]] = {n.id: set() for n in student_graph.nodes}
236235
for e in student_graph.edges:

0 commit comments

Comments
 (0)