Skip to content

Adding check if custom initial jets is set for PDF Sampling

Alexander Froch requested to merge alfroch-fix-custom-inital-bug into master

Summary

This MR introduces the following changes

  • Removing the custom_n_jets_initial from the pdf sampling. Added a logger warning there if custom_n_jets_initial is defined. Even if defined, will not be used.
  • Removing unused setup part of the PDF sampling unit test. This was not used nor was it working.
  • Add a check in resampling_base.py to ensure the pdf sampling can't use the custom_n_jets_initial.

Relates to the following issues

Conformity

Edited by Alexander Froch

Merge request reports