hpcaitech / FastFold

Optimizing AlphaFold Training and Inference on GPU Clusters
Apache License 2.0
557 stars 86 forks source link

wrong indentation? #125

Closed georgkempf closed 1 year ago

georgkempf commented 1 year ago

Hi, maybe this line https://github.com/hpcaitech/FastFold/blob/f55dca95b99a052ea18b685548668f60cbe54d79/fastfold/model/hub/alphafold.py#L321 needs to be shifted to the right into the if block? This at least solves an error when using an AF model trained without templates.

oahzxl commented 1 year ago

You are right. We have fix the indentation now.