Skip to content

Commit 6515f80

Browse files
committed
black the notebook
1 parent 2a36ce9 commit 6515f80

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

openmm_septop/septop_analysis.ipynb

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
" ValueError\n",
140140
" If the JSON file contains an ``estimate`` or ``uncertainty`` key with the\n",
141141
" value ``None``.\n",
142-
" If \n",
142+
" If\n",
143143
" \"\"\"\n",
144144
"\n",
145145
" # TODO: only load this once during collection, then pass namedtuple(fname, dict) into this function\n",
@@ -342,9 +342,7 @@
342342
"metadata": {},
343343
"outputs": [],
344344
"source": [
345-
"def generate_ddg(\n",
346-
" results_dict: dict[str, dict[str, list]]\n",
347-
") -> pd.DataFrame:\n",
345+
"def generate_ddg(results_dict: dict[str, dict[str, list]]) -> pd.DataFrame:\n",
348346
" \"\"\"Compute and write out DDG values for the given results.\n",
349347
"\n",
350348
" Parameters\n",
@@ -386,9 +384,7 @@
386384
"metadata": {},
387385
"outputs": [],
388386
"source": [
389-
"def generate_dg_mle(\n",
390-
" results_dict: dict[str, dict[str, list]]\n",
391-
") -> pd.DataFrame:\n",
387+
"def generate_dg_mle(results_dict: dict[str, dict[str, list]]) -> pd.DataFrame:\n",
392388
" \"\"\"Compute and write out MLE-derived DG values for the given results.\n",
393389
"\n",
394390
" Parameters\n",
@@ -436,9 +432,7 @@
436432
"metadata": {},
437433
"outputs": [],
438434
"source": [
439-
"def generate_dg_raw(\n",
440-
" results_dict: dict[str, dict[str, list]]\n",
441-
") -> pd.DataFrame:\n",
435+
"def generate_dg_raw(results_dict: dict[str, dict[str, list]]) -> pd.DataFrame:\n",
442436
" \"\"\"\n",
443437
" Get all the transformation cycle legs found and their DG values.\n",
444438
"\n",

0 commit comments

Comments
 (0)