From 8e9d49ad8d1cdec20ea5c8e25526204a5d4d02b5 Mon Sep 17 00:00:00 2001 From: matteo Date: Wed, 14 Dec 2016 12:26:17 +0100 Subject: [PATCH] reduce geometry precision from 7 to 5 digits --- .../processing/tests/testdata/qgis_algorithm_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml b/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml index 471d510df38..8c8160a8b6e 100644 --- a/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml +++ b/python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml @@ -1938,7 +1938,7 @@ tests: type: vector compare: geometry: - precision: 7 + precision: 5 - algorithm: qgis:variabledistancebuffer name: variable buffer on points with dissolve option @@ -1955,7 +1955,7 @@ tests: type: vector compare: geometry: - precision: 7 + precision: 5 - algorithm: qgis:adduniquevalueindexfield name: add unique field based on another field