Commit 592bcdd9 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix notebook

parent 04fd6d34
...@@ -463,7 +463,7 @@ ...@@ -463,7 +463,7 @@
" feature_dict.update(data_pipeline.make_msa_features(msas, deletion_matrices=deletion_matrices))\n", " feature_dict.update(data_pipeline.make_msa_features(msas, deletion_matrices=deletion_matrices))\n",
" feature_dict.update(_placeholder_template_feats(num_templates, num_res))\n", " feature_dict.update(_placeholder_template_feats(num_templates, num_res))\n",
"\n", "\n",
" if(weight_set == \"AlphaFold\")\n", " if(weight_set == \"AlphaFold\"):\n",
" config_preset = f\"model_{i}\"\n", " config_preset = f\"model_{i}\"\n",
" else:\n", " else:\n",
" config_preset = \"model_1\"\n", " config_preset = \"model_1\"\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