Skip to content

Commit

Permalink
fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
pfackeldey committed Apr 3, 2024
1 parent d509b28 commit 5a0f30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evermore/staterror.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get(self, where: Callable) -> ModifierLike:
# see: https://github.com/cms-analysis/HiggsAnalysis-CombinedLimit/pull/929
# and: https://cms-analysis.github.io/HiggsAnalysis-CombinedLimit/latest/part2/bin-wise-stats/#usage-instructions

# poisson case
# poisson case per process
# if w > 0.0, then poisson, else noop (no effect)
# since w <= 0 leads to NaNs in derivatives, we need to mask them
w = where(self.hists)
Expand Down

0 comments on commit 5a0f30e

Please sign in to comment.