Skip to content

Commit

Permalink
remove leftovers from merging
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauqb committed Sep 16, 2024
1 parent 766684f commit 191e534
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/AdvancedVI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,16 +170,12 @@ Estimate the entropy of `q`.
"""
function estimate_entropy end

<<<<<<< HEAD
export
RepGradELBO,
ScoreGradELBO,
ClosedFormEntropy,
StickingTheLandingEntropy,
MonteCarloEntropy
=======
export RepGradELBO, ClosedFormEntropy, StickingTheLandingEntropy, MonteCarloEntropy
>>>>>>> turing/master

include("objectives/elbo/entropy.jl")
include("objectives/elbo/repgradelbo.jl")
Expand Down
4 changes: 0 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,9 @@ if GROUP == "All" || GROUP == "Interface"
include("interface/ad.jl")
include("interface/optimize.jl")
include("interface/repgradelbo.jl")
<<<<<<< HEAD
include("interface/scoregradelbo.jl")
include("interface/location_scale.jl")
=======
include("interface/rules.jl")
include("interface/averaging.jl")
>>>>>>> turing/master
end

if GROUP == "All" || GROUP == "Families"
Expand Down

0 comments on commit 191e534

Please sign in to comment.