Skip to content

Commit 8cd796f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9041d11 commit 8cd796f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pymc_experimental/distributions/timeseries.py

-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ def discrete_mc_logp(op, values, P, steps, init_dist, state_rng, **kwargs):
279279

280280

281281
class DiscreteMarkovChainGibbsMetropolis(CategoricalGibbsMetropolis):
282-
283282
name = "discrete_markov_chain_gibbs_metropolis"
284283

285284
def __init__(self, vars, proposal="uniform", order="random", model=None):

tests/distributions/test_discrete_markov_chain.py

-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ def test_change_size_univariate(self):
223223
assert tuple(new_rw.shape.eval()) == (4, 3, 100, 5)
224224

225225
def test_mcmc_sampling(self):
226-
227226
with pm.Model(coords={"step": range(100)}) as model:
228227
init_dist = Categorical.dist(p=[0.5, 0.5])
229228
DiscreteMarkovChain(

0 commit comments

Comments
 (0)