Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaHutter committed Oct 25, 2024
1 parent 7875291 commit 21add4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
def test_aggregate_temporal(
temporal_extent,
intervals,
labels,
expected,
bounding_box,
random_raster_data,
Expand All @@ -52,7 +53,7 @@ def test_aggregate_temporal(
)

output_cube = aggregate_temporal(
data=input_cube, intervals=intervals, reducer=reducer
data=input_cube, intervals=intervals, reducer=reducer, labels=labels
)

general_output_checks(
Expand Down

0 comments on commit 21add4f

Please sign in to comment.