Skip to content

Commit

Permalink
Remove deprecated ElemwiseCategorical
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 authored and michaelosthege committed Sep 23, 2021
1 parent b61daa1 commit 97dc4bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 106 deletions.
1 change: 0 additions & 1 deletion pymc3/step_methods/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

from pymc3.step_methods.compound import CompoundStep
from pymc3.step_methods.elliptical_slice import EllipticalSlice
from pymc3.step_methods.gibbs import ElemwiseCategorical
from pymc3.step_methods.hmc import NUTS, HamiltonianMC
from pymc3.step_methods.metropolis import (
BinaryGibbsMetropolis,
Expand Down
105 changes: 0 additions & 105 deletions pymc3/step_methods/gibbs.py

This file was deleted.

0 comments on commit 97dc4bd

Please sign in to comment.