Skip to content

Commit

Permalink
64: Removed unrelevant metrics for the avg calculation test
Browse files Browse the repository at this point in the history
Signed-off-by: Stevan Buzejic <[email protected]>
  • Loading branch information
stevanbz committed Sep 6, 2022
1 parent 3ad1242 commit 56d31de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class RollupRunnerIT : RollupRestTestCase() {
continuous = false,
dimensions = listOf(DateHistogram(sourceField = "tpep_pickup_datetime", fixedInterval = "1h")),
metrics = listOf(
RollupMetrics(sourceField = propertyName, targetField = propertyName, metrics = listOf(Sum(), Min(), Max(), ValueCount(), Average()))
RollupMetrics(sourceField = propertyName, targetField = propertyName, metrics = listOf(Average()))
)
).let { createRollup(it, it.id) }

Expand Down

0 comments on commit 56d31de

Please sign in to comment.