Skip to content

Commit 18362fa

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

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
@@ -104,7 +104,7 @@ def rng_fn(
104104

105105
# If size is None then the returned series should be (*implied_dims, 1+steps)
106106
if size is None:
107-
# When init is larger than mu or sigma ensure the distribution has the right shape, (*init.shape, nsteps)
107+
# broadcast parameters with each other to find implied dims
108108
bcast_shape = np.broadcast_shapes(
109109
np.asarray(mu).shape,
110110
np.asarray(sigma).shape,

0 commit comments

Comments
 (0)