Skip to content

Commit

Permalink
fix moment test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-saunders-phil committed Jul 25, 2023
1 parent 299ea68 commit 6f0579a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/distributions/test_multivariate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ def test_car_moment(self, mu, size, expected):
)
def test_icar_moment(self, W, expected):
with pm.Model() as model:
RV = pm.ICAR("phi", W=W)
RV = pm.ICAR("x", W=W)
assert_moment_is_expected(model, expected)

@pytest.mark.parametrize(
Expand Down

0 comments on commit 6f0579a

Please sign in to comment.