kevin218 / Eureka

Eureka! is a data reduction and analysis pipeline intended for time-series observations with JWST.
https://eurekadocs.readthedocs.io/
MIT License
60 stars 47 forks source link

Allowing custom gain value, sinusoid_pc with PyMC3 models in S5, and bug fixes #505

Closed taylorbell57 closed 1 year ago

taylorbell57 commented 1 year ago

This PR:

There are no currently open issues that this PR closes.

codecov-commenter commented 1 year ago

Codecov Report

Merging #505 (54b479b) into main (847822c) will decrease coverage by 0.99%. The diff coverage is 26.79%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #505      +/-   ##
==========================================
- Coverage   59.57%   58.59%   -0.99%     
==========================================
  Files          87       90       +3     
  Lines       10188    10465     +277     
==========================================
+ Hits         6070     6132      +62     
- Misses       4118     4333     +215     
Impacted Files Coverage Δ
...rve_fitting/differentiable_models/CentroidModel.py 34.09% <0.00%> (ø)
...reka/S5_lightcurve_fitting/models/CentroidModel.py 28.57% <0.00%> (ø)
src/eureka/S6_planet_spectra/s6_spectra.py 49.53% <0.00%> (-0.40%) :arrow_down:
src/eureka/S1_detector_processing/bias_sub.py 12.65% <12.65%> (ø)
src/eureka/S1_detector_processing/s1_process.py 13.72% <16.66%> (+0.18%) :arrow_up:
...itting/differentiable_models/SinusoidPhaseCurve.py 19.37% <19.37%> (ø)
src/eureka/lib/astropytable.py 71.42% <27.27%> (-15.67%) :arrow_down:
src/eureka/S5_lightcurve_fitting/s5_fit.py 76.40% <33.33%> (-0.85%) :arrow_down:
src/eureka/S1_detector_processing/superbias.py 46.15% <46.15%> (ø)
...curve_fitting/differentiable_models/StarryModel.py 79.45% <50.00%> (-0.14%) :arrow_down:
... and 4 more

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