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
import os, pprint
pp=pprint.PrettyPrinter() # we'll use this later.
from epanettools.epanettools import EPANetSimulation, Node, Link, Network, Nodes,
... Links, Patterns, Pattern, Controls, Control # import all elements needed
from epanettools.examples import simple # this is just to get the path of standard examples
file = os.path.join(os.path.dirname(simple.file),'Net3.inp') # open an example
es=EPANetSimulation(file)
it shows that error 302. Could you help me to deal with this? Thank you.
P.S. I'm using python 3.7 with windows 10.
The text was updated successfully, but these errors were encountered:
when use the codes of usage :
it shows that error 302. Could you help me to deal with this? Thank you.
P.S. I'm using python 3.7 with windows 10.
The text was updated successfully, but these errors were encountered: