We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7787b commit fa390cfCopy full SHA for fa390cf
pymc_experimental/bart/__init__.py
@@ -22,5 +22,4 @@
22
23
24
import pymc as pm
25
-
26
-pm.sampling.STEP_METHODS = list(pm.sampling.STEP_METHODS) + [PGBART]
+pm.STEP_METHODS = list(pm.STEP_METHODS) + [PGBART]
0 commit comments