From 3e58dc217aacbbf10e75691ae28af3bce5e403f6 Mon Sep 17 00:00:00 2001 From: Samantha Wong Date: Tue, 6 Aug 2024 11:55:49 -0400 Subject: [PATCH] fix: more corrections to init file --- gammapy_tools/make_background/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gammapy_tools/make_background/__init__.py b/gammapy_tools/make_background/__init__.py index e1da1ef..5675d51 100644 --- a/gammapy_tools/make_background/__init__.py +++ b/gammapy_tools/make_background/__init__.py @@ -1,5 +1,5 @@ from .background_models import BackgroundModelEstimator, Background3DModelEstimator -from .make_background import run_make_background, get_background_for_run +from .make_background import run_make_background, get_background_for_run,generate_background_from_run,write_index_files from .prepare_data import prepare_dataset __all__ = [