willvousden / ptemcee

A parallel-tempered version of emcee.
MIT License
57 stars 29 forks source link

BUG: Sampler should accept betas as an int #13

Open andyfaff opened 4 years ago

andyfaff commented 4 years ago

The rewritten Sampler should accept an int for the betas parameter. Indeed, Sampler.__attrs_post_init__ indicates that it's allowed. So change the betas validator to allow ints.

Whilst we're at it update the travis script to dump old python versions.