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
The image util function render_bounding_box throws a ValueError: not enough values to unpack (expected 2, got 0) exception if the polyline to render has no vertex.
The image util function
render_bounding_box
throws aValueError: not enough values to unpack (expected 2, got 0)
exception if the polyline to render has no vertex.eta/eta/core/image.py
Lines 1116 to 1125 in f45e571
This happens since a Polyline can contain no vertex.
eta/eta/core/polylines.py
Lines 110 to 113 in f45e571
The text was updated successfully, but these errors were encountered: