mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
fix: Increase max attempts and improve operator validation in simple equations
This commit is contained in:
parent
111f172c3f
commit
6a96c4f15a
2 changed files with 2 additions and 2 deletions
|
|
@ -133,4 +133,4 @@ def test_simple_equations_operators():
|
|||
# Verify only allowed operators are used
|
||||
for op in "+-*":
|
||||
if op in equation:
|
||||
assert op in operators
|
||||
assert op in operators, str(equation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue