Looks like the lnlike function in importance_sampling.py could be refactored to call out to one of any number (currently two) model's likelihoods. Let's do this refactoring so that we can explore different model choices without changing the way emcee is called at the hyper level. @kponder could do this safely from her MultiPop branch, before merging to her master and submitting a pull request.
The nice thing about this scheme is that then we will be able to define models by PGMs, and then implement them as single separated likelihood functions.