Skip to content

In mesh.py typo on attribute #71

Closed
Mulugruntz/3d-photo-inpainting
#1
@Mulugruntz

Description

@Mulugruntz

On line https://github.com/vt-vl-lab/3d-photo-inpainting/blob/e6872a8/mesh.py#L764

mesh.node should be mesh.nodes, so

mesh = refresh_node(single_edge_node, mesh.node[single_edge_node], new_node, dict(), mesh)

should be replaced by

mesh = refresh_node(single_edge_node, mesh.nodes[single_edge_node], new_node, dict(), mesh)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions