Closed alexdiab closed 3 years ago
Thank you very much for reporting this @alexdiab! Using your case, I was able to determine the problem. I added your case as a unit test to prevent future mistakes.
What went wrong? During clipping, some of the edges fall outside of the bounding box. These need to be deleted, and the pointers need to be updated. It turns out that during this update process, some of the center points ended up pointing to the edges of other center points.
Hi, I have an issue when trying to use get_coordinate() as it returns None for some of the set of points that I use. To reproduce the problem, here is the code that I use
I don't understand why the first_edge attribute present a Nonetype object in next.
I am trying to get all the vertices for each polygon formed by the Voronoi tesselation Thank you for your help.