Skip to content

Commit 618929e

Browse files
authored
fix import (#43)
1 parent 30e5b0f commit 618929e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymc_bart/pgbart.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
from pytensor.tensor.var import Variable
2525

2626
from pymc.model import modelcontext
27-
from pymc.step_methods.arraystep import ArrayStepShared, Competence
27+
from pymc.step_methods.arraystep import ArrayStepShared
28+
from pymc.step_methods.compound import Competence
2829
from pymc.pytensorf import inputvars, join_nonshared_inputs, make_shared_replacements
2930

3031
from pymc_bart.bart import BARTRV

0 commit comments

Comments
 (0)