Jenn

Results 61 comments of Jenn

@Leslay-wang Write exactly this into command: `pip install pyswmm`

> @michaeltryby Does it mean "from the wheel"? the following > > (base) C:\Users\静怡>pip install wheel > Requirement already satisfied: wheel in e:\appdata\anaconda3\lib\site-packages (0.35.1) > > (base) C:\Users\静怡>cd E:\AppData\Anaconda3\Scripts >...

please downgrade your aenum package to 2.2.6 as discussed in here: https://github.com/OpenWaterAnalytics/pyswmm/issues/272 copy this exact command: `pip install aenum==2.2.6`

> Maybe we could update the readme to give users "Quick Start" information then direct to more detailed sources of info. > > To me a Quick Start provides the...

I think you get that error if it is unable to locate swmm5.dll. Can you confirm that you see `swmm5.dll` in the following folder? E:\AppData\Anaconda3\bin\ Edit: Can you try uninstalling...

@Leslay-wang I was able to replicate your error using anaconda3 ``` Type "help", "copyright", "credits" or "license" for more information. >>> from pyswmm.links import link Traceback (most recent call last):...

@Leslay-wang I was able to fix the issue by adding the python library path to PATH in user variables. For your installation of anaconda3, try adding: ``` E:\AppData\Anaconda3\bin ``` in...

@dickinsonre Interesting issue. I wonder what happens if multiple LIDs have the same textfile path? Do the textfiles override each other? If they do, it would be nice to keep...

Is it possible to replicate what you described above with drying time parameter where you can control how long it takes for your soil to dry?

`total_periods` is an integer value and the value represents the number of data points. This value should be the number of timesteps within your timeseries if all inflow values are...