[ENH] move BaseDistribution.sample
method to boilerplate layered design
#346
Labels
BaseDistribution.sample
method to boilerplate layered design
#346
The
sample
method ofBaseDistribution
currently has a single default implementation and needs to be entirely overridden for extension.This should be moved to the boilerplate layer design,
sample
/_sample
.Todos:
BaseDistribution
def sample
. Duplicated boilerplate can be removed.extension_templates/distributions
The text was updated successfully, but these errors were encountered: