Skip to content

Commit

Permalink
Update hydromt_wflow/workflows/landuse.py
Browse files Browse the repository at this point in the history
Co-authored-by: hboisgon <[email protected]>
  • Loading branch information
JoostBuitink and hboisgon authored May 28, 2024
1 parent 7cbe4f3 commit 1f23c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydromt_wflow/workflows/landuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


RESAMPLING = {"landuse": "nearest", "lai": "average", "alpha_h1": "mode"}
DTYPES = {"landuse": np.int16}
DTYPES = {"landuse": np.int16, "alpha_h1": np.int16}


# def landuse(da, ds_like, data_catalog, fn_map, logger=logger, params=None):
Expand Down

0 comments on commit 1f23c3a

Please sign in to comment.