You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a certain array of 5 points the Voronoi diagram "misses" a point. I have reproduced this on observable.
I originally reported this as a bug in Vega-Lite vega/vega-lite#9388 and then Vega vega/vega#3941, but after more digging I believe the bug is coming from this library.
The text was updated successfully, but these errors were encountered:
Solved by increasing the factor 1e-8 to 1e-7. However, this in turn breaks another test. I found a sweet spot value at 1.5e-8 that makes all the tests happy, but it's clearly not a great solution (see #147).
For a certain array of 5 points the Voronoi diagram "misses" a point. I have reproduced this on observable.
I originally reported this as a bug in Vega-Lite vega/vega-lite#9388 and then Vega vega/vega#3941, but after more digging I believe the bug is coming from this library.
The text was updated successfully, but these errors were encountered: