mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
decimal arithmetic fix
This commit is contained in:
parent
897e618bfa
commit
f8a0997226
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ class DecimalArithmeticCurriculum(BaseCurriculum):
|
|||
self._define_attributes(
|
||||
RangeAttributeDefinition(
|
||||
name="decimal_places",
|
||||
levels=[3, 5, 8, 10],
|
||||
levels=[2, 4, 7, 9],
|
||||
description="Number of decimal places of the numbers in problem",
|
||||
lower_field_name="min_num_decimal_places",
|
||||
upper_field_name="max_num_decimal_places",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue