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

Add reader for GERB high-resolution HDF5 files #2572

Merged
merged 22 commits into from
Oct 6, 2023

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    014edb6 View commit details
    Browse the repository at this point in the history
  2. fix style

    pdebuyl committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    045c1ea View commit details
    Browse the repository at this point in the history
  3. flake8

    pdebuyl committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9a6ba0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05038af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    078f541 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58eaddc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ab1693 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c2e5b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ffe5f7f View commit details
    Browse the repository at this point in the history
  10. flake8

    pdebuyl committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    929972a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2f83654 View commit details
    Browse the repository at this point in the history
  12. flake8

    pdebuyl committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7de9d80 View commit details
    Browse the repository at this point in the history
  13. use pytest.mark.parametrize for GERB reader

    Co-authored-by: David Hoese <[email protected]>
    pdebuyl and djhoese committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1b16ffe View commit details
    Browse the repository at this point in the history
  14. flake8

    pdebuyl committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1e858b1 View commit details
    Browse the repository at this point in the history
  15. Reduce code size

    1. Use function for common HDF5 operations
    2. Remove unused parts of the dummy file
    pdebuyl committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ee26d37 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b29ce40 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e094049 View commit details
    Browse the repository at this point in the history
  18. fix import order (isort)

    pdebuyl committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1123c4d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    9c30940 View commit details
    Browse the repository at this point in the history
  2. flake8

    pdebuyl committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    2c79989 View commit details
    Browse the repository at this point in the history
  3. simplify GERB reader

    pdebuyl committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f5ddc6e View commit details
    Browse the repository at this point in the history
  4. flake8

    pdebuyl committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    39c7d56 View commit details
    Browse the repository at this point in the history