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
For PySWMM-v2 there are several properties/methods inside the Node and Link classes that only apply to specific parts. These properties and methods should only be introduced to the Node and Link objects through proper inheritance. PySWMM-v1.6 should introduce warnings and pyswmm-v2 should see the actual structural changes to nodes.py and links.py modules.
The text was updated successfully, but these errors were encountered:
For PySWMM-v2 there are several properties/methods inside the
Node
andLink
classes that only apply to specific parts. These properties and methods should only be introduced to theNode
andLink
objects through proper inheritance. PySWMM-v1.6 should introduce warnings and pyswmm-v2 should see the actual structural changes to nodes.py and links.py modules.The text was updated successfully, but these errors were encountered: