Skip to content

Commit

Permalink
Remove slow tests resulting in build timeout (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajprad authored and fritzo committed Mar 4, 2018
1 parent 44f60f6 commit 1ce6234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/infer/test_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ def test_importance_guide(self):
assert_equal(0, torch.norm(posterior_stddev - self.mu_stddev).item(), prec=0.1)

@pytest.mark.init(rng_seed=0)
@pytest.mark.skip(reason='Slow test - use only for debugging')
def test_importance_prior(self):
posterior = pyro.infer.Importance(self.model, guide=None, num_samples=10000)
marginal = pyro.infer.Marginal(posterior)
Expand Down

0 comments on commit 1ce6234

Please sign in to comment.