simpeg / aurora

software for processing natural source electromagnetic data
MIT License
13 stars 2 forks source link

Fix issue 109 again #263

Closed kkappler closed 1 year ago

kkappler commented 1 year ago

Addressing some tf_header issues encountered while debugging issue 139

codecov[bot] commented 1 year ago

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%) :arrow_down:
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%) :arrow_down:
aurora/test_utils/synthetic/rms_helpers.py 72.54% <17.64%> (-27.46%) :arrow_down:
aurora/time_series/xarray_helpers.py 67.44% <18.18%> (-17.41%) :arrow_down:
... and 52 more

... and 4 files with indirect coverage changes

kkappler commented 1 year ago

this finally closes issue #109