Skip to content

Commit

Permalink
fixup! Issue #197 add basic pg based test of UDF on VectorCube
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Aug 3, 2023
1 parent 21bc21d commit 4146146
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_views_execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -3527,7 +3527,9 @@ def test_request_costs_for_failed_request(api, backend_implementation):

class TestVectorCubeRunUDF:
"""
Related to:
Tests about running UDF based manipulations on vector cubes
References:
- https://github.com/Open-EO/openeo-python-driver/issues/197
- https://github.com/Open-EO/openeo-python-driver/pull/200
- https://github.com/Open-EO/openeo-geopyspark-driver/issues/437
Expand Down Expand Up @@ -3573,7 +3575,6 @@ def process_geometries(udf_data: UdfData) -> UdfData:
},
}
resp = api100.check_result(process_graph)
# DictSubSet=dict
assert resp.json == DictSubSet(
{
"type": "FeatureCollection",
Expand Down

0 comments on commit 4146146

Please sign in to comment.