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
I confirm the issue.
The problem seem to be related to numerical issues. During the enclosing ball search iterations, the radius of the balls should be non-decreasing from one iteration to the next one. However, with the points sample above, one iteration leads to a ball of radius 0.04932531217754311 and at the following iteration the radius becomes 0.049325312177543094 which is 1.6e-17 smaller. The difference is 2 ulps only.
I am looking at this.
The following code generates an internal error:
The text was updated successfully, but these errors were encountered: