Skip to content

Commit b5dd64d

Browse files
committed
Update to support shape from params
1 parent 83804e6 commit b5dd64d

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
@@ -49,7 +49,7 @@ class GaussianRandomWalkRV(RandomVariable):
4949
dtype = "floatX"
5050
_print_name = ("GaussianRandomWalk", "\\operatorname{GaussianRandomWalk}")
5151

52-
def _shape_from_params(self, dist_params, reop_param_idx=0, param_shapes=None):
52+
def _supp_shape_from_params(self, dist_params, reop_param_idx=0, param_shapes=None):
5353
steps = dist_params[3]
5454

5555
# TODO: Ask ricardo why this is correct. Isn't shape different if size is passed?

0 commit comments

Comments
 (0)