You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The flow module refers to code to generate iMODFLOW model. It is not used at all and iMODFLOW is phased out, so best to remove it and to reduce the complexity of the code base. It is only another hurdle for new developers to understand what is going on.
Remove:
flow module
Remove tests
Remove examples
Remove API docs and any crossrefs in the docs
The text was updated successfully, but these errors were encountered:
Fixes#1457
Removes ``flow`` module, it has hardly seen any use. Reduces clutter,
scope, potential hurdles to getting familiar with the code base, and
potential maintenance.
# Description
- Remove ``flow`` module
- Remove unittests for ``flow``
- Remove iMODFLOW examples
- Remove notions that iMOD Python can generate iMODFLOW models from
README
- Update changelog, so that there are no crossrefs to be removed
I also tested generating the docs, so that there are no errors thrown.
# Checklist
<!---
Before requesting review, please go through this checklist:
-->
- [x] Links to correct issue
- [x] Update changelog, if changes affect users
- [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737``
- [ ] Unit tests were added
- [ ] **If feature added**: Added/extended example
Uh oh!
There was an error while loading. Please reload this page.
The
flow
module refers to code to generateiMODFLOW
model. It is not used at all and iMODFLOW is phased out, so best to remove it and to reduce the complexity of the code base. It is only another hurdle for new developers to understand what is going on.Remove:
flow
moduleThe text was updated successfully, but these errors were encountered: