go-spatial / geom

Geometry interfaces to help drive interoperability within the Go geospatial community
MIT License
168 stars 37 forks source link

Unit tests are failing for Trianglulator #27

Closed Hoovs closed 4 years ago

Hoovs commented 6 years ago

It looks like the unit tests are failing for Trianglulator around the inserting of an index. I have gone down the stack trace a ways and they all seem to lead to the same part of code.

Right now it looks to be around the method insertConstraints().

It seems to affect test cases 2,3 in makeValid and the last one in Trianglulator.

Will try and work up a fix as I figure out how this code works, if you have any ideas that would be great as well.

gdey commented 6 years ago

I've fixed these in the (gdey_delaunay)[https://github.com/go-spatial/geom/tree/gdey_delaunay] branch. However, there are several major regressions that I'm working through.