Laurent Courty

Results 59 comments of Laurent Courty

@michaeltryby the Windows version does not need to have Windows line endings in the git repo, even less so in the PyPI package.

I've created a conda package for swmm: https://github.com/conda-forge/staged-recipes/pull/11903 Now that it's all in the green, I'd like to add pyswmm to the PR. I wonder what would be the best...

The package at https://anaconda.org/conda-forge/pyswmm/files should now work. You are welcome to try. Because of #240 , the changes proposed in #241 are integrated via a forked package. Hopefully, in the...

I have the same issue. If I set: ``` "build_command": ["PIP_NO_BUILD_ISOLATION=false python -m pip wheel --no-deps --no-index -w {build_cache_dir} {build_dir}"], ``` Then the build fails: ``` ModuleNotFoundError: No module named...

Of course, from a numerical point of view, every node is a storage. A junction is just a very simple one. However, from the user standpoint, I believe that a...

@RudyFrom3 This issue is about setting the manhole surfaceArea, not its opening. Those are two different matters. See my answer in #111.

> Ok... so the next phase of this is to discover how and where in the code to add these capabilities I guess ?? I already have the code working....

It seems to me that there are to different things here: 1 - calculating the flow from/two a surface model 2 - calculating the pit loss due to the node...

Please note that CC themselves discourage people from using CC licenses for software: https://creativecommons.org/faq/#can-i-apply-a-creative-commons-license-to-software I am not aware of the events you're mentioning @bemcdonnell, but the current MIT license does...

I think that it could be implemented in the following way, by using orifice and weir equations to calculate the flow: A function that loop through the nodes, calling another...