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

Refactor XML parser in parse_azfp.py to maintain consistency with other parsers #1135

Merged
merged 12 commits into from
Sep 18, 2023

Commits on Aug 26, 2023

  1. Configuration menu
    Copy the full SHA
    a3d278c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    558f3b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    54e1068 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d484534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4b90e1 View commit details
    Browse the repository at this point in the history
  4. updated parameter names

    praneethratna committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f3e6fc0 View commit details
    Browse the repository at this point in the history
  5. Replace camel-to-snake conversion funcitonality (#1)

    * Create utils camel-to-snake-case function in new misc.py, and use it in ek_raw_parsers
    
    * Replace AZFP camel-to-snake function with new utils/misc.py function
    emiliom committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    26a5c0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0241b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    393f05c View commit details
    Browse the repository at this point in the history
  8. fixed failing tests

    praneethratna committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    945a7c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f5bf1e View commit details
    Browse the repository at this point in the history
  10. fixed minor bug

    praneethratna committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1aaa73f View commit details
    Browse the repository at this point in the history