SterlingYM / astroPIPS

A set of tools for photometric analysis. Determines the period of short-period variable stars.
https://pips.readthedocs.io/en/latest/
MIT License
7 stars 0 forks source link

Create setup.py configuration #33

Closed arjunsavel closed 3 years ago

arjunsavel commented 3 years ago

This will allow PIPS to be pip-installable!

codecov-io commented 3 years ago

Codecov Report

Merging #33 (931713f) into master (002609c) will decrease coverage by 17.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #33       +/-   ##
===========================================
- Coverage   66.84%   49.83%   -17.01%     
===========================================
  Files           8        8               
  Lines         576      584        +8     
===========================================
- Hits          385      291       -94     
- Misses        191      293      +102     
Impacted Files Coverage Δ
PIPS/__init__.py 100.00% <100.00%> (ø)
PIPS/periodogram/models/Gaussian.py 14.81% <0.00%> (-40.74%) :arrow_down:
PIPS/periodogram/linalg.py 65.71% <0.00%> (-28.57%) :arrow_down:
PIPS/class_photdata/__init__.py 49.63% <0.00%> (-24.63%) :arrow_down:
PIPS/periodogram/models/Fourier.py 52.08% <0.00%> (-8.33%) :arrow_down:

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 002609c...931713f. Read the comment docs.