Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Sep 23, 2024
1 parent dad8183 commit 24f4aee
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 @@ -7969,7 +7969,7 @@ def _h_uniform_bins_ ( histo ) :
xaxis = histo.GetXaxis()
if not xaxis.uniform() : return False
yaxis = histo.GetYaxis()
if not raxis.uniform() : return False
if not yaxis.uniform() : return False
zaxis = histo.GetZaxis()
if not zaxis.uniform() : return False
#
Expand Down

0 comments on commit 24f4aee

Please sign in to comment.