Skip to content

Commit e9c1a73

Browse files
fonnesbecktwiecki
authored andcommitted
Bounded now inherits from Distribution
1 parent 15be8f3 commit e9c1a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/distributions/distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def generate_samples(generator, *args, **kwargs):
365365
return reshape_sampled(samples, size, dist_shape)
366366

367367

368-
class Bounded(Continuous):
368+
class Bounded(Distribution):
369369
R"""
370370
An upper, lower or upper+lower bounded distribution
371371

0 commit comments

Comments
 (0)