From 080e4ebd60c8f0b9caaf163983c952f00bcc21f5 Mon Sep 17 00:00:00 2001 From: Zhenwen Dai Date: Fri, 11 Dec 2015 10:46:46 +0000 Subject: [PATCH] add the import of transformation __fixed__ --- GPy/core/parameterization/transformations.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GPy/core/parameterization/transformations.py b/GPy/core/parameterization/transformations.py index 1799a06d..936c7a64 100644 --- a/GPy/core/parameterization/transformations.py +++ b/GPy/core/parameterization/transformations.py @@ -1,4 +1,5 @@ # Copyright (c) 2014, Max Zwiessele, James Hensman # Licensed under the BSD 3-clause license (see LICENSE.txt) -from paramz.transformations import * \ No newline at end of file +from paramz.transformations import * +from paramz.transformations import __fixed__ \ No newline at end of file