Skip to content

Commit

Permalink
translate a comment to English
Browse files Browse the repository at this point in the history
see #61
  • Loading branch information
pesekon2 committed Dec 19, 2024
1 parent 8aea678 commit 79c12a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions smoderp2d/providers/base/data_preparation.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ def _get_mat_nan(r, c, no_data_value, mat_slope, mat_dem):
condition = ma.logical_or(
mat_dem == no_data_value, mat_slope == no_data_value
)
# vyrezani krajnich bunek, kde byly chyby, je to vyrazeno u
# sklonu a acc
# get rid of border cells with errors - beware of slope and acc
mat_nan = ma.where(
condition,
no_data_value,
Expand Down

0 comments on commit 79c12a1

Please sign in to comment.