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 06e3f6c commit 5d24322
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
telescope_combinations,
)

__all__ = ["telescope_positions","event_coincidence"]
__all__ = ["event_coincidence","telescope_positions"]

logger = logging.getLogger(__name__)
logger.addHandler(logging.StreamHandler())
Expand Down Expand Up @@ -631,4 +631,4 @@ def main():


if __name__ == "__main__":
main()
main()
2 changes: 1 addition & 1 deletion magicctapipe/scripts/lst1_magic/merge_hdf_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import tables
from ctapipe.instrument import SubarrayDescription

__all__ = ["write_data_to_table", "merge_hdf_files"]
__all__ = ["merge_hdf_files","write_data_to_table"]

logger = logging.getLogger(__name__)
logger.addHandler(logging.StreamHandler())
Expand Down

0 comments on commit 5d24322

Please sign in to comment.