From 14b28dcfd09c034bbd10a99b2a343f7ca2fc9252 Mon Sep 17 00:00:00 2001 From: Cannon Date: Thu, 5 Dec 2024 12:26:22 -0500 Subject: [PATCH] TODO for an unintended bug in grab_qualifier_disease --- notebooks/statements.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/statements.ipynb b/notebooks/statements.ipynb index 41519361..1846efd7 100644 --- a/notebooks/statements.ipynb +++ b/notebooks/statements.ipynb @@ -448,7 +448,7 @@ }, { "cell_type": "code", - "execution_count": 65, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -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",