Skip to content

Fix segfault in BufferSet::finalize_compute_avg_beam

Correct index computations in the 'zero-padding' step for the case that the padded result is smaller than the original. Effectively this results in a truncation instead of a padding.

Closes #1 (closed)

Merge request reports