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
What do you think about using a try/except block here in case a bad representation of a bbox, such as "1, 2, 3, 4, 5" or something that cannot be cast as int, is passed to the constructor?
I tried with these bad inputs:
In the former something that's not numeric was accepted, and in the latter the error message is somewhat misleading.
Originally posted by @cpaniaguam in #60 (comment)
The text was updated successfully, but these errors were encountered: