Skip to content

Commit

Permalink
update review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hboisgon committed Nov 8, 2024
1 parent cb9b74e commit 8c3c84d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Fixed
- Error in computation of LAI values from mapping to landuse in **setup_laimaps**. PR #297
- IO error for write_states in write. PR #297
- Creating the staticgeoms folder if it does not already exist (eg when dir_input is provided). PR #297
- Pedotransfer function for estimation of residual water content. PR #300
- Pedo-transfer function for estimation of residual water content. PR #300

v0.6.1 (16 September 2024)
==========================
Expand Down
2 changes: 1 addition & 1 deletion hydromt_wflow/wflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -3638,9 +3638,9 @@ def setup_other_demand(
These maps are created from a supplied dataset that either contains one
or all of the following variables:
- `Domestic` water demand
- `Industrial` water demand
- `Livestock` water demand
- `Domestic` water demand (without population downsampling)
For each of these datasets/ variables a gross and a netto water demand
should be provided. They can either be provided cyclic or non-cyclic. The
Expand Down
2 changes: 1 addition & 1 deletion hydromt_wflow/workflows/soilgrids.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ def update_soil_with_paddy(
"""
if len(wflow_layers) != len(target_conductivity):
raise ValueError(
"Lengths of wflow_thicknesslayers and target_conductivity does not " "match"
"Lengths of wflow_thicknesslayers and target_conductivity does not match"
)

# Set kvfrac maps, determine the fraction required to reach target_conductivity
Expand Down

0 comments on commit 8c3c84d

Please sign in to comment.