Skip to content

Commit

Permalink
Add estimate_background to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Sep 8, 2023
1 parent 12a6095 commit a62a35e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyirf/sensitivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
from .binning import create_histogram_table, bin_center


__all__ = ["relative_sensitivity", "calculate_sensitivity"]
__all__ = [
"relative_sensitivity",
"calculate_sensitivity",
"estimate_background",
]


log = logging.getLogger(__name__)
Expand Down

0 comments on commit a62a35e

Please sign in to comment.