Skip to content

Commit

Permalink
Removing rng from ndim_supp signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Shamalama authored and Larry Shamalama committed Feb 18, 2022
1 parent c96d50d commit f436e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc/distributions/mixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def rv_op(cls, weights, *components, size=None, rngs=None):
return mix_out

@classmethod
def ndim_supp(cls, rng, weights, *components):
def ndim_supp(cls, weights, *components):
# We already checked that all components have the same dimensionality
return components[0].ndim

Expand Down

0 comments on commit f436e68

Please sign in to comment.