Skip to content

Issue a warning for large histograms

Lennart Huth requested to merge f/warningForLargeHistograms into master

Plotting residuals as a function of time causes corry to crash. @ffeindt reported me the issue and it is caused by huge root histograms filled for bad combinations of binning and resolution. Since users might want this plot in large detail I've added a warning if the histogram contains more than 3 million bins.

Merge request reports