Skip to content

Commit 6a3af1a

Browse files
DeepMindcopybara-github
DeepMind
authored andcommitted
Rename get_pae_json function
PiperOrigin-RevId: 529057928 Change-Id: Idf420cf43eaa6f3e4c6cf10475cba0e06f7165ee
1 parent c1e92dc commit 6a3af1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/AlphaFold.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@
782782
"pae_output_path = os.path.join(output_dir, 'predicted_aligned_error.json')\n",
783783
"if pae_outputs:\n",
784784
" # Save predicted aligned error in the same format as the AF EMBL DB.\n",
785-
" pae_data = confidence.get_pae_json(pae=pae, max_pae=max_pae.item())\n",
785+
" pae_data = confidence.pae_json(pae=pae, max_pae=max_pae.item())\n",
786786
" with open(pae_output_path, 'w') as f:\n",
787787
" f.write(pae_data)\n",
788788
"\n",

0 commit comments

Comments
 (0)