Georg Arbesser

Results 6 issues of Georg Arbesser

## Feature context The current CI workflow for building the package and releasing it to PyPI is based on ``python-semantic-release`` v7. This has since been updated to v8 which does...

type: DevOps

## Description Some of the classes, functions and methods are missing a proper documentation (especially class attributes). This documentation shall be added. Furthermore, the README.md shall be filled with basic...

documentation
help wanted

## Description Currently, simulation results are read from the report files created by EPANET. To improve performance, the binary out files should be read instead. ## Tasks - [ ]...

type: feature request
type: optimization

# Description Unit tests for several parts of OOPNET would come in very handy while developing it. # Tasks Add tests (at least) for: - [ ] Controls and rules...

help wanted
testing required

## Description EPANET raises warnings for certain events (e.g., negative pressure). These warnings would come in handy if they were raised in OOPNET as well. ## Tasks - [ ]...

type: feature request

## Description The current reader implementation is functional, but a bit messy. Some parts lack structure and are rather complex. ## Proposed Solution - Network Components could be rewritten as...

type: optimization