Skip to content

Commit 42f6b46

Browse files
authored
Merge pull request #306 from OpenFreeEnergy/update_septop_data
updating septop analysis notebook for new results structure
2 parents 2b435a2 + 20fada6 commit 42f6b46

2 files changed

Lines changed: 216 additions & 246 deletions

File tree

abfe_tutorial/abfe_analysis.ipynb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,8 @@
7070
"outputs": [],
7171
"source": [
7272
"import numpy as np\n",
73-
"import glob\n",
74-
"import json\n",
75-
"import csv\n",
7673
"import os\n",
7774
"import pathlib\n",
78-
"from typing import Literal, List\n",
7975
"from gufe.tokenization import JSON_HANDLER\n",
8076
"import pandas as pd\n",
8177
"from openff.units import unit\n",
@@ -94,7 +90,7 @@
9490
"### Some helper methods to load and format the ABFE results\n",
9591
"Over the next few cells, we define some helper methods that we will use to load and format the ABFE results.\n",
9692
"\n",
97-
"Note: you do not need to directly interact with any of these, unless you are looking to change the behaviour of how data is being processed"
93+
"**Note: you do not need to directly interact with any of these, unless you are looking to change the behaviour of how data is being processed**"
9894
]
9995
},
10096
{
@@ -182,8 +178,6 @@
182178
"metadata": {},
183179
"outputs": [],
184180
"source": [
185-
"\n",
186-
"\n",
187181
"def _get_legs_from_result_jsons(\n",
188182
" result_fns: list[pathlib.Path],\n",
189183
") -> dict[str, dict[str, list]]:\n",

0 commit comments

Comments
 (0)