Skip to content

Commit

Permalink
Remove stray chunk in adults, closes #64
Browse files Browse the repository at this point in the history
  • Loading branch information
dchud committed Mar 14, 2023
1 parent a648f93 commit 71210d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
11 changes: 0 additions & 11 deletions GrowthViz-adults.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -494,17 +494,6 @@
" wt_df=fixed(wt_percentiles), bmi_df=fixed(bmi_percentiles), ht_df=fixed(ht_percentiles))"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": false
},
"outputs": [],
"source": [
"obs_wbmi[obs_wbmi['subjid'] == 2868]"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
6 changes: 0 additions & 6 deletions GrowthViz-adults.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,6 @@ def handle_selection_change(_event, _widget):
# In[ ]:


obs_wbmi[obs_wbmi['subjid'] == 2868]


# In[ ]:


@interact(subjid=widgets.Dropdown(options=all_ids, value=val, description='Subject ID:', disabled=False))
def all_charts(subjid=val):
charts.overlap_view_adults(obs_df=obs_wbmi, subjid=subjid, param='WEIGHTKG', include_carry_forward=True,
Expand Down

0 comments on commit 71210d6

Please sign in to comment.