Skip to content

Commit 67954c7

Browse files
Juan OrduzricardoV94
andauthored
Update tests/distributions/test_multivariate.py
Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
1 parent bee4144 commit 67954c7

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
@@ -2135,7 +2135,7 @@ def ref_rand(size, n, eta):
21352135
),
21362136
],
21372137
)
2138-
def test_default_transform(shape):
2138+
def test_LKJCorr_default_transform(shape):
21392139
with pm.Model() as m:
21402140
x = pm.LKJCorr("x", n=2, eta=1, shape=shape)
21412141
assert isinstance(m.rvs_to_transforms[x], MultivariateIntervalTransform)

0 commit comments

Comments
 (0)