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
We should add some type checking to raise a TypeError here. This can happens quite easily if the coordinate comes from another data type like numpy or such. It can pretty easily be wrapped into a np.array or something, then it's really confusing why no transform is applied.
The text was updated successfully, but these errors were encountered:
As of 0.7.0 this code runs without error, and the sketch is not moved but stays at 0, 0:
We should add some type checking to raise a TypeError here. This can happens quite easily if the coordinate comes from another data type like numpy or such. It can pretty easily be wrapped into a np.array or something, then it's really confusing why no transform is applied.
The text was updated successfully, but these errors were encountered: