Skip to content

Commit e29aa0f

Browse files
fonnesbeckColCarroll
authored andcommitted
Removed unused local paramewter from GaussianRandomWalk (#3664)
1 parent 225ae82 commit e29aa0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc3/distributions/timeseries.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def logp(self, x):
206206
-------
207207
TensorVariable
208208
"""
209-
tau = self.tau
210209
sigma = self.sigma
211210
mu = self.mu
212211
init = self.init

0 commit comments

Comments
 (0)