Open zhongxiang117 opened 9 months ago
In source codes: obtain_edge, if I'm right this function should return the distance min and max between residues in atomic levels, thus it should be ... dist.max()*0.1 instead of ... dst.max()*0.1.
min
max
... dist.max()*0.1
... dst.max()*0.1
In source codes: obtain_edge, if I'm right this function should return the distance
min
andmax
between residues in atomic levels, thus it should be... dist.max()*0.1
instead of... dst.max()*0.1
.