Skip to content

Commit f31a7f4

Browse files
luipirnyalldawson
authored andcommittedAug 27, 2018
small fix in parameter description removing spaces
(cherry picked from commit 3b29e59)
1 parent 9b91b99 commit f31a7f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎python/plugins/processing/algs/saga/description/WatershedSegmentation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ QgsProcessingParameterEnum|OUTPUT|Output|[0] Seed Value;[1] Segment ID
55
QgsProcessingParameterEnum|DOWN|Method|[0] Minima;[1] Maxima
66
QgsProcessingParameterEnum|JOIN|Join Segments based on Threshold Value|[0] do not join;[1] seed to saddle difference;[2] seeds difference
77
QgsProcessingParameterNumber|THRESHOLD|Threshold|QgsProcessingParameterNumber.Double|0|False|None|None
8-
QgsProcessingParameterBoolean|EDGE |Allow Edge Pixels to be Seeds|True
9-
QgsProcessingParameterBoolean|BBORDERS |Borders|True
8+
QgsProcessingParameterBoolean|EDGE|Allow Edge Pixels to be Seeds|True
9+
QgsProcessingParameterBoolean|BBORDERS|Borders|True
1010
QgsProcessingParameterRasterDestination|SEGMENTS|Segments
1111
QgsProcessingParameterVectorDestination|SEEDS|Seed Points
1212
QgsProcessingParameterRasterDestination|BORDERS|Borders

‎python/plugins/processing/tests/testdata/saga_algorithm_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,9 @@ tests:
432432
- algorithm: saga:watershedsegmentation
433433
name: Test (saga:watershedsegmentation)
434434
params:
435-
'BBORDERS ': true
435+
'BBORDERS': true
436436
DOWN: 0
437-
'EDGE ': true
437+
'EDGE': true
438438
GRID:
439439
name: dem.tif
440440
type: raster

0 commit comments

Comments
 (0)
Please sign in to comment.