Skip to content

Commit 1b77b39

Browse files
committed
added debugging error text
1 parent 095e248 commit 1b77b39

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

evaluation_function/evaluation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,9 @@ def _err(msg: str) -> Result:
632632
"Invalid params schema. Expected e.g. "
633633
"{'evaluation_type': 'connectivity'|'bipartite'|'graph_coloring'|...}. "
634634
f"Error: {e}"
635+
f"response: {response}"
636+
f"answer: {answer}"
637+
f"params: {params}"
635638
)
636639

637640
# ── parse response (student's graph) ─────────────────────────────────

0 commit comments

Comments
 (0)