kujaku11 / mt_metadata

Tools for standardizing metadata, geared towards magnetotelluric (MT) data but is general enough to accommodate "any" type of metadata.
https://mt-metadata.readthedocs.io/en/latest/
MIT License
19 stars 5 forks source link

Patch 173 #183

Closed kkappler closed 10 months ago

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d35f33e) 83.90% compared to head (d007af9) 83.90%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #183 +/- ## ======================================= Coverage 83.90% 83.90% ======================================= Files 269 269 Lines 20044 20045 +1 ======================================= + Hits 16818 16819 +1 Misses 3226 3226 ``` | [Flag](https://app.codecov.io/gh/kujaku11/mt_metadata/pull/183/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP) | Coverage Δ | | |---|---|---| | [tests](https://app.codecov.io/gh/kujaku11/mt_metadata/pull/183/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP) | `83.90% <100.00%> (+<0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

kkappler commented 10 months ago

This minor change allows aurora to explicitly pass the list of filters to remove during processing calibration. Specifically, in the instance that no calibration is required, an empty list is passed. Before this update, an empty list would trigger the channel_resposne to create a possibly non-empty list of filters.