MWATelescope / Birli

A Rust library for preprocessing tasks in the Murchison Widefield Array (MWA) data pipeline.
Mozilla Public License 2.0
16 stars 3 forks source link

Mwaf #93

Closed cjordan closed 2 years ago

cjordan commented 2 years ago

fixes https://github.com/MWATelescope/Birli/issues/16 fixes https://github.com/MWATelescope/Birli/issues/36

codecov[bot] commented 2 years ago

Codecov Report

Merging #93 (56894b6) into main (4fac109) will increase coverage by 0.24%. The diff coverage is 96.51%.

@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
+ Coverage   95.36%   95.60%   +0.24%     
==========================================
  Files          14       14              
  Lines        6967     7623     +656     
==========================================
+ Hits         6644     7288     +644     
- Misses        323      335      +12     
Impacted Files Coverage Δ
src/io/error.rs 50.00% <ø> (+50.00%) :arrow_up:
src/lib.rs 100.00% <ø> (ø)
src/io/mwaf.rs 96.62% <95.89%> (+0.40%) :arrow_up:
src/flags.rs 99.28% <98.36%> (+0.40%) :arrow_up:
src/cli.rs 97.66% <100.00%> (+0.11%) :arrow_up:
src/corrections.rs 99.50% <100.00%> (+<0.01%) :arrow_up:
src/io/mod.rs 80.25% <100.00%> (ø)
src/preprocessing.rs 98.28% <100.00%> (-0.05%) :arrow_down:
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4fac109...56894b6. Read the comment docs.

d3v-null commented 2 years ago

the tests pass and the coverage is good, i'm happy for u to merge when ur ready.