swmm-python icon indicating copy to clipboard operation
swmm-python copied to clipboard

Results 9 swmm-python issues
Sort by recently updated
recently updated
newest added

See https://github.com/OpenWaterAnalytics/swmm-python/pull/96#issuecomment-1155353390 for more details.

enhancement
good first issue

Passing a filename containing unicode characters causes ERROR 303. Bug reported by pyswmm user.

bug
help wanted

**Describe the bug** When opening input files where the letters "õ", "ä", "ö" or "ü" are in the name of the file or in the path (catalogue) pyswmm returns error...

Discussing need for a more "rational" comparison criteria for benchmark results. epanet_mincdd_compare can be found here: https://github.com/EPANET-Project/epanet-python/blob/dev/nrtest-epanet/nrtest_epanet/__init__.py So if we wanted to run the mincdd we would need to add...

Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.1 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...

dependencies

Develop a test that performs a comparison between time series gathered two different ways, 1) while the solver is time stepping by accessing solver state variables directly 2) after the...

**Issue Type:** Bug **Description:** When running unit tests for this repository on Python 3.12 (all operating systems), a series of DeprecationWarnings are displayed: ``` :488 :488 :488: DeprecationWarning: builtin type...

bug