aicenter / GenerativeModels.jl

Generative Models with trainable conditional distributions in Julia!
MIT License
31 stars 3 forks source link

Add ConstSpecGaussian #53

Closed nmheim closed 4 years ago

nmheim commented 4 years ago

also refactors kld to use _kld_gaussian

codecov-io commented 4 years ago

Codecov Report

Merging #53 into master will decrease coverage by 7.91%. The diff coverage is 26.31%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
- Coverage   69.86%   61.94%   -7.92%     
==========================================
  Files          13       14       +1     
  Lines         219      247      +28     
==========================================
  Hits          153      153              
- Misses         66       94      +28
Impacted Files Coverage Δ
src/GenerativeModels.jl 100% <ø> (ø) :arrow_up:
src/pdfs/constspec_gaussian.jl 0% <0%> (ø)
src/pdfs/abstract_cgaussian.jl 100% <100%> (ø) :arrow_up:
src/pdfs/cmean_gaussian.jl 94.73% <100%> (ø) :arrow_up:
src/pdfs/gaussian.jl 100% <100%> (ø) :arrow_up:
src/models/rodent.jl 50% <9.09%> (-50%) :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 ddff8de...7b3c7ae. Read the comment docs.

nmheim commented 4 years ago

closing this in favour of #56