Skip to content

Commit 1d1e192

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

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
@@ -2619,7 +2619,7 @@ def test_interpolated_transform(self, transform):
26192619
assert not np.isfinite(m.compile_logp()({"x": -1.0}))
26202620
assert not np.isfinite(m.compile_logp()({"x": 11.0}))
26212621

2622-
def test_grw(self):
2622+
def test_gaussianrandomwalk(self):
26232623
def ref_logp(value, mu, sigma, steps):
26242624
# Relying on fact that init will be normal by default
26252625
return (

0 commit comments

Comments
 (0)