Hello all,
I encountered a peculiar issue in watershed-workflow 2.0. If you have installed watershed-workflow 2.0 after Feb/March 2026, and did not use docker, then by default you will end up installing rosetta-soil v0.3.2. That version is incompatible with watershed-workflow 2.0. Importantly, the "new" version of rosetta-soil does not apply log transformations. You will end up with van genuchten n values of ~23.
The fix is to either use a docker container or manually install the older version of rosetta-soil as follows:
python -m pip install "rosetta-soil==0.1.2"
Perhaps the developers can address this in the next iteration of watershed-workflow.
Hope this helps.
Utkarsh