Skip to content

Commit 2954ca1

Browse files
Apply suggestions from code review
Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
1 parent 14658ad commit 2954ca1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pymc/distributions/timeseries.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -681,9 +681,6 @@ def dist(cls, omega, alpha_1, beta_1, initial_vol, *, steps=None, **kwargs):
681681

682682
return super().dist([omega, alpha_1, beta_1, initial_vol, init_dist, steps], **kwargs)
683683

684-
@classmethod
685-
def ndim_supp(cls, *args):
686-
return 1
687684

688685
@classmethod
689686
def rv_op(cls, omega, alpha_1, beta_1, initial_vol, init_dist, steps, size=None):

0 commit comments

Comments
 (0)