Feedback from other end users suggested that requiring simulation model and estimation model to always be treated separately was too confusing/onerous. This PR updates the sample_and_adjust function to fall back to the estimation model if a separate simulation model is not provided.
Feedback from other end users suggested that requiring simulation model and estimation model to always be treated separately was too confusing/onerous. This PR updates the
sample_and_adjust
function to fall back to the estimation model if a separate simulation model is not provided.