pymc.model.transform.model_to_float64#

pymc.model.transform.model_to_float64(model)[source]#

Recreate a Model with all float32 variables and data cast to float64.

The inverse of model_to_float32(). See its docstring for details.