hpcaitech / FastFold

Optimizing AlphaFold Training and Inference on GPU Clusters
Apache License 2.0
556 stars 84 forks source link

[hotfix] Optimize template error msg, avoid no hit probs case #153

Closed Gy-Lu closed 1 year ago

Gy-Lu commented 1 year ago

See https://github.com/hpcaitech/FastFold/issues/144 When doing error processing, the error message itself would cause some errors. When it comes to the Except, the hit.sum_probs sometimes is None, which led to the error processing being useless.