Skip to content

Commit 83053a5

Browse files
committed
updated example
1 parent f217fa8 commit 83053a5

1 file changed

Lines changed: 17 additions & 15 deletions

File tree

notebooks/example_usage.ipynb

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,7 @@
978978
"metadata": {},
979979
"outputs": [],
980980
"source": [
981-
"assert example_pat_res.shape == (4, 26)"
981+
"assert example_pat_res.shape == (1, 26)"
982982
]
983983
},
984984
{
@@ -1008,7 +1008,7 @@
10081008
"metadata": {},
10091009
"outputs": [],
10101010
"source": [
1011-
"assert treatment_docs['basicobs_itemname_analysed'].iloc[21] == 'Luteinizing Hormone (LH)'"
1011+
"assert treatment_docs['basicobs_itemname_analysed'].iloc[21] == 'Myoglobin'"
10121012
]
10131013
},
10141014
{
@@ -1044,22 +1044,24 @@
10441044
"cell_type": "code",
10451045
"execution_count": 53,
10461046
"metadata": {},
1047-
"outputs": [
1048-
{
1049-
"ename": "",
1050-
"evalue": "",
1051-
"output_type": "error",
1052-
"traceback": [
1053-
"\u001b[1;31mThe Kernel crashed while executing code in the current cell or a previous cell. \n",
1054-
"\u001b[1;31mPlease review the code in the cell(s) to identify a possible cause of the failure. \n",
1055-
"\u001b[1;31mClick <a href='https://aka.ms/vscodeJupyterKernelCrash'>here</a> for more info. \n",
1056-
"\u001b[1;31mView Jupyter <a href='command:jupyter.viewOutput'>log</a> for further details."
1057-
]
1058-
}
1059-
],
1047+
"outputs": [],
10601048
"source": [
10611049
"assert pat_example_annot['cui'].iloc[0] == 38341003"
10621050
]
1051+
},
1052+
{
1053+
"cell_type": "code",
1054+
"execution_count": null,
1055+
"metadata": {},
1056+
"outputs": [],
1057+
"source": []
1058+
},
1059+
{
1060+
"cell_type": "code",
1061+
"execution_count": null,
1062+
"metadata": {},
1063+
"outputs": [],
1064+
"source": []
10631065
}
10641066
],
10651067
"metadata": {

0 commit comments

Comments
 (0)