Skip to content

Commit

Permalink
More tolerance in Processing QGIS algorithms pt 1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 8, 2021
1 parent 846d1fe commit fffeecc
Showing 1 changed file with 26 additions and 0 deletions.
Expand Up @@ -75,6 +75,9 @@ tests:
OUTPUT:
name: expected/aggregate_all.gml
type: vector
compare:
geometry:
ignore_part_order: True

- name: Aggregate using field
algorithm: qgis:aggregate
Expand Down Expand Up @@ -121,6 +124,9 @@ tests:
OUTPUT:
name: expected/aggregate_field.gml
type: vector
compare:
geometry:
ignore_part_order: True

- algorithm: qgis:aggregate
name: Aggregate using two fields
Expand Down Expand Up @@ -167,6 +173,9 @@ tests:
OUTPUT:
name: expected/aggregate_two_fields.gml
type: vector
compare:
geometry:
ignore_part_order: True

- name: Aggregate points
algorithm: qgis:aggregate
Expand Down Expand Up @@ -227,6 +236,9 @@ tests:
OUTPUT:
name: expected/aggregate_lines.gml
type: vector
compare:
geometry:
ignore_part_order: True

- name: Delete Holes
algorithm: native:deleteholes
Expand Down Expand Up @@ -542,6 +554,10 @@ tests:
OUTPUT:
name: expected/dissolve_field.gml
type: vector
compare:
geometry:
precision: 4
ignore_part_order: True

- algorithm: native:dissolve
name: Dissolve using two fields
Expand All @@ -554,6 +570,10 @@ tests:
OUTPUT:
name: expected/dissolve_two_fields.gml
type: vector
compare:
geometry:
precision: 4
ignore_part_order: True

- name: Dissolve with geometries reported as valid but as invalid with isGeosValid
algorithm: native:dissolve
Expand Down Expand Up @@ -1150,6 +1170,9 @@ tests:
OUTPUT:
name: expected/buffer_polys_miter.gml
type: vector
compare:
geometry:
precision: 5

- algorithm: native:buffer
name: Buffer lines
Expand Down Expand Up @@ -1819,6 +1842,9 @@ tests:
OUTPUT:
name: expected/sum_line_length_projected_crs.gml
type: vector
compare:
geometry:
precision: 3

- algorithm: qgis:delaunaytriangulation
name: Delaunay triangulation (multipoint data)
Expand Down

0 comments on commit fffeecc

Please sign in to comment.