From a6c90f40a14fae143cc2e432eb8a12833d4eec5b Mon Sep 17 00:00:00 2001 From: Rich Jones Date: Thu, 27 Feb 2025 13:44:33 +0100 Subject: [PATCH] rm typo --- reasoning_gym/algorithmic/graph_color.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reasoning_gym/algorithmic/graph_color.py b/reasoning_gym/algorithmic/graph_color.py index 951175e1..0e469bc0 100644 --- a/reasoning_gym/algorithmic/graph_color.py +++ b/reasoning_gym/algorithmic/graph_color.py @@ -200,7 +200,7 @@ Vertices: {puzzle["vertices"]} Edges: {edges} Possible colors: {puzzle["color_options"]} -Return your solution as a JSON map of vertices to colors. (For example: {{"0": 1, "1": 2, "2": 3}}. Remember ) +Return your solution as a JSON map of vertices to colors. (For example: {{"0": 1, "1": 2, "2": 3}}.) """ return {