jeff-regier / Celeste.jl

Scalable inference for a generative model of astronomical images
MIT License
183 stars 28 forks source link

Store all priors as arrays #702

Closed giordano closed 6 years ago

giordano commented 6 years ago

This makes the warning about broken incremental compilation go away. Fix #697.

Please, double check I didn't mess the priors up in JLD files :-)

codecov[bot] commented 6 years ago

Codecov Report

Merging #702 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #702   +/-   ##
=======================================
  Coverage   74.16%   74.16%           
=======================================
  Files          36       36           
  Lines        3789     3789           
=======================================
  Hits         2810     2810           
  Misses        979      979

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 2353019...61f7840. Read the comment docs.

codecov[bot] commented 6 years ago

Codecov Report

Merging #702 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #702   +/-   ##
=======================================
  Coverage   74.16%   74.16%           
=======================================
  Files          36       36           
  Lines        3789     3789           
=======================================
  Hits         2810     2810           
  Misses        979      979

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 2353019...9ef33fe. Read the comment docs.

jeff-regier commented 6 years ago

Thanks Mose!