stephenslab / ebnm

R package to fit Empirical Bayes Normal Means model.
https://stephenslab.github.io/ebnm/
12 stars 9 forks source link

Tweak nlm control parameters. #28

Closed willwerscheid closed 5 years ago

willwerscheid commented 5 years ago

Set check.analyticals = FALSE.

codecov-io commented 5 years ago

Codecov Report

Merging #28 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   91.23%   91.24%   +<.01%     
==========================================
  Files          19       20       +1     
  Lines         947      948       +1     
==========================================
+ Hits          864      865       +1     
  Misses         83       83
Impacted Files Coverage Δ
R/nlm_fn_point_laplace.R 100% <ø> (ø) :arrow_up:
R/nlm_fn_point_normal.R 100% <ø> (ø) :arrow_up:
R/mle_point_normal.R 76.92% <100%> (ø) :arrow_up:
R/mle_point_laplace.R 86.36% <100%> (ø) :arrow_up:
R/workhorse_normal_mix.R 89.1% <100%> (ø) :arrow_up:
R/nlm_control_defaults.R 100% <100%> (ø)

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 7bf98cc...bb6737e. Read the comment docs.