We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7823cf commit d0c8183Copy full SHA for d0c8183
machine_learning_hep/processer.py
@@ -661,7 +661,7 @@ def load_cuts(self):
661
print("No custom cuts given, hence not cutting...")
662
self.analysis_cuts = [None] * self.p_nptfinbins
663
if not raw_mult_cuts:
664
- print("No multiplicity cuts given, hence not cutting...")
+ self.logger.info("No multiplicity cuts given, hence not cutting...")
665
self.analysis_mult_cuts = [None] * self.p_nptfinbins
666
if not raw_cuts and not raw_mult_cuts:
667
return
0 commit comments