Skip to content

Commit

Permalink
bugfix in code_parton
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Feb 2, 2023
1 parent 202af1f commit c11e1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion madanalysis/observable/observable_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def Clone(obs,
if plot_unitX_latex!=None:
newobs.plot_unitX_tlatex=plot_unitX_latex
if code_parton!=None:
newobs.code_parton=codeparton
newobs.code_parton=code_parton
if code_hadron!=None:
newobs.code_hadron=code_hadron
if code_reco!=None:
Expand Down

0 comments on commit c11e1d0

Please sign in to comment.