Skip to content

Commit 2841436

Browse files
Update batches.ipynb
Need to change the sample input line to sample from data_row_ids instead of datar_rows
1 parent 59db41b commit 2841436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basics/batches.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
},
240240
"outputs": [],
241241
"source": [
242-
"sample = random.sample(data_rows, 5)"
242+
"sample = random.sample(data_row_ids, 5)"
243243
]
244244
},
245245
{

0 commit comments

Comments
 (0)