markovmodel / pyemma_tutorials

How to analyze molecular dynamics data with PyEMMA
Creative Commons Attribution 4.0 International
72 stars 35 forks source link

Add n_jobs=None to all Bayesian models' cktest() calls #56

Closed cwehmeyer closed 6 years ago

cwehmeyer commented 6 years ago

46 leaves some room for improvement as PyEMMA does not (yet) support n_jobs=None for cktest() calls which is likely a huge time saver for Bayesian HMMs.

marscher commented 6 years ago

I think we should change njobs=None for all cktests in pyemma, since I consider this feature stable now.

marscher commented 6 years ago

fixed by markovmodel/pyemma#1330