HERA-Team / hera_qm

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

Sped up ant_metrics.calc_corr_stats and stripped out a lot of complex… #434

Closed AaronParsons closed 1 year ago

AaronParsons commented 1 year ago

…ity in ant_metrics around loading files/baselines iteratively, using flagged data, allowing nans/infs in data, etc. All tests pass.

codecov[bot] commented 1 year ago

Codecov Report

Base: 97.05% // Head: 97.10% // Increases project coverage by +0.05% :tada:

Coverage data is based on head (4bf5b99) compared to base (fb03830). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #434 +/- ## ========================================== + Coverage 97.05% 97.10% +0.05% ========================================== Files 9 9 Lines 3563 3494 -69 ========================================== - Hits 3458 3393 -65 + Misses 105 101 -4 ``` | [Impacted Files](https://codecov.io/gh/HERA-Team/hera_qm/pull/434?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HERA-Team) | Coverage Δ | | |---|---|---| | [hera\_qm/ant\_metrics.py](https://codecov.io/gh/HERA-Team/hera_qm/pull/434/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=HERA-Team#diff-aGVyYV9xbS9hbnRfbWV0cmljcy5weQ==) | `99.52% <100.00%> (+1.31%)` | :arrow_up: | 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 at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.