Skip to content

Commit 9e47e01

Browse files
committed
Fix syntax error
1 parent 5cbcff6 commit 9e47e01

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
@@ -2623,7 +2623,7 @@ def test_interpolated_transform(self, transform):
26232623
def test_grw(self):
26242624
self.check_logp(
26252625
pm.GaussianRandomWalk,
2626-
Vector(R, 10)
2626+
Vector(R, 10),
26272627
{"mu": R, "sigma": Rplus, "steps": Nat},
26282628
lambda value, mu, sigma: sp.norm.logpdf(value, mu, sigma).cumsum().sum(),
26292629
decimal=select_by_precision(float64=6, float32=1),

0 commit comments

Comments
 (0)