biodiverse / ubms

Fit models to data from unmarked animals using Stan. Uses a similar interface to the R package 'unmarked', while providing the advantages of Bayesian inference and allowing estimation of random effects.
https://hmecology.github.io/ubms/
GNU General Public License v3.0
35 stars 8 forks source link

Merge distsamp into single_season model #11

Closed kenkellner closed 4 years ago

kenkellner commented 4 years ago

Reduces compile time and binary size by about 20%. Fixes #7.

codecov-commenter commented 4 years ago

Codecov Report

Merging #11 into master will increase coverage by 0.21%. The diff coverage is 55.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   45.37%   45.59%   +0.21%     
==========================================
  Files          27       27              
  Lines        1428     1430       +2     
==========================================
+ Hits          648      652       +4     
+ Misses        780      778       -2     
Impacted Files Coverage Δ
R/distamp.R 0.00% <0.00%> (ø)
R/fit.R 97.91% <ø> (+1.99%) :arrow_up:
R/inputs.R 92.42% <88.88%> (-1.02%) :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 256f3b3...6bc1419. Read the comment docs.