GeoscienceAustralia / PyRate

A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.
https://geoscienceaustralia.github.io/PyRate/
Apache License 2.0
203 stars 71 forks source link

bugfix: Prepifg #245

Closed sheecegardezi closed 5 years ago

sheecegardezi commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #245 into release-0.4.0 will increase coverage by 8.52%. The diff coverage is 82.48%.

Impacted file tree graph

@@                Coverage Diff                @@
##           release-0.4.0     #245      +/-   ##
=================================================
+ Coverage          81.72%   90.25%   +8.52%     
=================================================
  Files                 26       26              
  Lines               3261     3334      +73     
=================================================
+ Hits                2665     3009     +344     
+ Misses               596      325     -271
Impacted Files Coverage Δ
pyrate/__main__.py 46.87% <0%> (+46.87%) :arrow_up:
pyrate/process.py 90.21% <100%> (+1.08%) :arrow_up:
pyrate/core/prepifg_helper.py 90.99% <100%> (+0.35%) :arrow_up:
pyrate/core/config.py 90.83% <87.93%> (+4.55%) :arrow_up:
pyrate/prepifg.py 90.32% <93.33%> (+0.15%) :arrow_up:
pyrate/merge.py 98.54% <96.66%> (+82.3%) :arrow_up:
pyrate/core/shared.py 94.58% <0%> (+0.2%) :arrow_up:
... and 3 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 62a0a88...6fb81b9. Read the comment docs.

mcgarth commented 5 years ago

Seems to be working as expected. Merging with release-0.4.0