-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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]
also tidy doc in count_lines for code_cov [Issue(s): #200]
Codecov Report
@@ Coverage Diff @@
## main #201 +/- ##
==========================================
+ Coverage 70.96% 71.21% +0.25%
==========================================
Files 98 99 +1
Lines 5527 5597 +70
==========================================
+ Hits 3922 3986 +64
- Misses 1605 1611 +6
Continue to review full report at Codecov.
|
-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]
- 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]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
-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]