Skip to content

Commit ccd98b8

Browse files
author
juanitorduz
committed
fix module path to make it compatible with pymc5.2.0
1 parent 2a252a1 commit ccd98b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from numpy.random import RandomState
55
from numpy.testing import assert_almost_equal, assert_array_equal
66
from pymc.initial_point import make_initial_point_fn
7-
from pymc.logprob.joint_logprob import joint_logp
7+
from pymc.logprob.basic import joint_logp
88

99
import pymc_bart as pmb
1010

0 commit comments

Comments
 (0)