Skip to content

Add n_bins options for range checks

Dylan Jaide White requested to merge djwhite/checks-nbins-options into master

Allows users to specify the number of bins for all range checks (range, range_nd, range_bkg_subtracted). Up to now, the number of bins has been hard-coded to be 50. This MR adds optional YAML keys for n_bins so users can specify instead. The default number of bins is 50 for each axis.

This resolves #14 (closed).

FYI @gtuci

Work related to https://gitlab.cern.ch/lhcb-dpa/project/-/issues/93

Edited by Dylan Jaide White

Merge request reports