Skip to content

Commit

Permalink
Comment log message actually printing
Browse files Browse the repository at this point in the history
  • Loading branch information
qgp committed Aug 29, 2024
1 parent 2ccd50f commit c8c5b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machine_learning_hep/analysis/analyzer_jets.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from machine_learning_hep.analysis.analyzer import Analyzer
from machine_learning_hep.fitting.roofitter import RooFitter
from machine_learning_hep.utilities import folding, make_message_notfound, print_histogram
from machine_learning_hep.utilities import folding, make_message_notfound,
from machine_learning_hep.utils.hist import (bin_array, create_hist,
fill_hist_fast, get_axis, get_dim,
get_nbins, project_hist,
Expand Down Expand Up @@ -803,7 +803,7 @@ def _analyze(self, method = 'sidesub'):
hproj_sel.Scale(1. / hproj_sel.Integral(), "width")
self.logger.debug("Final histogram: %s, jet pT %g to %g",
var, jetptrange[0], jetptrange[1])
self.logger.debug(print_histogram(hproj_sel))
# self.logger.debug(print_histogram(hproj_sel))
self._save_hist(
hproj_sel,
f'uf/h_{var}_{method}_unfolded_{mcordata}_' +
Expand Down

0 comments on commit c8c5b72

Please sign in to comment.