diff --git a/GPy/inference/mcmc/samplers.py b/GPy/inference/mcmc/samplers.py index 6459e8af..02b677ba 100644 --- a/GPy/inference/mcmc/samplers.py +++ b/GPy/inference/mcmc/samplers.py @@ -1,6 +1,6 @@ # ## Copyright (c) 2014, Zhenwen Dai # Licensed under the BSD 3-clause license (see LICENSE.txt) - +from __future__ import print_function import numpy as np from scipy import linalg, optimize