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
It seems that what's happening is that mcoll.EventCollection() receives color=array([None], dtype=object) and tries to interpret this as a sequence of color values rather than a single value.
The text was updated successfully, but these errors were encountered:
To reproduce the bug:
It seems that what's happening is that
mcoll.EventCollection()
receivescolor=array([None], dtype=object)
and tries to interpret this as a sequence of color values rather than a single value.The text was updated successfully, but these errors were encountered: