kevin218 / Eureka

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

Fix emcee old_chain for white-light curve fit bug #622

Closed evamariaa closed 4 months ago

evamariaa commented 4 months ago

Quick fix of issue #621 so that the emcee run can also continue from a white-light emcee chain run. I used the same nomenclature (_channeltag) as in the save_fit function.

codecov[bot] commented 4 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (5be7e90) 57.72% compared to head (8c56120) 58.91%. Report is 37 commits behind head on main.

Files Patch % Lines
src/eureka/S5_lightcurve_fitting/fitters.py 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #622 +/- ## ========================================== + Coverage 57.72% 58.91% +1.18% ========================================== Files 96 96 Lines 11660 11653 -7 ========================================== + Hits 6731 6865 +134 + Misses 4929 4788 -141 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

taylorbell57 commented 4 months ago

Thanks for finding and patching this!