Skip to content

Commit f2bd55e

Browse files
committed
Port to lue-0.3.9
1 parent cc7ad23 commit f2bd55e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

use_case/usle/usle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def usle(dem_pathname, soil_loss_pathname, partition_shape):
112112
# The runtime is started on all localities. This function is only called on the root
113113
# locality.
114114

115-
dem = lfr.from_gdal(dem_pathname, partition_shape)
115+
dem = lfr.from_gdal(dem_pathname, partition_shape=partition_shape)
116116
cell_size = 10
117117

118118
r = rainfall_erosivity_factor(dem.shape, partition_shape)

0 commit comments

Comments
 (0)