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
This is an edge case, but currently preprocessing.FaceArtifacts() fails rather cryptically when an edge skeleton is passed which polygons can be generated from – see here.
jGaboardi
changed the title
fail gracefully when no initial polygons generated – preprocessing. FaceArtifacts
fail gracefully when no initial polygons generated – preprocessing.FaceArtifactsNov 11, 2024
This is an edge case, but currently
preprocessing.FaceArtifacts()
fails rather cryptically when an edge skeleton is passed which polygons can be generated from – see here.I propose adding a simple check following that step which either
raises
orwarns
+returns
immediatley if thepolygon
result data frame is empty.@martinfleis I think a
raise
is more appropriate. Thoughts?The text was updated successfully, but these errors were encountered: