mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
RotateMatrix typo
This commit is contained in:
parent
f7836e17d0
commit
89fd56f8e9
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class RotateMatrixDataset(ProceduralDataset):
|
|||
return "\n".join(" ".join(str(x) for x in row) for row in matrix)
|
||||
|
||||
def __getitem__(self, idx: int) -> dict:
|
||||
"""Generate a single Spiral Matrix question"""
|
||||
"""Generate a single Rotate Matrix question"""
|
||||
rng = Random(self.seed + idx)
|
||||
|
||||
matrix = self._get_matrix(rng)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue