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
Be more lenient with unit vectors accepted for rotated regions. Accept floating point errors with np.isclose instead of strictly checking dot products (==0) and norms (==1).