**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?
siteupdate.py
# compress edges adjacent to hidden verticesfor label, v in self.vertices.items():labelunused. Is actually aWaypointnow.v.first_waypoint->
HGVertex::first_waypointno longer used (aleady unused in C++).Was it before I started messing with the datachecks?