Skip to content

'scipy' has no attribute 'spatial' #21

Open
@james-vincent

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions