I forgot to include output:
runfile(‘C:/Temp/Python/Python Scripts/test_pymc3.py’, wdir=‘C:/Temp/Python/Python Scripts’)
D:\Anaconda3\envs\theano\lib\site-packages\h5py_init_.py:36: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type.
from ._conv import register_converters as _register_converters
Auto-assigning NUTS sampler…
Initializing NUTS using jitter+adapt_diag…
D:\Anaconda3\envs\theano\lib\site-packages\pymc3\model.py:384: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type.
if not np.issubdtype(var.dtype, float):
Multiprocess sampling (2 chains in 2 jobs)
NUTS: [mu]
Alex