Skip to content

Commit 6f0579a

Browse files
fix moment test
1 parent 299ea68 commit 6f0579a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/distributions/test_multivariate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ def test_car_moment(self, mu, size, expected):
10691069
)
10701070
def test_icar_moment(self, W, expected):
10711071
with pm.Model() as model:
1072-
RV = pm.ICAR("phi", W=W)
1072+
RV = pm.ICAR("x", W=W)
10731073
assert_moment_is_expected(model, expected)
10741074

10751075
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)