Skip to content

Commit 1056467

Browse files
committed
Untitled
--- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/breakcraft/TinyZero?shareId=XXXX-XXXX-XXXX-XXXX).
1 parent af7514c commit 1056467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/data_preprocess/multiply.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def gen_dataset(
3737
for _ in tqdm(range(N)):
3838
# Helper function to generate a number with 50% chance of being N-digit or N/2-digit
3939
def get_random_num():
40-
r = randint(,3)
40+
r = randint(0,3)
4141
if r == 0:
4242
# 2 digits less than original
4343
max_num = 10**(DIGIT-2)

0 commit comments

Comments
 (0)