Skip to content

Commit cc5aafd

Browse files
Update pymc/distributions/timeseries.py
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent 6e70f89 commit cc5aafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/distributions/timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def __new__(cls, name, mu=0.0, sigma=1.0, init=None, steps: int = 1, **kwargs):
150150
@classmethod
151151
def dist(
152152
cls, mu=0.0, sigma=1.0, init=None, steps: int = 1, size=None, **kwargs
153-
) -> RandomVariable:
153+
) -> TensorVariable:
154154

155155
mu = at.as_tensor_variable(floatX(mu))
156156
sigma = at.as_tensor_variable(floatX(sigma))

0 commit comments

Comments
 (0)