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
Currently, setting pos=None in the constructor will set all positions to the origin. There are few places in the code that rely on this behavior, but also some places where pos is not None is explicitly checked.
We need to decide if pos=None should be possible, and then either remove the pos is None checks or add them where they are missing.
The text was updated successfully, but these errors were encountered:
Currently, setting
pos=None
in the constructor will set all positions to the origin. There are few places in the code that rely on this behavior, but also some places wherepos is not None
is explicitly checked.We need to decide if
pos=None
should be possible, and then either remove thepos is None
checks or add them where they are missing.The text was updated successfully, but these errors were encountered: