meyer-lab / FcRegression.jl

Study Fc antibody dynamics using a multivalent binding model
2 stars 0 forks source link

Remove more custom fitting #467

Closed aarmey closed 2 years ago

aarmey commented 2 years ago

I've tried to do some further consolidation around using the Turing model. A couple things are still broken with the build, though. I'll let you take care of this when you have time again.

codecov[bot] commented 2 years ago

Codecov Report

Merging #467 (332da98) into master (e7b77a5) will increase coverage by 1.41%. The diff coverage is 68.75%.

@@            Coverage Diff             @@
##           master     #467      +/-   ##
==========================================
+ Coverage   19.26%   20.67%   +1.41%     
==========================================
  Files          24       24              
  Lines        1272     1190      -82     
==========================================
+ Hits          245      246       +1     
+ Misses       1027      944      -83     
Impacted Files Coverage Δ
src/figures/figure2.jl 0.00% <0.00%> (ø)
src/mixture.jl 37.27% <ø> (+1.30%) :arrow_up:
src/robinett.jl 0.00% <0.00%> (ø)
src/mcmc.jl 26.56% <70.00%> (-1.31%) :arrow_down:
src/dataHelpers.jl 86.01% <85.71%> (-0.42%) :arrow_down:
src/mixtureFit.jl 100.00% <100.00%> (+80.00%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more