vortex-exoplanet / VIP

VIP is a python package/library for angular, reference star and spectral differential imaging for exoplanet/disk detection through high-contrast imaging.
http://vip.readthedocs.io/
MIT License
70 stars 57 forks source link

fixed VIP installation problems related to scikit-image, general improvements for recenter functions and docstrings , PEP8 imports #622

Closed IainHammond closed 10 months ago

IainHammond commented 10 months ago
codecov-commenter commented 10 months ago

Codecov Report

Merging #622 (fefd9cd) into master (12e61f3) will increase coverage by 1.57%. The diff coverage is 76.09%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master     #622      +/-   ##
==========================================
+ Coverage   55.80%   57.37%   +1.57%     
==========================================
  Files          67       67              
  Lines       13549    13541       -8     
==========================================
+ Hits         7560     7768     +208     
+ Misses       5989     5773     -216     
Files Coverage Δ
vip_hci/fits/fits.py 45.57% <ø> (ø)
vip_hci/fits/headers.py 35.71% <ø> (ø)
vip_hci/metrics/detection.py 63.56% <100.00%> (-0.32%) :arrow_down:
vip_hci/metrics/roc.py 9.01% <100.00%> (ø)
vip_hci/preproc/parangles.py 23.88% <ø> (ø)
vip_hci/var/shapes.py 70.00% <100.00%> (-0.11%) :arrow_down:
vip_hci/metrics/completeness.py 73.09% <88.89%> (ø)
vip_hci/stats/distances.py 28.95% <85.71%> (-0.11%) :arrow_down:
vip_hci/preproc/recentering.py 66.33% <60.87%> (-0.10%) :arrow_down:

... and 9 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

VChristiaens commented 10 months ago

Thanks @IainHammond !