Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdroenner committed Jul 26, 2024
1 parent 10cadb9 commit 7a1b6ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_workflow_builder_blueprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,13 @@ def test_s2_cloud_free_aggregated_band(self):
"aggregation": {
"type": "mean",
"ignoreNoData": True,
"percentile": None
},
"window": {
"granularity": "days",
"step": 1
},
"windowReference": None,
"outputType": "F32",
},
'sources': {
Expand Down Expand Up @@ -277,11 +279,13 @@ def test_s2_cloud_free_aggregated_band_custom_input(self):
"aggregation": {
"type": "mean",
"ignoreNoData": True,
"percentile": None
},
"window": {
"granularity": "days",
"step": 1
},
"windowReference": None,
"outputType": "F32",
},
'sources': {
Expand Down Expand Up @@ -338,11 +342,13 @@ def test_s2_cloud_free_aggregated_ndvi_custom_input(self):
"aggregation": {
"type": "mean",
"ignoreNoData": True,
"percentile": None
},
"window": {
"granularity": "days",
"step": 1
},
"windowReference": None,
"outputType": "F32",
},
'sources': {
Expand Down
2 changes: 2 additions & 0 deletions tests/test_workflow_builder_operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,13 @@ def test_temporal_raster_aggregation(self):
"aggregation": {
"type": "mean",
"ignoreNoData": True,
"percentile": None
},
"window": {
"granularity": "days",
"step": 1
},
"windowReference": None,
"outputType": "u8",
},
'sources': {
Expand Down

0 comments on commit 7a1b6ef

Please sign in to comment.