Skip to content

Commit

Permalink
Merge pull request #256 from cta-observatory/background_docs
Browse files Browse the repository at this point in the history
Add estimate_background to __all__
  • Loading branch information
maxnoe authored Sep 8, 2023
2 parents 12a6095 + a62a35e commit ef27efb
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 ef27efb

Please sign in to comment.