Skip to content

Commit

Permalink
run_black
Browse files Browse the repository at this point in the history
  • Loading branch information
jmduarte committed Jun 6, 2024
1 parent c2a349e commit b22868e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rhalphalib/template_morph.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def get(self, shift=0.0, smear=1.0):
w2s, edges, _ = self.w2s.get(shift, smear)
if self.return_hist: # return hist object
import hist

h = hist.Hist(
hist.axis.Variable(edges, name=self.varname),
storage="weight",
Expand Down

0 comments on commit b22868e

Please sign in to comment.