Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent/odd behavior with aggregating to 'max' #48

Open
zorkian opened this issue Apr 28, 2011 · 1 comment
Open

Inconsistent/odd behavior with aggregating to 'max' #48

zorkian opened this issue Apr 28, 2011 · 1 comment
Assignees

Comments

@zorkian
Copy link
Contributor

zorkian commented Apr 28, 2011

This may affect other aggregation methods, but I noticed it with max. In my data series, I have one timeseries that has a value of 9 at a certain time. This value occurs once.

I use: Aggregation method max, downsample for 1 minute intervals with the max function.

The data return shows that the value of 9 is repeated for 45 minutes. This is wrong, because the data point only existed once. When you downsample with 1m intervals, only one such bucket should show a value of 9.

@ghost ghost assigned zorkian Apr 28, 2011
@tsuna
Copy link
Member

tsuna commented Apr 28, 2011

Thanks for filing the bug. Could you gist a small set of data points that reproduce the issue? That'd really help. We could also keep them for unit tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants