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
201 stars 71 forks source link

Fix release #242

Closed mcgarth closed 4 years ago

mcgarth commented 4 years ago

This fixes the issues introduced to release-0.4.0 branch by merging the develop branch at a3093ac

codecov-io commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4d1ffa0). Click here to learn what that means. The diff coverage is 79.54%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #242   +/-   ##
=========================================
  Coverage          ?   82.39%           
=========================================
  Files             ?       26           
  Lines             ?     3232           
  Branches          ?        0           
=========================================
  Hits              ?     2663           
  Misses            ?      569           
  Partials          ?        0
Impacted Files Coverage Δ
pyrate/core/mpiops.py 94.73% <ø> (ø)
pyrate/configuration.py 0% <0%> (ø)
pyrate/core/pyratelog.py 0% <0%> (ø)
pyrate/__main__.py 0% <0%> (ø)
pyrate/constants.py 0% <0%> (ø)
pyrate/core/mst.py 98.07% <100%> (ø)
pyrate/__init__.py 100% <100%> (ø)
pyrate/core/gamma.py 100% <100%> (ø)
pyrate/core/linrate.py 98.66% <100%> (ø)
pyrate/core/covariance.py 98.24% <100%> (ø)
... and 16 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 4d1ffa0...6c3ab2a. Read the comment docs.

mcgarth commented 4 years ago

Pull not needed - Closed without merging