Skip to content

Commit 2f9e5d1

Browse files
committed
Fix tests for deleted init methods
1 parent ad777b1 commit 2f9e5d1

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

pymc3/tests/test_quadpotential.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,3 @@ def test_full_adapt_sampling(seed=289586):
279279
pot = quadpotential.QuadPotentialFullAdapt(initial_point_size, np.zeros(initial_point_size))
280280
step = pymc3.NUTS(model=model, potential=pot)
281281
pymc3.sample(draws=10, tune=1000, random_seed=seed, step=step, cores=1, chains=1)
282-
283-
284-
def test_issue_3965():
285-
with pymc3.Model():
286-
pymc3.Normal("n")
287-
pymc3.sample(100, tune=300, chains=1, init="advi+adapt_diag_grad")

pymc3/tests/test_sampling.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ def test_sample_init(self):
9494
"adapt_diag",
9595
"jitter+adapt_diag",
9696
"jitter+adapt_diag_grad",
97-
"advi+adapt_diag_grad",
98-
"advi+adapt_diag",
9997
"adapt_full",
10098
"jitter+adapt_full",
10199
):

0 commit comments

Comments
 (0)