Skip to content

Commit 92aae53

Browse files
canyon289ricardoV94
andcommitted
Update pymc/distributions/timeseries.py
Co-authored-by: Ricardo Vieira <[email protected]>
1 parent 63af10d commit 92aae53

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
@@ -112,7 +112,7 @@ def rng_fn(
112112
)
113113
dist_shape = (*bcast_shape, int(steps))
114114

115-
# If size is None then the returned series should be (size, 1+steps)
115+
# If size is None then the returned series should be (*size, 1+steps)
116116
else:
117117
init_size = (*size, 1)
118118
dist_shape = (*size, int(steps))

0 commit comments

Comments
 (0)