Skip to content

Commit

Permalink
Add tests for aggregate_temporal_period
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Dec 22, 2023
1 parent 15ddb20 commit 9843f6f
Show file tree
Hide file tree
Showing 3 changed files with 1,369 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This folder contains test cases for the openEO processes.
- [x] add_dimension
- [ ] aggregate_spatial*
- [x] aggregate_temporal
- [ ] aggregate_temporal_period*
- [x] aggregate_temporal_period
- [x] all
- [x] and
- [x] any
Expand Down
5 changes: 3 additions & 2 deletions tests/aggregate_temporal.json5
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
"absolute": {
"process_id": "absolute",
"arguments": {
"data": {
"x": {
"from_node": "mean"
}
},
Expand Down Expand Up @@ -369,6 +369,7 @@
}
},
{
"level": "L3",
"required": [
"sum"
],
Expand All @@ -389,7 +390,7 @@
"from_parameter": "data"
},
"ignore_nodata": {
"from_pataeter": "context"
"from_parameter": "context"
}
},
"result": true
Expand Down
Loading

0 comments on commit 9843f6f

Please sign in to comment.