People-Places-Solutions/floodmodeller-api

Consolidate shared functionality between `IEF` and `XML2D`

Open

#146 opened on Jan 7, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (23 forks)auto 404
good first issuerefactor

Repository metrics

Stars
 (42 stars)
PR merge metrics
 (PR metrics pending)

Description

There are some pieces of code that are identical between IEF and XML2D, for instance the _update_progress_bar method. These should be extracted into a shared function to avoid unnecessary duplication. Other methods like simulate might also have some partial duplication that should be dealt with.

Contributor guide