Skip to content

Solve issue with incomplete statistics

Andre Offringa requested to merge solve-incomplete-statistics into master

When not all data fits in memory at once, the statistics will run on each chunk of data that fits in memory. In that case, the statistics of the previous chunk would be overwritten by the next chunk. This solves https://github.com/lofar-astron/DP3/issues/334 .

Merge request reports