guillochon/MOSFiT

MOSFiT incompatible with emcee-3.0

benjaminpthomas opened this issue · 0 comments

Running MOSFiT doesn't work with the most recent emcee-3.0

$ mosfit -e LSQ12dlf
ImportError: cannot import name 'function' from 'emcee.autocorr'

Downgrading to emcee-2.2.1 fixed the issue.

Ben