Skip to content

Commit

Permalink
remove 8D gaussian from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Apr 25, 2021
1 parent 1232d96 commit 6522ace
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ const test_props = [Proposals.Uniform(), Proposals.RWalk(ratio=0.9, walks=50), P


@testset "$(nameof(bound)), $(nameof(typeof(proposal)))" for bound in test_bounds, proposal in test_props
@testset "Correlated Gaussian Conjugate Prior - ndims=$D" for D in [2, 4, 8]
if D == 8 && (proposal isa Proposals.RWalk || proposal isa Proposals.RStagger)
# TODO evidence estimates are terrible for D=8
continue
end
@testset "Correlated Gaussian Conjugate Prior - ndims=$D" for D in [2, 4]
model, logz = Models.CorrelatedGaussian(D)
# match JAXNS paper setup, generally
sampler = Nested(D, 50D; bounds=bound, proposal=proposal)
Expand Down

0 comments on commit 6522ace

Please sign in to comment.