Skip to content

Commit

Permalink
Fix some more processing alg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 8, 2021
1 parent 9ba0bd9 commit b106c20
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Expand Up @@ -1315,6 +1315,12 @@ tests:
compare:
fields:
fid: skip
date:
cast: str
min:
cast: str
max:
cast: str

- algorithm: native:joinattributesbylocation
name: Join by location (intersects)
Expand Down Expand Up @@ -1812,6 +1818,10 @@ tests:
compare:
fields:
fid: skip
date_min:
cast: str
date_max:
cast: str

- algorithm: qgis:joinbylocationsummary
name: Join by summary polys to points, reprojected
Expand Down
Expand Up @@ -177,6 +177,8 @@ tests:
fields:
photo: skip
directory: skip
timestamp:
cast: str

- algorithm: qgis:concavehull
name: Concave Hull - Points (0.3)
Expand Down Expand Up @@ -1492,7 +1494,10 @@ tests:
fields:
sum:
cast: float
precision: 5
precision: -1
mean:
cast: float
precision: 3

- algorithm: native:antimeridiansplit
name: Antimeridian split, lines
Expand Down

0 comments on commit b106c20

Please sign in to comment.