Skip to content

Commit 380f7f0

Browse files
take out the DEMetropolisZ warning (#3949)
1 parent dc574b7 commit 380f7f0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pymc3/step_methods/metropolis.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -696,12 +696,6 @@ class DEMetropolisZ(ArrayStepShared):
696696

697697
def __init__(self, vars=None, S=None, proposal_dist=None, lamb=None, scaling=0.001,
698698
tune='lambda', tune_interval=100, tune_drop_fraction:float=0.9, model=None, mode=None, **kwargs):
699-
700-
warnings.warn(
701-
'The DEMetropolisZ implementation in PyMC3 is very young. You should be extra critical about its results.'
702-
' See Pull Request #3784 for more information.'
703-
)
704-
705699
model = pm.modelcontext(model)
706700

707701
if vars is None:

0 commit comments

Comments
 (0)