mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-26 17:13:17 +00:00
Refactor PolynomialEquations
This commit is contained in:
parent
9a5841c6c2
commit
e320ba66dd
9 changed files with 919 additions and 232 deletions
|
|
@ -397,7 +397,7 @@ class TestChainSumGenerate(unittest.TestCase):
|
|||
def test_comprehensive_random_evaluation(self):
|
||||
"""Test 1000 random problems across all levels to verify correct evaluation"""
|
||||
num_samples = 1000
|
||||
|
||||
|
||||
# Statistics tracking
|
||||
stats = {
|
||||
'operator_counts': {}, # Count of each operator used
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue