Skip to content

Commit d0c8183

Browse files
DelloStrittoqgp
andauthored
Update machine_learning_hep/processer.py
Co-authored-by: Jochen Klein <[email protected]>
1 parent c7823cf commit d0c8183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning_hep/processer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def load_cuts(self):
661661
print("No custom cuts given, hence not cutting...")
662662
self.analysis_cuts = [None] * self.p_nptfinbins
663663
if not raw_mult_cuts:
664-
print("No multiplicity cuts given, hence not cutting...")
664+
self.logger.info("No multiplicity cuts given, hence not cutting...")
665665
self.analysis_mult_cuts = [None] * self.p_nptfinbins
666666
if not raw_cuts and not raw_mult_cuts:
667667
return

0 commit comments

Comments
 (0)