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
In line 22, pyswmm package doesn't include the SystemFlowRouting. In this way, the syntax of "from pyswmm import Simulation, SystemFlowRouting" is suggested to be "from pyswmm import Simulation, SystemStats" if we want to extract system statistics.
In line 27,‘’Simulation' has been demonstrated as ‘’sim”. Thus, the syntax of "for step in simulation" should be "for step in sim".
The text was updated successfully, but these errors were encountered:
Two errors in System.py module:
In line 22, pyswmm package doesn't include the SystemFlowRouting. In this way, the syntax of "from pyswmm import Simulation, SystemFlowRouting" is suggested to be "from pyswmm import Simulation, SystemStats" if we want to extract system statistics.
In line 27,‘’Simulation' has been demonstrated as ‘’sim”. Thus, the syntax of "for step in simulation" should be "for step in sim".
The text was updated successfully, but these errors were encountered: