Skip to content

Conversation

gdementen
Copy link
Contributor

the bug occurred only if all the following conditions applied:
a) the labels indices were at a constant "step" from each other
b) they were given in reverse order (step < 0)
c) the last label (with smallest index) had an index < abs(step) (ie index + step < 0)

the bug occurred only if all the following conditions applied:
a) the labels indices were at a constant "step" from each other
b) they were given in reverse order (step < 0)
c) the last label (with smallest index) had an index < abs(step) (ie index + step < 0)
@gdementen gdementen linked an issue Jun 24, 2020 that may be closed by this pull request
@gdementen gdementen added this to the 0.33 milestone Jun 24, 2020
@gdementen gdementen merged commit e4936d8 into larray-project:master Jun 24, 2020
@gdementen gdementen deleted the issue868 branch June 24, 2020 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

result of group aggregates with labels in reverse order can be wrong
1 participant