Skip to content

Commit a659e56

Browse files
Update pymc/tests/test_distributions.py
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent 60634fa commit a659e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/tests/test_distributions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2620,7 +2620,7 @@ def test_interpolated_transform(self, transform):
26202620
def test_grw(self):
26212621
self.check_logp(
26222622
pm.GaussianRandomWalk,
2623-
R,
2623+
Vector(R, 10)
26242624
{"mu": R, "sigma": Rplus, "steps": Nat},
26252625
lambda value, mu, sigma: sp.norm.logpdf(value, mu, sigma).cumsum().sum(),
26262626
decimal=select_by_precision(float64=6, float32=1),

0 commit comments

Comments
 (0)