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
If sphere fitting is attempted with less than 4 points, this line will fail with the error message: "ValueError: Sample larger than population or is negative".
This could be improved with a simple check on the number of points and a more clear error message. Here's one possible fix.
The text was updated successfully, but these errors were encountered:
If sphere fitting is attempted with less than 4 points, this line will fail with the error message: "ValueError: Sample larger than population or is negative".
This could be improved with a simple check on the number of points and a more clear error message. Here's one possible fix.
The text was updated successfully, but these errors were encountered: