Skip to content

Commit

Permalink
Restore get_support_shape_1d import
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Jun 29, 2024
1 parent 48bf59f commit 74f52ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymc_experimental/statespace/filters/distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from pymc.distributions.dist_math import check_parameters
from pymc.distributions.distribution import Continuous, SymbolicRandomVariable
from pymc.distributions.multivariate import MvNormal
from pymc.distributions.shape_utils import get_support_shape_1d
from pymc.logprob.abstract import _logprob
from pytensor.graph.basic import Node
from pytensor.tensor.random.basic import MvNormalRV
Expand Down

0 comments on commit 74f52ac

Please sign in to comment.