From 8288240b7d517c0b69181bc8ac3ee6d9b1d8a33c Mon Sep 17 00:00:00 2001 From: Neil Lawrence Date: Wed, 21 Jan 2015 08:14:35 +0100 Subject: [PATCH] Update hmc.py --- GPy/inference/mcmc/hmc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/inference/mcmc/hmc.py b/GPy/inference/mcmc/hmc.py index 21bc13cc..ec6399b6 100644 --- a/GPy/inference/mcmc/hmc.py +++ b/GPy/inference/mcmc/hmc.py @@ -1,4 +1,4 @@ -# ## Copyright (c) 2014, Zhenwen Dai +# ## Copyright (c) 2014 Mu Niu, Zhenwen Dai and GPy Authors # Licensed under the BSD 3-clause license (see LICENSE.txt) import numpy as np