Skip to content

Commit 79c12a1

Browse files
committed
translate a comment to English
see #61
1 parent 8aea678 commit 79c12a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

smoderp2d/providers/base/data_preparation.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ def _get_mat_nan(r, c, no_data_value, mat_slope, mat_dem):
124124
condition = ma.logical_or(
125125
mat_dem == no_data_value, mat_slope == no_data_value
126126
)
127-
# vyrezani krajnich bunek, kde byly chyby, je to vyrazeno u
128-
# sklonu a acc
127+
# get rid of border cells with errors - beware of slope and acc
129128
mat_nan = ma.where(
130129
condition,
131130
no_data_value,

0 commit comments

Comments
 (0)