Commit 9a0c9e1c authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix notebook

parent 7f86e7cb
...@@ -477,8 +477,8 @@ ...@@ -477,8 +477,8 @@
" tolerance=2.39,\n", " tolerance=2.39,\n",
" stiffness=10.0,\n", " stiffness=10.0,\n",
" exclude_residues=[],\n", " exclude_residues=[],\n",
" max_outer_iterations=20,\n" " max_outer_iterations=20,\n",
" use_gpu=True,\n" " use_gpu=True,\n",
" )\n", " )\n",
" # Find the best model according to the mean pLDDT.\n", " # Find the best model according to the mean pLDDT.\n",
" best_model_name = max(plddts.keys(), key=lambda x: plddts[x].mean())\n", " best_model_name = max(plddts.keys(), key=lambda x: plddts[x].mean())\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment