Skip to content

Commit

Permalink
Update src/cuda_histogram/hist_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp authored Jul 16, 2024
1 parent aa12f29 commit ea48e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cuda_histogram/hist_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ def expandkey(key):
return out

def to_hist(self):
"""Convert this chist histogram to a hist object"""
"""Convert the cuda_histogram histogram to a hist object"""
import hist

return hist.Hist(self.to_boost())

0 comments on commit ea48e25

Please sign in to comment.