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
Problem: surface.area (for Building:Surface:Detailed) does not work when first 3 points are linear and numpy is installed.
Solution: This is because numpy does not throw a ZeroDivisionError but raises a RuntimeWarning. Ensure that a ZeroDivisionError is raised in geometry.surface.unit_normal
Problem: surface.area (for Building:Surface:Detailed) does not work when first 3 points are linear and numpy is installed.
This is because numpy does not throw a ZeroDivisionError but raises a RuntimeWarning.
The text was updated successfully, but these errors were encountered: