esnet / esnet/pond

fixedWindowRollup produces error

Open
#295 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
211
Forks
42
PR merge metrics
No merged PRs in 30d

Description

```
const resolutionWindow = window(duration("1d"));
const bars = series.fixedWindowRollup({
window: resolutionWindow,
aggregation: {
c: { c: avg() } as unknown as Aggregation,
},
});
```

produces:

`TypeError: Cannot read properties of null (reading 'window')`

using `1.0.0-alpha.10`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.