Skip to content

Commit 671f024

Browse files
committed
fix tests
1 parent f3f9e54 commit 671f024

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,38 +1047,38 @@ tests:
10471047
- algorithm: qgis:slope
10481048
name: Slope from QGIS analysis library
10491049
params:
1050-
INPUT_LAYER:
1050+
INPUT:
10511051
name: dem.tif
10521052
type: raster
10531053
Z_FACTOR: 1.0
10541054
results:
1055-
OUTPUT_LAYER:
1055+
OUTPUT:
10561056
hash: 151ea76a21b286c16567eb6b4b692925a84145b65561a0017effb1a1
10571057
type: rasterhash
10581058

10591059
- algorithm: qgis:ruggednessindex
10601060
name: Ruggedness index from QGIS analysis library
10611061
params:
1062-
INPUT_LAYER:
1062+
INPUT:
10631063
name: dem.tif
10641064
type: raster
10651065
Z_FACTOR: 1.0
10661066
results:
1067-
OUTPUT_LAYER:
1067+
OUTPUT:
10681068
hash: ff630246e8dc19c7217d81261c6b64f965c17fa04d3e41d7979c1f1e
10691069
type: rasterhash
10701070

10711071
- algorithm: qgis:hillshade
10721072
name: Hillshade from QGIS analysis library
10731073
params:
10741074
AZIMUTH: 300.0
1075-
INPUT_LAYER:
1075+
INPUT:
10761076
name: dem.tif
10771077
type: raster
10781078
V_ANGLE: 40.0
10791079
Z_FACTOR: 1.0
10801080
results:
1081-
OUTPUT_LAYER:
1081+
OUTPUT:
10821082
hash: 58365b3715b925d6286e7f082ebd9c2a20f09fa1c922176d3f238002
10831083
type: rasterhash
10841084

@@ -2596,14 +2596,14 @@ tests:
25962596
name: Heatmap (Kernel density estimation)
25972597
params:
25982598
DECAY: 0.0
2599-
INPUT_LAYER:
2599+
INPUT:
26002600
name: points.gml
26012601
type: vector
26022602
KERNEL: '0'
26032603
OUTPUT_VALUE: '0'
26042604
PIXEL_SIZE: 0.1
26052605
RADIUS: 0.5
26062606
results:
2607-
OUTPUT_LAYER:
2607+
OUTPUT:
26082608
hash: a594d4fa994b81641bfadde54447dc548fa6e23f630c6a4c383487c5
26092609
type: rasterhash

0 commit comments

Comments
 (0)