Skip to content

Commit 4822b90

Browse files
committed
testing error message
1 parent 762a843 commit 4822b90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evaluation_function/evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def _err(msg: str) -> Result:
633633
except ValidationError as e:
634634
if ans.graph is None:
635635
return _err(
636-
"Invalid params schema. Expected e.g. "
636+
"Testing: Invalid params schema. Expected e.g. "
637637
"{'evaluation_type': 'connectivity'|'bipartite'|'graph_coloring'|...}. "
638638
f"Error: {e}"
639639
)

0 commit comments

Comments
 (0)