From 2371683e745ae90a60d6df373a5cf3ace4036f17 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Sun, 11 Oct 2015 00:16:42 +0100 Subject: [PATCH] Update pickle_tests.py --- GPy/testing/pickle_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/GPy/testing/pickle_tests.py b/GPy/testing/pickle_tests.py index 2867c2bf..f925c0a1 100644 --- a/GPy/testing/pickle_tests.py +++ b/GPy/testing/pickle_tests.py @@ -21,6 +21,7 @@ from GPy.core.parameterization.variational import NormalPosterior from GPy.models.gp_regression import GPRegression from functools import reduce from GPy.util.caching import Cacher +import GPy from pickle import PicklingError def toy_model():