HERA-Team / hera_qm

HERA Data Quality Metrics
MIT License
2 stars 2 forks source link

Create new module time_series_metrics #440

Closed jsdillon closed 1 year ago

jsdillon commented 1 year ago

This module brings three functions that currently live in hera_notebook_templates but that I find myself using in multiple notebooks. As such, they should be graduated to proper unit-tested code. There wasn't an obvious home for them, so I felt like this was as good a place as any.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.03 :tada:

Comparison is base (b291d34) 97.05% compared to head (de4cec8) 97.08%.

:exclamation: Current head de4cec8 differs from pull request most recent head a5fbc92. Consider uploading reports for the commit a5fbc92 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #440 +/- ## ========================================== + Coverage 97.05% 97.08% +0.03% ========================================== Files 10 11 +1 Lines 3460 3503 +43 ========================================== + Hits 3358 3401 +43 Misses 102 102 ``` | [Impacted Files](https://codecov.io/gh/HERA-Team/hera_qm/pull/440?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HERA-Team) | Coverage Δ | | |---|---|---| | [hera\_qm/\_\_init\_\_.py](https://codecov.io/gh/HERA-Team/hera_qm/pull/440?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HERA-Team#diff-aGVyYV9xbS9fX2luaXRfXy5weQ==) | `88.88% <100.00%> (+0.65%)` | :arrow_up: | | [hera\_qm/time\_series\_metrics.py](https://codecov.io/gh/HERA-Team/hera_qm/pull/440?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HERA-Team#diff-aGVyYV9xbS90aW1lX3Nlcmllc19tZXRyaWNzLnB5) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HERA-Team). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HERA-Team)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.