Skip to content

Commit

Permalink
Fix tests for deleted init methods
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Sep 21, 2021
1 parent ad777b1 commit 2f9e5d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions pymc3/tests/test_quadpotential.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,3 @@ def test_full_adapt_sampling(seed=289586):
pot = quadpotential.QuadPotentialFullAdapt(initial_point_size, np.zeros(initial_point_size))
step = pymc3.NUTS(model=model, potential=pot)
pymc3.sample(draws=10, tune=1000, random_seed=seed, step=step, cores=1, chains=1)


def test_issue_3965():
with pymc3.Model():
pymc3.Normal("n")
pymc3.sample(100, tune=300, chains=1, init="advi+adapt_diag_grad")
2 changes: 0 additions & 2 deletions pymc3/tests/test_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ def test_sample_init(self):
"adapt_diag",
"jitter+adapt_diag",
"jitter+adapt_diag_grad",
"advi+adapt_diag_grad",
"advi+adapt_diag",
"adapt_full",
"jitter+adapt_full",
):
Expand Down

0 comments on commit 2f9e5d1

Please sign in to comment.