Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi Dello Stritto committed Nov 5, 2024
1 parent cb7f08c commit 5b7b020
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions machine_learning_hep/analysis/analyzerdhadrons_mult.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# pylint: disable=too-many-lines
# pylint: disable=unused-wildcard-import, wildcard-import
import os
import itertools
from array import array
from pathlib import Path
import numpy as np
Expand Down Expand Up @@ -736,5 +735,5 @@ def plotternormyields(self):
cCrossvsvar1.SaveAs("%s/CorrectedYieldsNorm%s%sVs%s.eps" % (self.d_resultsallpdata,
self.case, self.typean,
self.v_var_binning))

fileoutcrosstot.Close()

0 comments on commit 5b7b020

Please sign in to comment.