Skip to content

Fix mismatch between event lists by getting rid of mask input in algorithm with input aggregates

Adrian Casais Vidal requested to merge acasaisv/fixoutofbounds into master

Fixes #519 (closed) .

Spotted by @thboettc .

The mismatch between even lists caused CalcMaxCombos to not be able to properly count in some corner cases, in those FilterSVs would write out of bounds.

Merge request reports