Skip to content

Instructions in the readme does not work #5

@erkcan

Description

@erkcan

I am trying the demo instructions in the readme at a Google Colab notebook and they fail. The issue appears to be the missing assignment to the structures variable. You have declared the type of the variable using structures: List[Structure], but we don't actually have a list of Structure objects assigned to structures.

structures: List[Structure]
atom_similarity = AtomSimilarity.from_structures(structures, 
                                                 k_dim=100, max_elements=3)

https://colab.research.google.com/drive/1cixRlgztS2gHQSRGwjfy48kcL-O7ZZRo?usp=sharing

Metadata

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