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
I'm using the in-memory implementation for some testing purposes, and it seems if you try to pass a PointId to delete() that hasn't been inserted, this line will throw a KeyError.
The text was updated successfully, but these errors were encountered:
I'm using the in-memory implementation for some testing purposes, and it seems if you try to pass a
PointId
todelete()
that hasn't been inserted, this line will throw aKeyError
.The text was updated successfully, but these errors were encountered: