mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
update docs
This commit is contained in:
parent
7f0ddc4f84
commit
294365d850
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ class RotateMatrixDataset(ProceduralDataset):
|
|||
return matrix
|
||||
|
||||
def _get_rotated(self, matrix: list[list[int]], num_rotations: int) -> list[list[int]]:
|
||||
"""Rotate the matrix by 90 degrees clockwise"""
|
||||
"""Rotate the matrix K times by 90 degrees clockwise"""
|
||||
num_rotations %= 4
|
||||
n = len(matrix)
|
||||
output = deepcopy(matrix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue