Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Veronica Andreo <[email protected]>
  • Loading branch information
ninsbl and veroandreo authored Jun 14, 2024
1 parent 878843d commit 1675fbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions temporal/t.rast.neighbors/t.rast.neighbors.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# % key: region_relation
# % description: Process only maps with this spatial relation to the current computational region
# % guisection: Selection
# % options: overlaps,contains,is_contained
# % options: overlaps, contains, is_contained
# % required: no
# % multiple: no
# %end
Expand Down Expand Up @@ -79,7 +79,7 @@
# % multiple: no
# % options: none,gaussian,exponential,file
# % description: Weighting function
# % descriptions: none;No weighting;gaussian;Gaussian weighting function;exponential;Exponential weighting function;file;File with a custom weighting matrix;
# % descriptions: none, No weighting; gaussian, Gaussian weighting function; exponential, Exponential weighting function; file, File with a custom weighting matrix
# % answer: none
# %end

Expand All @@ -88,7 +88,7 @@
# % type: double
# % required: no
# % multiple: no
# % description: Factor used in the selected weighting function (ignored for none and file)
# % description: Factor used in the selected weighting function (ignored for weighting_function=none and file)
# %end

# %option G_OPT_F_INPUT
Expand Down

0 comments on commit 1675fbb

Please sign in to comment.