Skip to content

UnboundEpsilonSummary with epsilon=0.01 always panic when size exceeds 6553499 #2

Description

@ZiJiaW
let mut q = UnboundEpsilonSummary::new(0.01);
for i in 0..7000000 {
    q.update(i)
}

Panic happens and the size always stops at 6553499. When I change epsilon to 0.001, it disappered.

PanicException: index out of bounds: the len is 32 but the index is 32

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions