Skip to content

Commit 5b7b020

Browse files
author
Luigi Dello Stritto
committed
fix
1 parent cb7f08c commit 5b7b020

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

machine_learning_hep/analysis/analyzerdhadrons_mult.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
# pylint: disable=too-many-lines
1919
# pylint: disable=unused-wildcard-import, wildcard-import
2020
import os
21-
import itertools
2221
from array import array
2322
from pathlib import Path
2423
import numpy as np
@@ -736,5 +735,5 @@ def plotternormyields(self):
736735
cCrossvsvar1.SaveAs("%s/CorrectedYieldsNorm%s%sVs%s.eps" % (self.d_resultsallpdata,
737736
self.case, self.typean,
738737
self.v_var_binning))
739-
740738
fileoutcrosstot.Close()
739+

0 commit comments

Comments
 (0)