Skip to content

Commit

Permalink
Update histos.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev authored Aug 5, 2024
1 parent 643b344 commit 819462a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/histos/histos.py
Original file line number Diff line number Diff line change
Expand Up @@ -4337,7 +4337,7 @@ def _h1_effic4_ ( histo , cut_low ) :
"""

c1 = [ histo [ i ] for i in histo ]
c2 = c1.copy()
c2 = c1 [ : ]
c2.reverse ()

## for "natural" histograms make better treatment of first/last uncertainties
Expand Down

0 comments on commit 819462a

Please sign in to comment.