Commit ad0be3a8 authored by Martin Steinegger's avatar Martin Steinegger
Browse files
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -193,9 +193,10 @@ def predict_structure(
else:
input_features = processed_feature_dict
start = time.time()
prediction_result, (_, _) = model_runner.predict(input_features)
start = time.time()
# The original alphafold only returns the prediction_result,
# but our patched alphafold also returns a tuple (recycles,tol)
......
Supports Markdown
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