DependentDistributionWarning

exception qdflow.util.distribution.DependentDistributionWarning

A warning raised when CorrelatedDistribution.DependentDistribution.draw() is called unexpectedly. This can occur if draw() is called from linked distributions with different size parameters, or if draw() is called twice from the same DependentDistribution without calling draw() on all other linked distributions.