Skip to content

Commit 832c520

Browse files
committed
postmodeling example ntbk
1 parent e852be7 commit 832c520

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

src/triage/component/postmodeling/postmodeling_analysis_example_dojo_mh.ipynb

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@
1919
"|117|Baseline|\n"
2020
]
2121
},
22-
{
23-
"cell_type": "code",
24-
"execution_count": 1,
25-
"id": "ccac20fe",
26-
"metadata": {},
27-
"outputs": [],
28-
"source": [
29-
"import sys \n",
30-
"\n",
31-
"sys.path.insert(1, \"/mnt/data/users/liliana/dojo_mh\")"
32-
]
33-
},
3422
{
3523
"cell_type": "code",
3624
"execution_count": 2,
@@ -52,12 +40,12 @@
5240
},
5341
{
5442
"cell_type": "code",
55-
"execution_count": 3,
43+
"execution_count": null,
5644
"id": "dc3d4b59",
5745
"metadata": {},
5846
"outputs": [],
5947
"source": [
60-
"with open(\"../../database.yaml\", \"r\") as f:\n",
48+
"with open(\"database.yaml\", \"r\") as f:\n",
6149
" db_conf = yaml.safe_load(f)\n",
6250
"\n",
6351
"db_url = URL(\n",

0 commit comments

Comments
 (0)