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
Under certain circumstances, various errors can occur in connect_points and geometry_operations.
weld_segments can remove lines unintentionally when two lines connect the same two points
If multiple lines connect the same two points in a network, eomof.solph will throw an error. (The error looks similar to the one mentioned in Issues with looped pipes #115, so they may be related)
The boundary' line connection method for creating the house connections could cause an error when the street line already touches the building
I have created a PR which attempts to solve the various issues I encountered.
The text was updated successfully, but these errors were encountered:
Under certain circumstances, various errors can occur in
connect_points
andgeometry_operations
.weld_segments
can remove lines unintentionally when two lines connect the same two pointsI have created a PR which attempts to solve the various issues I encountered.
The text was updated successfully, but these errors were encountered: