We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
From af2complex/src/alphafold/common/confidence.py
pairwise_dist = scipy.spatial.distance.cdist(a, b, metric='euclidean') AttributeError: module 'scipy' has no attribute 'spatial'
when running example1.sh. There does not appear to be an import statement for scipy.spatial.