Skip to content

Commit

Permalink
List of functions in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
ranieremenezes authored Oct 3, 2023
1 parent 5d24322 commit 9a56f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions magicctapipe/io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
SimEventInfoContainer,
)
from .io import (
telescope_combinations,
format_object,
get_dl2_mean,
get_stereo_events,
Expand All @@ -20,6 +19,7 @@
load_train_data_files,
load_train_data_files_tel,
save_pandas_data_in_table,
telescope_combinations,
)
from .gadf import (
create_event_hdu,
Expand All @@ -37,7 +37,6 @@
"create_gh_cuts_hdu",
"create_gti_hdu",
"create_pointing_hdu",
"telescope_combinations",
"format_object",
"get_dl2_mean",
"get_stereo_events",
Expand All @@ -50,4 +49,5 @@
"load_train_data_files",
"load_train_data_files_tel",
"save_pandas_data_in_table",
"telescope_combinations",
]

0 comments on commit 9a56f9e

Please sign in to comment.