We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8018597 commit aa0bc12Copy full SHA for aa0bc12
1 file changed
evaluation_function/evaluation.py
@@ -637,6 +637,8 @@ def _err(msg: str) -> Result:
637
f"Error: {e}"
638
)
639
640
+ return _err(str(response))
641
+
642
# ── resolve graphs ───────────────────────────────────────────────────
643
# student_graph (resp.graph) is always present — the student submits a graph.
644
# ans.graph is only present for isomorphism / subgraph checks where the
0 commit comments