Skip to content

Commit

Permalink
TODO for an unintended bug in grab_qualifier_disease
Browse files Browse the repository at this point in the history
  • Loading branch information
Cannon committed Dec 5, 2024
1 parent a51d39e commit 14b28dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/statements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
},
{
"cell_type": "code",
"execution_count": 65,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -509,7 +509,7 @@
" if len(result) > 1:\n",
" print(f'{study_id} has {len(result)} subjects possible')\n",
" \n",
" try:\n",
" try: # TODO: This id should be normalizer_id not disease_normalizer_id. Will likely need to redo analysis\n",
" disease = result[0]['Disease']['disease_normalizer_id']\n",
" except: # TODO: This is gross, handle it better\n",
" try:\n",
Expand Down

0 comments on commit 14b28dc

Please sign in to comment.