Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan-Wiederspan authored Oct 24, 2024
1 parent 2682b1c commit d2bca72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hbt/config/hist_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def qcd_estimation(task, hists):

return hists

def flat_s(task, hists: dict[od.Process, hist.Histogram]) -> dict[hist.Histogram]:
def flat_s(task, hists: dict[od.Process, hist.Histogram]) -> dict[od.Process, hist.Histogram]:
"""Rebinnig of the histograms in *hists* to archieve a flat-signal distribution.
:param task: task instance that contains the process informations
Expand Down Expand Up @@ -389,7 +389,6 @@ def apply_edges(h: hist.Hist, edges: np.ndarray, indices: np.ndarray, variable:
given *edges* and their *indices*.
The rebinned histogram is returned.
:param h: hist Histogram that is to be rebinned
:param edges: a array of ascending bin edges
:param indices: a array of indices that define the new bin edges
Expand Down

0 comments on commit d2bca72

Please sign in to comment.