cgarling / StarFormationHistories.jl

Fitting astrophysical star formation histories via CMD modelling.
MIT License
3 stars 0 forks source link

Add support for `RandomBinaryPairs` binary model to `partial_cmd_smooth` #42

Closed cgarling closed 2 months ago

cgarling commented 2 months ago

Major update that implements the RandomBinaryPairs binary model in the smooth template creation process of partial_cmd_smooth. The binaries branch has some additional code where I tried to add BinaryMassRatio but that turned out to be tricky so giving up on trying to get it into the initial release.

codecov-commenter commented 2 months ago

Codecov Report

Attention: Patch coverage is 92.75362% with 5 lines in your changes missing coverage. Please review.

Project coverage is 88.25%. Comparing base (c4716bd) to head (b83bbc1).

Files Patch % Lines
src/StarFormationHistories.jl 93.33% 4 Missing :warning:
src/simulate.jl 87.50% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #42 +/- ## ========================================== + Coverage 88.08% 88.25% +0.17% ========================================== Files 18 18 Lines 1418 1482 +64 ========================================== + Hits 1249 1308 +59 - Misses 169 174 +5 ```

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