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'm getting a wrong result from corner_direction for a specific set of points. The following test fails, even though the points are clearly not on a line:
I don't know what is special about these values. These just happened to be the points I've seen this issue with in my code base (modulo some light rounding). If I round the longer values (to 0.9 or 1.7), the test no longer fails.
The text was updated successfully, but these errors were encountered:
I'm getting a wrong result from
corner_direction
for a specific set of points. The following test fails, even though the points are clearly not on a line:I don't know what is special about these values. These just happened to be the points I've seen this issue with in my code base (modulo some light rounding). If I round the longer values (to
0.9
or1.7
), the test no longer fails.The text was updated successfully, but these errors were encountered: