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
My personal preference is that when x is rs_POINT that it errors out. There is never a case where a point can contain a geometry. I suspect it will always be done in error. Best catch that and precipitate. The class can be check with x.inherits("class_name")
edit: thats a lie: a point can contain a point if they are identical..returning an empty integer vector for each elemnt of the list is probably the best solution
Currently the argument checks in
fn contains_sparse(x: List, y: List) -> List
do not detect ify
is made up of points and fails with a cryptic error.The text was updated successfully, but these errors were encountered: