Skip to content

Commit 90c5943

Browse files
committed
test mixed response
1 parent 6f206bd commit 90c5943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/tests/test_bart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_utils():
6565
Y = np.random.normal(0, 1, size=50)
6666

6767
with pm.Model() as model:
68-
mu = pm.BART("mu", X, Y, m=10)
68+
mu = pm.BART("mu", X, Y, m=10, response="mix")
6969
sigma = pm.HalfNormal("sigma", 1)
7070
y = pm.Normal("y", mu, sigma, observed=Y)
7171
idata = pm.sample(random_seed=3415)

0 commit comments

Comments
 (0)