Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Remove Duplicate Gaps Aggregator #83

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dist/beans/aggregators/aggregators.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/beans/aggregators/aggregators.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/beans/aggregators/aggregators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const AGGREGATORS = [
new RangeAggregator("least_squares"),
new RangeAggregator("max"),
new RangeAggregator("min"),
new RangeAggregator("gaps"),
new PercentileAggregator(),
new SmaAggregator(),
new RangeAggregator("sum"),
Expand Down
1 change: 0 additions & 1 deletion src/beans/aggregators/aggregators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const AGGREGATORS = [
new RangeAggregator("least_squares"),
new RangeAggregator("max"),
new RangeAggregator("min"),
new RangeAggregator("gaps"),
new PercentileAggregator(),
new SmaAggregator(),
new RangeAggregator("sum"),
Expand Down