We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DeprecationWarning
MLDA
1 parent 8ebb6f0 commit 1d4835aCopy full SHA for 1d4835a
pymc/step_methods/mlda.py
@@ -365,6 +365,11 @@ def __init__(
365
adaptive_error_model: bool = False,
366
**kwargs,
367
) -> None:
368
+ warnings.warn(
369
+ "The MLDA stepper will be migrated to the pymc-experimental project!"
370
+ " See https://github.com/pymc-devs/pymc/issues/5942",
371
+ DeprecationWarning,
372
+ )
373
374
# this variable is used to identify MLDA objects which are
375
# not in the finest level (i.e. child MLDA objects)
0 commit comments