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 can create an example to include in the docs, I just need to figure out how to deal with an error in build_profile_plot() first. When I try to use the from swmmio import build_profile_plot, find_network_trace code referenced in the pyswmm/pyswmm#531 ticket, I get an error. The issue is that there is no Type attribute associated with links.loc[link_id] and there are several locations where the logic in build_profile_plot() and private methods associated with it use links.loc[link_id].Type to determine whether the link is a conduit, weir, orifice, pump, or outlet. Based on the type of link, it extracts the length information differently.
This can be completed after #174 and #155 (planning)
The text was updated successfully, but these errors were encountered: