Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
More tolerance in some tests
- Loading branch information
|
@@ -193,6 +193,9 @@ tests: |
|
|
OUTPUT: |
|
|
name: expected/polygonize.gml |
|
|
type: vector |
|
|
compare: |
|
|
geometry: |
|
|
topo_equal_check: True |
|
|
|
|
|
- algorithm: qgis:voronoipolygons |
|
|
name: Standard voronoi |
|
|
|
@@ -551,6 +551,9 @@ tests: |
|
|
OUTPUT: |
|
|
name: expected/tapered_buffer_line.gml |
|
|
type: vector |
|
|
compare: |
|
|
geometry: |
|
|
topo_equal_check: True |
|
|
|
|
|
- algorithm: native:taperedbuffer |
|
|
name: Tapered buffers (multiline) |
|
@@ -583,6 +586,9 @@ tests: |
|
|
OUTPUT: |
|
|
name: expected/variable_width_buffer_by_m.gml |
|
|
type: vector |
|
|
compare: |
|
|
geometry: |
|
|
topo_equal_check: True |
|
|
|
|
|
- algorithm: native:reclassifybytable |
|
|
name: Reclassify by table |
|
|