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

Fix how Z-files read/write #192

Closed kujaku11 closed 9 months ago

kujaku11 commented 9 months ago

There is a mismatch in a z-file being read in and a z-file that is written out. Mostly has to do with conjugates in the signal power.

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (33090a8) 83.97% compared to head (6ce18d9) 84.58%.

Files Patch % Lines
mt_metadata/transfer_functions/io/zfiles/zmm.py 88.23% 6 Missing :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #192 +/- ## ========================================== + Coverage 83.97% 84.58% +0.61% ========================================== Files 269 269 Lines 20156 20253 +97 ========================================== + Hits 16926 17132 +206 + Misses 3230 3121 -109 ``` | [Flag](https://app.codecov.io/gh/kujaku11/mt_metadata/pull/192/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/192/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JP) | `84.58% <95.12%> (+0.61%)` | :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.