Skip to content

Commit fb13cd1

Browse files
committed
Remove the drop=True arg in notebook 3 to match the lib's notebook
1 parent 6ba3ffa commit fb13cd1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nemo/NeMo-Data-Designer/self-hosted-tutorials/getting-started/3-seeding-with-a-dataset.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,12 @@
237237
" name=\"patient_sampler\",\n",
238238
" column_type=\"sampler\",\n",
239239
" sampler_type=\"person\",\n",
240-
" drop=True,\n",
241240
")\n",
242241
"\n",
243242
"config_builder.add_column(\n",
244243
" name=\"doctor_sampler\",\n",
245244
" column_type=\"sampler\",\n",
246245
" sampler_type=\"person\",\n",
247-
" drop=True,\n",
248246
")\n",
249247
"\n",
250248
"config_builder.add_column(\n",

0 commit comments

Comments
 (0)