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
18 stars 4 forks source link

Fix issue 173 #182

Closed kkappler closed 9 months ago

kkappler commented 9 months ago

Clean up and document filters. See issue #173 for details.

codecov-commenter commented 9 months ago

Codecov Report

Attention: 26 lines in your changes are missing coverage. Please review.

Comparison is base (d1e7ca3) 83.88% compared to head (52e532d) 83.90%.

Files Patch % Lines
mt_metadata/timeseries/filters/fir_filter.py 22.22% 7 Missing :warning:
mt_metadata/base/metadata.py 0.00% 5 Missing :warning:
mt_metadata/timeseries/channel.py 66.66% 2 Missing :warning:
mt_metadata/timeseries/filters/channel_response.py 90.47% 2 Missing :warning:
mt_metadata/timeseries/filters/filter_base.py 92.00% 2 Missing :warning:
mt_metadata/timeseries/filters/filtered.py 90.47% 2 Missing :warning:
mt_metadata/timeseries/stationxml/fdsn_tools.py 0.00% 2 Missing :warning:
tests/timeseries/filters/test_channel_response.py 66.66% 1 Missing :warning:
tests/timeseries/filters/test_electric_unit.py 66.66% 1 Missing :warning:
tests/timeseries/filters/test_filter_base.py 92.30% 1 Missing :warning:
... and 1 more

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #182 +/- ## ========================================== + Coverage 83.88% 83.90% +0.02% ========================================== Files 272 269 -3 Lines 20044 20044 ========================================== + Hits 16813 16818 +5 + Misses 3231 3226 -5 ``` | [Flag](https://app.codecov.io/gh/kujaku11/mt_metadata/pull/182/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/182/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP) | `83.90% <86.66%> (+0.02%)` | :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.