simpeg / aurora

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

use mt_metadata TF instead of aurora Collection #259

Closed kkappler closed 1 year ago

kkappler commented 1 year ago

This was partially addressed in December, and this commit closes the issue. The only test using TF colleciton now is in parkfield, and this isreally only there for codecov's benefit.

[Issue(s): #143]

codecov[bot] commented 1 year ago

Codecov Report

Merging #259 (0496942) into fourier_coefficients (db4bdc6) will decrease coverage by 0.07%. The diff coverage is 100.00%.

@@                   Coverage Diff                    @@
##           fourier_coefficients     #259      +/-   ##
========================================================
- Coverage                 76.88%   76.82%   -0.07%     
========================================================
  Files                        85       85              
  Lines                      5152     5147       -5     
========================================================
- Hits                       3961     3954       -7     
- Misses                     1191     1193       +2     
Impacted Files Coverage Δ
tests/parkfield/test_process_parkfield_run_rr.py 94.23% <ø> (ø)
aurora/pipelines/process_mth5.py 98.19% <100.00%> (+0.01%) :arrow_up:
tests/parkfield/test_process_parkfield_run.py 93.87% <100.00%> (ø)
tests/synthetic/test_define_frequency_bands.py 93.93% <100.00%> (ø)
tests/synthetic/test_multi_run.py 97.36% <100.00%> (ø)
tests/synthetic/test_processing.py 94.16% <100.00%> (-1.87%) :arrow_down:
kkappler commented 1 year ago

everything but a -1.8% from codecov in test_processing. Good enough to merge into fc branch.