Skip to content

Commit b965fd7

Browse files
committed
added testing errors
1 parent d9545ee commit b965fd7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

evaluation_function/evaluation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,8 @@ def _err(msg: str) -> Result:
652652
"Invalid params schema. Expected e.g. "
653653
"{'evaluation_type': 'connectivity'|'bipartite'|'graph_coloring'|...}. "
654654
f"Error: {e}"
655+
f"{response_dict}"
656+
f"{answer_dict}"
655657
)
656658

657659
# ── resolve graphs ───────────────────────────────────────────────────

0 commit comments

Comments
 (0)