Skip to content

vertex-related cleanup #107

Description

@yakra

siteupdate.py
# compress edges adjacent to hidden vertices
for label, v in self.vertices.items():

  • label unused. Is actually a Waypoint now.
  • consider w instead of v.first_waypoint

->

HGVertex::first_waypoint no longer used (aleady unused in C++).
Was it before I started messing with the datachecks?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions