mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
pre commit run changes
This commit is contained in:
parent
7ddc6390e6
commit
2170ff1c23
2 changed files with 3 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ class ComplexArithmeticDataset(ProceduralDataset):
|
|||
# For other operations, generate numbers normally
|
||||
a = self._generate_complex(rng)
|
||||
b = self._generate_complex(rng)
|
||||
|
||||
|
||||
# Calculate result
|
||||
if op == "+":
|
||||
result = a + b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue