Skip to content

Avoid slice splitting in mep_real_data test

Roel Aaij requested to merge ra-mep-real-data-smaller-slices into 2024-patches

Batches of events are being split, resulting in a lot of output in the mep_real_data test and reference that also changes much more often than needed. This is fixed by reducing the number of events per slice and allocating more memory per event.

Merge request reports