We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I'm trying to run your sample code. But I have some problems and want to communicate with you.
First, in SWMM_ MPC module line118 pyswmm.lib.use('libswmm5_ hs.so')
line118 pyswmm.lib.use('libswmm5_ hs.so')
The error is, AttributeError: module 'pyswmm' has no attribute 'lib'
AttributeError: module 'pyswmm' has no attribute 'lib'
Second, in SWMM_ MPC module line140 sim.save_ hotstart(dt_ hs_ path)
line140 sim.save_ hotstart(dt_ hs_ path)
The error is, AttributeError: 'Simulation' object has no attribute 'save_ hotstart'
AttributeError: 'Simulation' object has no attribute 'save_ hotstart'
I can't solve this problem. Can you give me some help?
The text was updated successfully, but these errors were encountered:
I use Python 3.8.10 to run my codes. Look forward to your reply.
Sorry, something went wrong.
same issues I face as well. I assume the 'Simulation' object has a function called 'save_hotstart'. Any update?
I'm facing the same problem right now, any help?
No branches or pull requests
Hi!
I'm trying to run your sample code. But I have some problems and want to communicate with you.
First, in SWMM_ MPC module
line118 pyswmm.lib.use('libswmm5_ hs.so')
The error is,
AttributeError: module 'pyswmm' has no attribute 'lib'
Second, in SWMM_ MPC module
line140 sim.save_ hotstart(dt_ hs_ path)
The error is,
AttributeError: 'Simulation' object has no attribute 'save_ hotstart'
I can't solve this problem. Can you give me some help?
The text was updated successfully, but these errors were encountered: