Skip to content

Commit 1d4835a

Browse files
Add DeprecationWarning to MLDA stepper
Also see #5942
1 parent 8ebb6f0 commit 1d4835a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pymc/step_methods/mlda.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,11 @@ def __init__(
365365
adaptive_error_model: bool = False,
366366
**kwargs,
367367
) -> 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+
)
368373

369374
# this variable is used to identify MLDA objects which are
370375
# not in the finest level (i.e. child MLDA objects)

0 commit comments

Comments
 (0)