Skip to content

Fixing common variable bug in PDF sampling

Jacob Edwin Crosby requested to merge jcrosby-missing-var-resampling into master

Summary

This MR introduces the following changes

  • Adding retrieve_common_variables function. Checks the per sample available variables and will return all common variables which are available in all samples. Also prints warnings when variables are not in all samples available.
  • Fixing an issue in the PDF sampling where the common variables were not used to merge the resampled flavour files into the final resampled file. This caused crashes when running over samples with different variables available.

Conformity

Edited by Alexander Froch

Merge request reports