pre commit run changes

This commit is contained in:
Aayam 2025-02-07 07:42:03 -08:00
parent 7ddc6390e6
commit 2170ff1c23
2 changed files with 3 additions and 2 deletions

View file

@ -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