Skip to content

Commit 0ed25b3

Browse files
authored
chore: fix example notebook drop=False -> drop=True to match comment (#78)
1 parent 91e2764 commit 0ed25b3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/notebooks/2-structured-outputs-and-jinja-expressions.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
},
202202
{
203203
"cell_type": "code",
204-
"execution_count": 6,
204+
"execution_count": null,
205205
"metadata": {},
206206
"outputs": [
207207
{
@@ -364,7 +364,7 @@
364364
" name=\"customer\",\n",
365365
" sampler_type=SamplerType.PERSON_FROM_FAKER,\n",
366366
" params=PersonFromFakerSamplerParams(),\n",
367-
" drop=False,\n",
367+
" drop=True,\n",
368368
" )\n",
369369
")\n",
370370
"\n",

docs/notebooks/3-seeding-with-a-dataset.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
},
327327
{
328328
"cell_type": "code",
329-
"execution_count": 6,
329+
"execution_count": null,
330330
"metadata": {},
331331
"outputs": [
332332
{
@@ -504,14 +504,12 @@
504504
" name=\"patient_sampler\",\n",
505505
" column_type=\"sampler\",\n",
506506
" sampler_type=\"person_from_faker\",\n",
507-
" drop=False,\n",
508507
")\n",
509508
"\n",
510509
"config_builder.add_column(\n",
511510
" name=\"doctor_sampler\",\n",
512511
" column_type=\"sampler\",\n",
513512
" sampler_type=\"person_from_faker\",\n",
514-
" drop=False,\n",
515513
")\n",
516514
"\n",
517515
"config_builder.add_column(\n",

0 commit comments

Comments
 (0)