mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
post merge lint
This commit is contained in:
parent
02cfa9556a
commit
f396d3df60
6 changed files with 197 additions and 63 deletions
|
|
@ -21,11 +21,13 @@ class AdvancedGeometryConfig:
|
|||
|
||||
# Probability or list of tasks we want to generate
|
||||
# For demonstration, we have three categories:
|
||||
task_types: List[str] = field(default_factory=lambda: [
|
||||
"orthocenter",
|
||||
"incircle_radius",
|
||||
"angle_measure",
|
||||
])
|
||||
task_types: List[str] = field(
|
||||
default_factory=lambda: [
|
||||
"orthocenter",
|
||||
"incircle_radius",
|
||||
"angle_measure",
|
||||
]
|
||||
)
|
||||
|
||||
def validate(self):
|
||||
assert self.min_coord < self.max_coord, "min_coord must be < max_coord."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue