We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b965fd7 commit 225487aCopy full SHA for 225487a
1 file changed
evaluation_function/evaluation.py
@@ -652,8 +652,11 @@ def _err(msg: str) -> Result:
652
"Invalid params schema. Expected e.g. "
653
"{'evaluation_type': 'connectivity'|'bipartite'|'graph_coloring'|...}. "
654
f"Error: {e}"
655
- f"{response_dict}"
656
- f"{answer_dict}"
+ f"\n response_dict: {response_dict}"
+ f"\n answer_dict: {answer_dict}"
657
+ f"\n response: {response}"
658
+ f"\n answer: {answer}"
659
+ f"\n params: {params}"
660
)
661
662
# ── resolve graphs ───────────────────────────────────────────────────
0 commit comments