Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docstring, unit tests for nectarchain tools, component and containers #114

Merged
merged 6 commits into from
Mar 26, 2024

Commits on Mar 6, 2024

  1. docstrings for container module

    guillaume.grolleron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9f02932 View commit details
    Browse the repository at this point in the history
  2. bugfix : acces to np.array field in container

    guillaume.grolleron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    bee62f5 View commit details
    Browse the repository at this point in the history
  3. put the dirac import in a with

    statement to not break the ctapipe logger
    guillaume.grolleron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c53f071 View commit details
    Browse the repository at this point in the history
  4. speed up by a factor 2 the event loop by

     deleteting .tolist() action
    guillaume.grolleron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1009187 View commit details
    Browse the repository at this point in the history
  5. -cleaning and refactoring of core container class

    -unit test implementation for the data.container module
    guillaume.grolleron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    40c097d View commit details
    Browse the repository at this point in the history
  6. -last unit test for container

    guillaume.grolleron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    fa3239b View commit details
    Browse the repository at this point in the history