We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762a843 commit 4822b90Copy full SHA for 4822b90
1 file changed
evaluation_function/evaluation.py
@@ -633,7 +633,7 @@ def _err(msg: str) -> Result:
633
except ValidationError as e:
634
if ans.graph is None:
635
return _err(
636
- "Invalid params schema. Expected e.g. "
+ "Testing: Invalid params schema. Expected e.g. "
637
"{'evaluation_type': 'connectivity'|'bipartite'|'graph_coloring'|...}. "
638
f"Error: {e}"
639
)
0 commit comments