The cktest method of a Bayesian MSM raises a TypeError if I supply the parameter n_jobs=None because of a check whether n_jobs > 1; Bayesian HMMs show the exact same behaviour. I am using pyemma-2.5.3 on [OSX, conda, Python3.6].
While this parameter choice is not supported according to the docstring, it is accepted in other methods (e.g. pyemma.msm.its) and very useful.
thanks for providing the minimal example, that was really useful. I changed the code such, that if None is passed it will always react like the NJobsMixin, which obeys several rules (environmental settings etc.).
The
cktest
method of a Bayesian MSM raises aTypeError
if I supply the parametern_jobs=None
because of a check whethern_jobs > 1
; Bayesian HMMs show the exact same behaviour. I am using pyemma-2.5.3 on [OSX, conda, Python3.6].While this parameter choice is not supported according to the docstring, it is accepted in other methods (e.g.
pyemma.msm.its
) and very useful.Here is a minimal example...
... and the resulting traceback
Traceback
```Python-Traceback 2.5.3 estimating BayesianMSM 0% 0/9 [00:00, ?it/s] --------------------------------------------------------------------------- TypeError Traceback (most recent call last)