Commit 13290527 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix typo

parent bf3eed6e
......@@ -202,7 +202,7 @@ class AlphaFold(nn.Module):
)
# Inject information from previous recycling iterations
if _recycle is True:
if _recycle:
# Initialize the recycling embeddings, if needs be
if None in [m_1_prev, z_prev, x_prev]:
# [*, N, C_m]
......
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