Bug report #16066
Updated by matteo ghetta over 6 years ago
With the default data (but tested also with other custom data) the test of Mean Coordinate with unique field selected always fails:
@4: AssertionError: 'Point (3 1.5)' != 'Point (3.4 -1.2)'
4: - Point (3 1.5)
4: ? ^ ^
4: + Point (3.4 -1.2)
4: ? ^^^^ ^
4: : Features 1/1 differ in geometry:
4:
4: Point (3 1.5)@
dataset used is custom/points.shp with unique field id2
The result seems ok, only the test fails (tried also with the comparing geometry option)
@ type: vector
compare:
geometry:
precision: 5@
With no parameters selected (standard Mean Coordinates) both result and test are ok
@4: AssertionError: 'Point (3 1.5)' != 'Point (3.4 -1.2)'
4: - Point (3 1.5)
4: ? ^ ^
4: + Point (3.4 -1.2)
4: ? ^^^^ ^
4: : Features 1/1 differ in geometry:
4:
4: Point (3 1.5)@
dataset used is custom/points.shp with unique field id2
The result seems ok, only the test fails (tried also with the comparing geometry option)
@ type: vector
compare:
geometry:
precision: 5@
With no parameters selected (standard Mean Coordinates) both result and test are ok