Skip to content

Commit 60634fa

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc/distributions/timeseries.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ class GaussianRandomWalkRV(RandomVariable):
5252
def _supp_shape_from_params(self, dist_params, reop_param_idx=0, param_shapes=None):
5353
steps = dist_params[3]
5454

55-
# TODO: Ask ricardo why this is correct. Isn't shape different if size is passed?
5655
return (steps + 1,)
5756

5857
@classmethod

0 commit comments

Comments
 (0)