From baa7873ec17fa19f6484da6ae12f3fafbd6dc4ca Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Sun, 7 May 2023 18:16:26 -0700 Subject: [PATCH] memory challenge c inconsistent (#3985) --- docs/challenges/memory/challenge_c.md | 2 +- tests/integration/challenges/memory/test_memory_challenge_c.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/challenges/memory/challenge_c.md b/docs/challenges/memory/challenge_c.md index 7455d100..c6e42f30 100644 --- a/docs/challenges/memory/challenge_c.md +++ b/docs/challenges/memory/challenge_c.md @@ -1,6 +1,6 @@ # Memory Challenge C -**Status**: Current level to beat: level 2 +**Status**: Current level to beat: level 1 **Command to try**: ``` diff --git a/tests/integration/challenges/memory/test_memory_challenge_c.py b/tests/integration/challenges/memory/test_memory_challenge_c.py index 832f226c..edd3efe0 100644 --- a/tests/integration/challenges/memory/test_memory_challenge_c.py +++ b/tests/integration/challenges/memory/test_memory_challenge_c.py @@ -6,7 +6,7 @@ from tests.integration.agent_utils import run_interaction_loop from tests.integration.challenges.utils import generate_noise, get_level_to_run from tests.utils import requires_api_key -LEVEL_CURRENTLY_BEATEN = 1 +LEVEL_CURRENTLY_BEATEN = None MAX_LEVEL = 5 NOISE = 1000