Open shartgring opened 1 month ago
I also see that it is done on two places in the code.
In the beginning of DFlowFMModel.write_geoms
:
https://github.com/Deltares/hydromt_delft3dfm/blob/5195d497bf1b0c1fc00ba5a48d565774f8856456/hydromt_delft3dfm/dflowfm.py#L3171
And also at the end: https://github.com/Deltares/hydromt_delft3dfm/blob/5195d497bf1b0c1fc00ba5a48d565774f8856456/hydromt_delft3dfm/dflowfm.py#L3237
I guess one of these should be ommitted? Would that resolve it?
Version checks
Reproducible Example
Current behaviour
The logs show that the geoms are written twice during a single model build
Desired behaviour
Limit to writing the geoms once, for the final model
Additional context
No response