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

Fix issue #200: mth5 file_version=0.2.0 #201

Merged
merged 9 commits into from
Jul 30, 2022
Merged

Fix issue #200: mth5 file_version=0.2.0 #201

merged 9 commits into from
Jul 30, 2022

Commits on Jul 30, 2022

  1. Prep for issue #200

    -Reduce tests to only 3.8
    -Add line counting function maybe needed for LEMI handler
    -Updating operate_aurora to work with mth5 0.2.0 (incomplete)
    -Edit comment on cas04/01 to indicate build of 0.2.0 working
    -Add reprocess boolean arg to cas04/02 so can make plots without processing
    
    [Issue(s): #200]
    kkappler committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    3f5fd7d View commit details
    Browse the repository at this point in the history
  2. Add survey column to RunSummary

    also tidy doc in count_lines for code_cov
    
    [Issue(s): #200]
    kkappler committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    ba1de21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dddd17 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5659e94 View commit details
    Browse the repository at this point in the history
  5. doc strings added

    kkappler committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    2762ec7 View commit details
    Browse the repository at this point in the history
  6. fix typo bug

    kkappler committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    9c3c601 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50b3d63 View commit details
    Browse the repository at this point in the history
  8. Fixed issue #200

    -Add logic to wrangle survey dict in case 0.2.0 vs 0.1.0 for creation of mt_metadata.trasfer_function.TF object in process_mth5
    -modified synthetic data tests to be able to return mt_metadata.trasfer_function.TF instead of just the (to be deprecated) TransferFunctionCollection
    
    [Issue(s): #200]
    kkappler committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    142eceb View commit details
    Browse the repository at this point in the history
  9. Towards finishing support for mth5 file_version 0.2.0

    - Changed call to read_back_data to pass survey kwarg
    - tested build and readback of CAS04 with mth5 file_version="0.2.0"
    - added some extra lines to synthetic test to make codecov happier
    - added test for general_helper_functions
    - moved some tests into tests/time_series/
    
    [Issue(s): #200]
    kkappler committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    423a09e View commit details
    Browse the repository at this point in the history