Skip to content

Commit 71210d6

Browse files
committed
Remove stray chunk in adults, closes #64
1 parent a648f93 commit 71210d6

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

GrowthViz-adults.ipynb

-11
Original file line numberDiff line numberDiff line change
@@ -494,17 +494,6 @@
494494
" wt_df=fixed(wt_percentiles), bmi_df=fixed(bmi_percentiles), ht_df=fixed(ht_percentiles))"
495495
]
496496
},
497-
{
498-
"cell_type": "code",
499-
"execution_count": null,
500-
"metadata": {
501-
"scrolled": false
502-
},
503-
"outputs": [],
504-
"source": [
505-
"obs_wbmi[obs_wbmi['subjid'] == 2868]"
506-
]
507-
},
508497
{
509498
"cell_type": "code",
510499
"execution_count": null,

GrowthViz-adults.py

-6
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,6 @@ def handle_selection_change(_event, _widget):
319319
# In[ ]:
320320

321321

322-
obs_wbmi[obs_wbmi['subjid'] == 2868]
323-
324-
325-
# In[ ]:
326-
327-
328322
@interact(subjid=widgets.Dropdown(options=all_ids, value=val, description='Subject ID:', disabled=False))
329323
def all_charts(subjid=val):
330324
charts.overlap_view_adults(obs_df=obs_wbmi, subjid=subjid, param='WEIGHTKG', include_carry_forward=True,

0 commit comments

Comments
 (0)