From 67617a0a42b49d43a6f7db62fd381938a526a288 Mon Sep 17 00:00:00 2001 From: Zafir Stojanovski Date: Thu, 20 Feb 2025 22:35:53 +0100 Subject: [PATCH] remove empty space --- reasoning_gym/algorithmic/rotten_oranges.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reasoning_gym/algorithmic/rotten_oranges.py b/reasoning_gym/algorithmic/rotten_oranges.py index 7277bfce..ca7f8817 100644 --- a/reasoning_gym/algorithmic/rotten_oranges.py +++ b/reasoning_gym/algorithmic/rotten_oranges.py @@ -11,7 +11,7 @@ from typing import Dict, Optional from ..factory import ProceduralDataset, register_dataset -QUESTION_TEMPLATE = """ You are given an n x n grid where each cell can have one of three values: +QUESTION_TEMPLATE = """You are given an n x n grid where each cell can have one of three values: - 0 representing an empty cell - 1 representing a fresh orange - 2 representing a rotten orange