Skip to content

Fix issue 109 again#263

Merged
kkappler merged 6 commits intofix_issue_139from
fix_issue_109_again
May 20, 2023
Merged

Fix issue 109 again#263
kkappler merged 6 commits intofix_issue_139from
fix_issue_109_again

Conversation

@kkappler
Copy link
Collaborator

Addressing some tf_header issues encountered while debugging issue 139

kkappler added 3 commits May 20, 2023 11:28
- eliminate standalone calls to initialze tf_header
- make transfer function base class init in terms of (decimation level, processing scheme) rather than (tf_header, processing scheme)
- add tf_header as @Property of transfer function class
- make TransferFunctionHeader an mt_metadata ListDict rather than a standalone class

[Issue(s): #109]
- also commented out one test in fix_issue_139 so that all tests
will pass for PR

[Issue(s): #109]
@codecov
Copy link

codecov bot commented May 20, 2023

Codecov Report

Merging #263 (7fd7c91) into fix_issue_139 (5f50c4e) will decrease coverage by 1.20%.
The diff coverage is 80.24%.

@@                Coverage Diff                @@
##           fix_issue_139     #263      +/-   ##
=================================================
- Coverage          77.96%   76.77%   -1.20%     
=================================================
  Files                 99       85      -14     
  Lines               5215     5166      -49     
=================================================
- Hits                4066     3966     -100     
- Misses              1149     1200      +51     
Impacted Files Coverage Δ
aurora/config/metadata/__init__.py 100.00% <ø> (ø)
aurora/pipelines/transfer_function_helpers.py 87.17% <ø> (-1.33%) ⬇️
aurora/sandbox/butterworth_filters.py 0.00% <0.00%> (ø)
aurora/sandbox/plot_helpers.py 0.00% <0.00%> (ø)
aurora/transfer_function/regression/base.py 65.81% <ø> (ø)
...ora/transfer_function/weights/coherence_weights.py 0.00% <ø> (ø)
setup.py 0.00% <ø> (ø)
aurora/time_series/frequency_band_helpers.py 25.00% <16.66%> (-18.40%) ⬇️
aurora/test_utils/synthetic/rms_helpers.py 72.54% <17.64%> (-27.46%) ⬇️
aurora/time_series/xarray_helpers.py 67.44% <18.18%> (-17.41%) ⬇️
... and 52 more

... and 4 files with indirect coverage changes

@kkappler
Copy link
Collaborator Author

this finally closes issue #109

@kkappler kkappler closed this May 20, 2023
@kkappler kkappler reopened this May 20, 2023
@kkappler kkappler merged commit 1d29827 into fix_issue_139 May 20, 2023
@kkappler kkappler deleted the fix_issue_109_again branch May 20, 2023 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant