From 378aea7a6687b314267ee8258cd8341a8f757997 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Wed, 30 Jul 2025 11:13:09 -0600 Subject: [PATCH] 100 math prompts, not 150 --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 1f5b2b083..c66ef6fa0 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -271,7 +271,7 @@ def math_prompts() -> list[str]: "What do you get when you divide {a} by {b}?", ] - for i in range(150): + for i in range(100): template = random.choice(templates) # Generate operands between 1 and 10