Skip to content

Commit 31a9f14

Browse files
committed
Remove deprecated ElemwiseCategorical
1 parent bcc40ce commit 31a9f14

File tree

2 files changed

+0
-106
lines changed

2 files changed

+0
-106
lines changed

pymc3/step_methods/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
from pymc3.step_methods.compound import CompoundStep
1616
from pymc3.step_methods.elliptical_slice import EllipticalSlice
17-
from pymc3.step_methods.gibbs import ElemwiseCategorical
1817
from pymc3.step_methods.hmc import NUTS, HamiltonianMC
1918
from pymc3.step_methods.metropolis import (
2019
BinaryGibbsMetropolis,

pymc3/step_methods/gibbs.py

-105
This file was deleted.

0 commit comments

Comments
 (0)