Found this issue when running the regression tests for hydromt wflow.
Given the same models, the v1.1rc1 and v1.0.4 releases produce very different results.
I ran the whole regression pipiline using hydromt_wflow's last stable release (v1.0.2) and with the current state of the release branch (v1.0.3.dev0)
see https://github.com/Deltares/hydromt_wflow/blob/main/tests/regression/README.md for an in-depth overview of the regression setup.
Reproduce
git clone https://github.com/Deltares/hydromt_wflow.git
cd hydromt_wflow
git checkout release/v1.0
$env:WFLOW_CLI="abs\path\to\v1.0.4\wflow_cli.exe"
pixi run regression-pipeline piave tests\regression\.runs-v1.0.4
pixi run regression-assert piave tests\regression\.runs-v1.0.4
$env:WFLOW_CLI="abs\path\to\v1.1rc1\wflow_cli.exe"
pixi run regression-pipeline piave tests\regression\.runs-v1.1rc1
pixi run regression-assert piave tests\regression\.runs-v1.1rc1
From the figures below, we can say that the hydromt_wflow changes are likely not causing the differences.
Note that the baseline metrics were generated with wflow.jl v1.1rc1 in both cases.
hydromt_wflow v1.0.2, wflow.jl v1.0.4

hydromt_wflow v1.0.3.dev0, wflow.jl v1.0.4

See Also
Deltares/hydromt_wflow#829 (comment)
Found this issue when running the regression tests for hydromt wflow.
Given the same models, the
v1.1rc1andv1.0.4releases produce very different results.I ran the whole regression pipiline using hydromt_wflow's last stable release (v1.0.2) and with the current state of the release branch (v1.0.3.dev0)
see https://github.com/Deltares/hydromt_wflow/blob/main/tests/regression/README.md for an in-depth overview of the regression setup.
Reproduce
From the figures below, we can say that the hydromt_wflow changes are likely not causing the differences.
Note that the baseline metrics were generated with wflow.jl v1.1rc1 in both cases.
hydromt_wflow v1.0.2, wflow.jl v1.0.4

hydromt_wflow v1.0.3.dev0, wflow.jl v1.0.4

See Also
Deltares/hydromt_wflow#829 (comment)